| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600AsmPrinter.cpp | 77 case CallingConv::AMDGPU_PS: RsrcReg = R_028844_SQ_PGM_RESOURCES_PS; break; in EmitProgramInfoR600() 87 case CallingConv::AMDGPU_PS: RsrcReg = R_028850_SQ_PGM_RESOURCES_PS; break; in EmitProgramInfoR600()
|
| H A D | SIProgramInfo.cpp | 40 case CallingConv::AMDGPU_PS: in getPGMRSrc1()
|
| H A D | AMDGPUAliasAnalysis.cpp | 155 case CallingConv::AMDGPU_PS: in pointsToConstantMemory()
|
| H A D | AMDGPUAsmPrinter.cpp | 749 F.getCallingConv() == CallingConv::AMDGPU_PS && !STM.isAmdHsaOS(); in getSIProgramInfo() 959 case CallingConv::AMDGPU_PS: return R_00B028_SPI_SHADER_PGM_RSRC1_PS; in getRsrcReg() 996 if (MF.getFunction().getCallingConv() == CallingConv::AMDGPU_PS) { in EmitProgramInfoSI() 1044 if (MF.getFunction().getCallingConv() == CallingConv::AMDGPU_PS) { in EmitPALMetadata()
|
| H A D | SILateBranchLowering.cpp | 72 bool IsPS = F.getCallingConv() == CallingConv::AMDGPU_PS; in generateEndPgm()
|
| H A D | AMDGPUCallLowering.cpp | 627 if (CC == CallingConv::AMDGPU_PS && !InReg && PSInputNum <= 15) { in lowerFormalArguments() 669 if (CC == CallingConv::AMDGPU_PS) { in lowerFormalArguments()
|
| H A D | AMDGPUAtomicOptimizer.cpp | 95 IsPixelShader = F.getCallingConv() == CallingConv::AMDGPU_PS; in runOnFunction()
|
| H A D | SIMachineFunctionInfo.cpp | 76 } else if (CC == CallingConv::AMDGPU_PS) { in SIMachineFunctionInfo()
|
| H A D | AMDGPUSubtarget.cpp | 365 case CallingConv::AMDGPU_PS: in getDefaultFlatWorkGroupSize()
|
| H A D | SILowerControlFlow.cpp | 876 MF.getFunction().getCallingConv() == CallingConv::AMDGPU_PS; in runOnMachineFunction()
|
| H A D | SIWholeQuadMode.cpp | 490 MF.getFunction().getCallingConv() == CallingConv::AMDGPU_PS; in scanInstructions()
|
| H A D | R600ISelLowering.cpp | 1422 case CallingConv::AMDGPU_PS: in CCAssignFnForCall()
|
| H A D | AMDGPUISelLowering.cpp | 852 case CallingConv::AMDGPU_PS: in CCAssignFnForCall() 879 case CallingConv::AMDGPU_PS: in CCAssignFnForReturn()
|
| H A D | SIISelLowering.cpp | 1840 if (CallConv == CallingConv::AMDGPU_PS && in processPSInputArgs() 2378 if (CallConv == CallingConv::AMDGPU_PS) { in LowerFormalArguments()
|
| H A D | SIInstrInfo.cpp | 8235 case CallingConv::AMDGPU_PS: in getDSShaderTypeValue()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.cpp | 109 case CallingConv::AMDGPU_PS: in getRsrc1Reg() 119 case CallingConv::AMDGPU_PS: in getScratchSizeKey() 285 case CallingConv::AMDGPU_PS: in setWave32() 817 case CallingConv::AMDGPU_PS: in getStageName()
|
| H A D | AMDGPUBaseInfo.cpp | 1657 F.getCallingConv() == CallingConv::AMDGPU_PS ? 1 : 0) != 0; in getHasColorExport() 1671 case CallingConv::AMDGPU_PS: in isShader() 1693 case CallingConv::AMDGPU_PS: in isEntryFunctionCC() 2211 case CallingConv::AMDGPU_PS: in isArgPassedInSGPR()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | CallingConv.h | 210 AMDGPU_PS = 89, enumerator
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RegUsageInfoCollector.cpp | 88 case CallingConv::AMDGPU_PS: in isCallableFunction()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMOps.td | 135 def CConvAMDGPU_PS : LLVM_EnumAttrCase<"AMDGPU_PS", "amdgpu_pscc", "AMDGPU_PS",
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 333 case CallingConv::AMDGPU_PS: Out << "amdgpu_ps"; break; in PrintCallingConv()
|
| H A D | Verifier.cpp | 2501 case CallingConv::AMDGPU_PS: in visitFunction()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 1955 case lltok::kw_amdgpu_ps: CC = CallingConv::AMDGPU_PS; break; in parseOptionalCallingConv()
|