Home
last modified time | relevance | path

Searched refs:AMDGPU_Gfx (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h250 AMDGPU_Gfx = 100, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp303 bool CallingConvSupportsAllImplicits = (CC != CallingConv::AMDGPU_Gfx); in initialize()
337 bool CallingConvSupportsAllImplicits = (CC != CallingConv::AMDGPU_Gfx); in updateImpl()
H A DAMDGPUAnnotateKernelFeatures.cpp273 bool CallingConvSupportsAllImplicits = (CC != CallingConv::AMDGPU_Gfx); in addFeatureAttributes()
H A DAMDGPUCallLowering.cpp1022 case CallingConv::AMDGPU_Gfx: in mayTailCallThisCC()
1191 Info.CallConv != CallingConv::AMDGPU_Gfx) { in lowerTailCall()
1258 Info.CallConv != CallingConv::AMDGPU_Gfx) { in lowerCall()
1317 Info.CallConv != CallingConv::AMDGPU_Gfx) { in lowerCall()
H A DSIMachineFunctionInfo.cpp68 CC != CallingConv::AMDGPU_Gfx && in SIMachineFunctionInfo()
H A DSIRegisterInfo.cpp351 case CallingConv::AMDGPU_Gfx: in getCalleeSavedRegs()
374 case CallingConv::AMDGPU_Gfx: in getCallPreservedMask()
H A DAMDGPUISelLowering.cpp995 case CallingConv::AMDGPU_Gfx: in CCAssignFnForCall()
1018 case CallingConv::AMDGPU_Gfx: in CCAssignFnForReturn()
H A DSIISelLowering.cpp2879 case CallingConv::AMDGPU_Gfx: in mayTailCallThisCC()
3019 CallConv != CallingConv::AMDGPU_Gfx) { in LowerCall()
3055 CallConv != CallingConv::AMDGPU_Gfx) { in LowerCall()
3195 CallConv != CallingConv::AMDGPU_Gfx) { in LowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp824 case CallingConv::AMDGPU_Gfx: in getStageName()
H A DAMDGPUBaseInfo.cpp1374 return isShader(cc) || cc == CallingConv::AMDGPU_Gfx; in isGraphics()
1400 case CallingConv::AMDGPU_Gfx: in isModuleEntryFunctionCC()
1825 case CallingConv::AMDGPU_Gfx: in isArgPassedInSGPR()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp337 case CallingConv::AMDGPU_Gfx: Out << "amdgpu_gfx"; break; in PrintCallingConv()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1858 case lltok::kw_amdgpu_gfx: CC = CallingConv::AMDGPU_Gfx; break; in parseOptionalCallingConv()