Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A 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()
H A DAMDGPUCallLowering.cpp193 if (F.getCallingConv() == CallingConv::AMDGPU_PS && in lowerFormalArguments()
237 F.getCallingConv() == CallingConv::AMDGPU_PS) { in lowerFormalArguments()
H A DAMDGPUAliasAnalysis.cpp115 case CallingConv::AMDGPU_PS: in pointsToConstantMemory()
H A DAMDGPUAsmPrinter.cpp1008 case CallingConv::AMDGPU_PS: return R_00B028_SPI_SHADER_PGM_RSRC1_PS; in getRsrcReg()
1039 if (MF.getFunction().getCallingConv() == CallingConv::AMDGPU_PS) { in EmitProgramInfoSI()
1075 case CallingConv::AMDGPU_PS: in EmitPALMetadata()
1115 if (MF.getFunction().getCallingConv() == CallingConv::AMDGPU_PS) { in EmitPALMetadata()
H A DSIMachineFunctionInfo.cpp64 } else if (CC == CallingConv::AMDGPU_PS) { in SIMachineFunctionInfo()
H A DAMDGPUAtomicOptimizer.cpp100 IsPixelShader = F.getCallingConv() == CallingConv::AMDGPU_PS; in runOnFunction()
H A DSIInsertSkips.cpp154 if (MF->getFunction().getCallingConv() != CallingConv::AMDGPU_PS || in skipIfDead()
H A DAMDGPUSubtarget.cpp269 case CallingConv::AMDGPU_PS: in getDefaultFlatWorkGroupSize()
H A DAMDGPUTargetTransformInfo.cpp530 case CallingConv::AMDGPU_PS: in isArgPassedInSGPR()
H A DR600ISelLowering.cpp1561 case CallingConv::AMDGPU_PS: in CCAssignFnForCall()
H A DAMDGPUISelLowering.cpp857 case CallingConv::AMDGPU_PS: in CCAssignFnForCall()
880 case CallingConv::AMDGPU_PS: in CCAssignFnForReturn()
H A DSIISelLowering.cpp1447 if (CallConv == CallingConv::AMDGPU_PS && in processShaderInputArgs()
1898 if (CallConv == CallingConv::AMDGPU_PS) { in LowerFormalArguments()
5474 case CallingConv::AMDGPU_PS: in LowerINTRINSIC_W_CHAIN()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCallingConv.h195 AMDGPU_PS = 89, enumerator
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp621 case CallingConv::AMDGPU_PS: in isShader()
639 case CallingConv::AMDGPU_PS: in isEntryFunctionCC()
927 case CallingConv::AMDGPU_PS: in isArgPassedInSGPR()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp384 case CallingConv::AMDGPU_PS: Out << "amdgpu_ps"; break; in PrintCallingConv()
H A DVerifier.cpp2157 case CallingConv::AMDGPU_PS: in visitFunction()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp1947 case lltok::kw_amdgpu_ps: CC = CallingConv::AMDGPU_PS; break; in ParseOptionalCallingConv()