Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp116 case CallingConv::AMDGPU_PS: in getPGMRSrc1Reg()
H A DSILateBranchLowering.cpp73 bool IsPS = F.getCallingConv() == CallingConv::AMDGPU_PS; in generateEndPgm()
H A DAMDGPUAsmPrinter.cpp836 F.getCallingConv() == CallingConv::AMDGPU_PS && !STM.isAmdHsaOS(); in getSIProgramInfo()
1110 case CallingConv::AMDGPU_PS: return R_00B028_SPI_SHADER_PGM_RSRC1_PS; in getRsrcReg()
1193 if (MF.getFunction().getCallingConv() == CallingConv::AMDGPU_PS) { in EmitProgramInfoSI()
1279 if (MF.getFunction().getCallingConv() == CallingConv::AMDGPU_PS) { in EmitPALMetadata()
H A DAMDGPUAtomicOptimizer.cpp130 bool IsPixelShader = F.getCallingConv() == CallingConv::AMDGPU_PS; in runOnFunction()
146 bool IsPixelShader = F.getCallingConv() == CallingConv::AMDGPU_PS; in run()
H A DAMDGPUCallLowering.cpp640 if (CC == CallingConv::AMDGPU_PS && !InReg && PSInputNum <= 15) { in lowerFormalArguments()
682 if (CC == CallingConv::AMDGPU_PS) { in lowerFormalArguments()
H A DSILowerControlFlow.cpp798 MF.getFunction().getCallingConv() == CallingConv::AMDGPU_PS; in runOnMachineFunction()
H A DSIMachineFunctionInfo.cpp63 } else if (CC == CallingConv::AMDGPU_PS) { in SIMachineFunctionInfo()
H A DAMDGPUSubtarget.cpp417 case CallingConv::AMDGPU_PS: in getDefaultFlatWorkGroupSize()
H A DSIWholeQuadMode.cpp484 MF.getFunction().getCallingConv() == CallingConv::AMDGPU_PS; in scanInstructions()
H A DR600ISelLowering.cpp1440 case CallingConv::AMDGPU_PS: in CCAssignFnForCall()
H A DAMDGPUISelLowering.cpp1071 case CallingConv::AMDGPU_PS: in CCAssignFnForCall()
1101 case CallingConv::AMDGPU_PS: in CCAssignFnForReturn()
H A DSIISelLowering.cpp2204 if (CallConv == CallingConv::AMDGPU_PS && in processPSInputArgs()
2839 if (CallConv == CallingConv::AMDGPU_PS) { in LowerFormalArguments()
H A DSIInstrInfo.cpp9687 case CallingConv::AMDGPU_PS: in getDSShaderTypeValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h194 AMDGPU_PS = 89, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp108 case CallingConv::AMDGPU_PS: in getRsrc1Reg()
118 case CallingConv::AMDGPU_PS: in getScratchSizeKey()
382 case CallingConv::AMDGPU_PS: in setWave32()
948 case CallingConv::AMDGPU_PS: in getStageName()
H A DAMDGPUBaseInfo.cpp1986 F.getCallingConv() == CallingConv::AMDGPU_PS ? 1 : 0) != 0; in getHasColorExport()
2000 case CallingConv::AMDGPU_PS: in isShader()
2024 case CallingConv::AMDGPU_PS: in isEntryFunctionCC()
2781 case CallingConv::AMDGPU_PS: in isArgPassedInSGPR()
2808 case CallingConv::AMDGPU_PS: in isArgPassedInSGPR()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegUsageInfoCollector.cpp88 case CallingConv::AMDGPU_PS: in isCallableFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp358 case CallingConv::AMDGPU_PS: Out << "amdgpu_ps"; break; in PrintCallingConv()
H A DVerifier.cpp2804 case CallingConv::AMDGPU_PS: in visitFunction()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2269 case lltok::kw_amdgpu_ps: CC = CallingConv::AMDGPU_PS; break; in parseOptionalCallingConv()