Home
last modified time | relevance | path

Searched refs:isCompute (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp44 if (AMDGPU::isCompute(CC)) { in getPGMRSrc1()
93 if (AMDGPU::isCompute(CC)) in getPGMRSrc2()
H A DR600AsmPrinter.cpp97 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitProgramInfoR600()
H A DAMDGPUAsmPrinter.cpp976 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitProgramInfoSI()
1048 if (AMDGPU::isCompute(CC)) { in EmitPALMetadata()
1060 if (AMDGPU::isCompute(CC)) { in EmitPALMetadata()
H A DR600InstrInfo.cpp184 return !AMDGPU::isCompute(MF->getFunction().getCallingConv()) && in usesVertexCache()
194 return (AMDGPU::isCompute(MF->getFunction().getCallingConv()) && in usesTextureCache()
H A DSIFrameLowering.cpp787 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in emitEntryFunctionScratchRsrcRegSetup()
H A DAMDGPULegalizerInfo.cpp4196 if (ST.hasArchitectedSGPRs() && AMDGPU::isCompute(CC)) { in loadInputValue()
H A DSIISelLowering.cpp2090 if (Subtarget->hasArchitectedSGPRs() && AMDGPU::isCompute(CC)) { in getPreloadedValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1178 bool isCompute(CallingConv::ID CC);
H A DAMDGPUBaseInfo.cpp2044 bool isCompute(CallingConv::ID cc) { in isCompute() function