Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600AsmPrinter.cpp77 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 DSIProgramInfo.cpp40 case CallingConv::AMDGPU_PS: in getPGMRSrc1()
H A DAMDGPUAliasAnalysis.cpp155 case CallingConv::AMDGPU_PS: in pointsToConstantMemory()
H A DAMDGPUAsmPrinter.cpp749 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 DSILateBranchLowering.cpp72 bool IsPS = F.getCallingConv() == CallingConv::AMDGPU_PS; in generateEndPgm()
H A DAMDGPUCallLowering.cpp627 if (CC == CallingConv::AMDGPU_PS && !InReg && PSInputNum <= 15) { in lowerFormalArguments()
669 if (CC == CallingConv::AMDGPU_PS) { in lowerFormalArguments()
H A DAMDGPUAtomicOptimizer.cpp95 IsPixelShader = F.getCallingConv() == CallingConv::AMDGPU_PS; in runOnFunction()
H A DSIMachineFunctionInfo.cpp76 } else if (CC == CallingConv::AMDGPU_PS) { in SIMachineFunctionInfo()
H A DAMDGPUSubtarget.cpp365 case CallingConv::AMDGPU_PS: in getDefaultFlatWorkGroupSize()
H A DSILowerControlFlow.cpp876 MF.getFunction().getCallingConv() == CallingConv::AMDGPU_PS; in runOnMachineFunction()
H A DSIWholeQuadMode.cpp490 MF.getFunction().getCallingConv() == CallingConv::AMDGPU_PS; in scanInstructions()
H A DR600ISelLowering.cpp1422 case CallingConv::AMDGPU_PS: in CCAssignFnForCall()
H A DAMDGPUISelLowering.cpp852 case CallingConv::AMDGPU_PS: in CCAssignFnForCall()
879 case CallingConv::AMDGPU_PS: in CCAssignFnForReturn()
H A DSIISelLowering.cpp1840 if (CallConv == CallingConv::AMDGPU_PS && in processPSInputArgs()
2378 if (CallConv == CallingConv::AMDGPU_PS) { in LowerFormalArguments()
H A DSIInstrInfo.cpp8235 case CallingConv::AMDGPU_PS: in getDSShaderTypeValue()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp109 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 DAMDGPUBaseInfo.cpp1657 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 DCallingConv.h210 AMDGPU_PS = 89, enumerator
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegUsageInfoCollector.cpp88 case CallingConv::AMDGPU_PS: in isCallableFunction()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMOps.td135 def CConvAMDGPU_PS : LLVM_EnumAttrCase<"AMDGPU_PS", "amdgpu_pscc", "AMDGPU_PS",
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp333 case CallingConv::AMDGPU_PS: Out << "amdgpu_ps"; break; in PrintCallingConv()
H A DVerifier.cpp2501 case CallingConv::AMDGPU_PS: in visitFunction()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp1955 case lltok::kw_amdgpu_ps: CC = CallingConv::AMDGPU_PS; break; in parseOptionalCallingConv()