Home
last modified time | relevance | path

Searched refs:AMDGPU_PS (Results 1 – 25 of 25) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600AsmPrinter.cpp78 case CallingConv::AMDGPU_PS: RsrcReg = R_028844_SQ_PGM_RESOURCES_PS; break; in EmitProgramInfoR600()
88 case CallingConv::AMDGPU_PS: RsrcReg = R_028850_SQ_PGM_RESOURCES_PS; break; in EmitProgramInfoR600()
DAMDGPUCallLowering.cpp192 if (F.getCallingConv() == CallingConv::AMDGPU_PS && in lowerFormalArguments()
236 F.getCallingConv() == CallingConv::AMDGPU_PS) { in lowerFormalArguments()
DAMDGPUAliasAnalysis.cpp142 case CallingConv::AMDGPU_PS: in pointsToConstantMemory()
DAMDGPUAsmPrinter.cpp1000 case CallingConv::AMDGPU_PS: return R_00B028_SPI_SHADER_PGM_RSRC1_PS; in getRsrcReg()
1033 if (MF.getFunction().getCallingConv() == CallingConv::AMDGPU_PS) { in EmitProgramInfoSI()
1069 case CallingConv::AMDGPU_PS: in EmitPALMetadata()
1109 if (MF.getFunction().getCallingConv() == CallingConv::AMDGPU_PS) { in EmitPALMetadata()
DSIMachineFunctionInfo.cpp64 } else if (CC == CallingConv::AMDGPU_PS) { in SIMachineFunctionInfo()
DSIInsertSkips.cpp152 if (MF->getFunction().getCallingConv() != CallingConv::AMDGPU_PS || in skipIfDead()
DAMDGPUSubtarget.cpp262 case CallingConv::AMDGPU_PS: in getDefaultFlatWorkGroupSize()
DAMDGPUTargetTransformInfo.cpp530 case CallingConv::AMDGPU_PS: in isArgPassedInSGPR()
DAMDGPUISelLowering.cpp839 case CallingConv::AMDGPU_PS: in CCAssignFnForCall()
862 case CallingConv::AMDGPU_PS: in CCAssignFnForReturn()
DR600ISelLowering.cpp1561 case CallingConv::AMDGPU_PS: in CCAssignFnForCall()
DSIISelLowering.cpp1355 if (CallConv == CallingConv::AMDGPU_PS && in processShaderInputArgs()
1806 if (CallConv == CallingConv::AMDGPU_PS) { in LowerFormalArguments()
/external/llvm/include/llvm/IR/
DCallingConv.h188 AMDGPU_PS = 89, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DCallingConv.h188 AMDGPU_PS = 89, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallingConv.h195 AMDGPU_PS = 89, enumerator
/external/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp283 case CallingConv::AMDGPU_PS: RsrcReg = R_028844_SQ_PGM_RESOURCES_PS; break; in EmitProgramInfoR600()
293 case CallingConv::AMDGPU_PS: RsrcReg = R_028850_SQ_PGM_RESOURCES_PS; break; in EmitProgramInfoR600()
574 case CallingConv::AMDGPU_PS: return R_00B028_SPI_SHADER_PGM_RSRC1_PS; in getRsrcReg()
608 if (MF.getFunction()->getCallingConv() == CallingConv::AMDGPU_PS) { in EmitProgramInfoSI()
DSILowerControlFlow.cpp215 if (MF->getFunction()->getCallingConv() != CallingConv::AMDGPU_PS || in skipIfDead()
392 assert(CallConv == CallingConv::AMDGPU_PS || in Kill()
DSIWholeQuadMode.cpp458 if (MF.getFunction()->getCallingConv() != CallingConv::AMDGPU_PS) in runOnMachineFunction()
DSIISelLowering.cpp619 if (CallConv == CallingConv::AMDGPU_PS && !Arg.Flags.isInReg() && in LowerFormalArguments()
675 if (CallConv == CallingConv::AMDGPU_PS && in LowerFormalArguments()
/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp139 case CallingConv::AMDGPU_PS: in isShader()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp613 case CallingConv::AMDGPU_PS: in isShader()
631 case CallingConv::AMDGPU_PS: in isEntryFunctionCC()
914 case CallingConv::AMDGPU_PS: in isArgPassedInSGPR()
/external/llvm/lib/IR/
DAsmWriter.cpp333 case CallingConv::AMDGPU_PS: Out << "amdgpu_ps"; break; in PrintCallingConv()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp384 case CallingConv::AMDGPU_PS: Out << "amdgpu_ps"; break; in PrintCallingConv()
DVerifier.cpp2109 case CallingConv::AMDGPU_PS: in visitFunction()
/external/llvm/lib/AsmParser/
DLLParser.cpp1706 case lltok::kw_amdgpu_ps: CC = CallingConv::AMDGPU_PS; break; in ParseOptionalCallingConv()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp1922 case lltok::kw_amdgpu_ps: CC = CallingConv::AMDGPU_PS; break; in ParseOptionalCallingConv()