Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp32 if (AMDGPU::isCompute(CC)) { in getPGMRSrc1()
H A DR600AsmPrinter.cpp97 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitProgramInfoR600()
H A DAMDGPUAsmPrinter.cpp881 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitProgramInfoSI()
934 if (AMDGPU::isCompute(CC)) { in EmitPALMetadata()
H A DR600InstrInfo.cpp182 return !AMDGPU::isCompute(MF->getFunction().getCallingConv()) && in usesVertexCache()
192 return (AMDGPU::isCompute(MF->getFunction().getCallingConv()) && in usesTextureCache()
H A DSIFrameLowering.cpp590 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in emitEntryFunctionScratchRsrcRegSetup()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h703 bool isCompute(CallingConv::ID CC);
H A DAMDGPUBaseInfo.cpp1377 bool isCompute(CallingConv::ID cc) { in isCompute() function