Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600AsmPrinter.cpp98 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitProgramInfoR600()
H A DAMDGPUAsmPrinter.cpp1017 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitProgramInfoSI()
1100 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitPALMetadata()
H A DAMDGPUSubtarget.h562 return AMDGPU::isCompute(MF.getFunction().getCallingConv()); in enableIEEEBit()
H A DR600InstrInfo.cpp206 return !AMDGPU::isCompute(MF->getFunction().getCallingConv()) && in usesVertexCache()
216 return (AMDGPU::isCompute(MF->getFunction().getCallingConv()) && in usesTextureCache()
H A DSIFrameLowering.cpp448 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in emitEntryFunctionScratchSetup()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h376 bool isCompute(CallingConv::ID CC);
H A DAMDGPUBaseInfo.cpp629 bool isCompute(CallingConv::ID cc) { in isCompute() function