Home
last modified time | relevance | path

Searched refs:AMDGPU_LS (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h213 AMDGPU_LS = 95, enumerator
304 case CallingConv::AMDGPU_LS: in isCallableCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp44 case CallingConv::AMDGPU_LS: in getStageName()
121 case CallingConv::AMDGPU_LS: in getRsrc1Reg()
151 case CallingConv::AMDGPU_LS: in getScratchSizeKey()
H A DAMDGPUBaseInfo.h1401 case CallingConv::AMDGPU_LS: in isShader()
1436 case CallingConv::AMDGPU_LS: in isEntryFunctionCC()
H A DAMDGPUBaseInfo.cpp3027 case CallingConv::AMDGPU_LS: in isArgPassedInSGPR()
3054 case CallingConv::AMDGPU_LS: in isArgPassedInSGPR()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegUsageInfoCollector.cpp99 case CallingConv::AMDGPU_LS: in isCallableFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp148 case CallingConv::AMDGPU_LS: in getDefaultFlatWorkGroupSize()
H A DAMDGPUAsmPrinter.cpp1302 case CallingConv::AMDGPU_LS: return R_00B528_SPI_SHADER_PGM_RSRC1_LS; in getRsrcReg()
H A DR600ISelLowering.cpp1448 case CallingConv::AMDGPU_LS: in CCAssignFnForCall()
H A DAMDGPUISelLowering.cpp1138 case CallingConv::AMDGPU_LS: in CCAssignFnForCall()
1170 case CallingConv::AMDGPU_LS: in CCAssignFnForReturn()
H A DSIInstrInfo.cpp10161 case CallingConv::AMDGPU_LS: in getDSShaderTypeValue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1228 case CallingConv::AMDGPU_LS: in supportsNonVoidReturnType()
H A DAsmWriter.cpp393 case CallingConv::AMDGPU_LS: Out << "amdgpu_ls"; break; in PrintCallingConv()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2262 case lltok::kw_amdgpu_ls: CC = CallingConv::AMDGPU_LS; break; in parseOptionalCallingConv()