Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp177 if (AMDGPU::isCompute(CC)) { in getPGMRSrc1()
197 if (AMDGPU::isCompute(CC)) in getPGMRSrc2()
H A DR600AsmPrinter.cpp97 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitProgramInfoR600()
H A DAMDGPUAsmPrinter.cpp1137 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitProgramInfoSI()
1221 if (AMDGPU::isCompute(CC)) { in EmitPALMetadataCommon()
1256 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.cpp793 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in emitEntryFunctionScratchRsrcRegSetup()
H A DAMDGPULegalizerInfo.cpp4312 (AMDGPU::isCompute(CC) || CC == CallingConv::AMDGPU_Gfx)) { in loadInputValue()
H A DSIISelLowering.cpp2152 (AMDGPU::isCompute(CC) || CC == CallingConv::AMDGPU_Gfx)) { in getPreloadedValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1236 bool isCompute(CallingConv::ID CC);
H A DAMDGPUBaseInfo.cpp2014 bool isCompute(CallingConv::ID cc) { in isCompute() function