Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp969 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitProgramInfoSI()
1036 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.cpp596 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in emitEntryFunctionScratchRsrcRegSetup()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h793 bool isCompute(CallingConv::ID CC);
H A DAMDGPUBaseInfo.cpp1683 bool isCompute(CallingConv::ID cc) { in isCompute() function