llvm-project/llvm/lib/AsmParser
Sebastian Neubauer a022b1ccd8 [AMDGPU] Add amdgpu_gfx calling convention
Add a calling convention called amdgpu_gfx for real function calls
within graphics shaders. For the moment, this uses the same calling
convention as other calls in amdgpu, with registers excluded for return
address, stack pointer and stack buffer descriptor.

Differential Revision: https://reviews.llvm.org/D88540
2020-11-09 16:51:44 +01:00
..
CMakeLists.txt [cmake] LLVMAsmParser - add include/llvm/ASMParser header path 2020-04-18 12:31:40 +01:00
LLLexer.cpp [AMDGPU] Add amdgpu_gfx calling convention 2020-11-09 16:51:44 +01:00
LLLexer.h LLLexer.h - reduce SourceMgr.h include to SMLoc.h. NFC 2020-04-24 13:27:56 +01:00
LLParser.cpp [AMDGPU] Add amdgpu_gfx calling convention 2020-11-09 16:51:44 +01:00
LLParser.h [NFC] [LLParser] Renaming LLParser routines to comply LLVM coding style 2020-10-28 08:55:27 +05:30
LLToken.h [AMDGPU] Add amdgpu_gfx calling convention 2020-11-09 16:51:44 +01:00
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Parser.cpp Infer alignment of unmarked loads in IR/bitcode parsing. 2020-05-14 13:03:50 -07:00