Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp1289 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitProgramInfoSI()
1342 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.cpp578 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in emitEntryFunctionScratchRsrcRegSetup()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h699 bool isCompute(CallingConv::ID CC);
H A DAMDGPUBaseInfo.cpp1366 bool isCompute(CallingConv::ID cc) { in isCompute() function