Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp962 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitProgramInfoSI()
1029 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.cpp775 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in emitEntryFunctionScratchRsrcRegSetup()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1071 bool isCompute(CallingConv::ID CC);
H A DAMDGPUBaseInfo.cpp1881 bool isCompute(CallingConv::ID cc) { in isCompute() function