Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp184 if (AMDGPU::isCompute(CC)) { in getPGMRSrc1()
204 if (AMDGPU::isCompute(CC)) in getPGMRSrc2()
H A DR600AsmPrinter.cpp97 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitProgramInfoR600()
H A DAMDGPUAsmPrinter.cpp1334 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitProgramInfoSI()
1419 if (AMDGPU::isCompute(CC)) { in EmitPALMetadataCommon()
1464 if (AMDGPU::isCompute(CC)) { in EmitPALMetadata()
H A DR600InstrInfo.cpp180 return !AMDGPU::isCompute(MF->getFunction().getCallingConv()) && in usesVertexCache()
190 return (AMDGPU::isCompute(MF->getFunction().getCallingConv()) && in usesTextureCache()
H A DSIFrameLowering.cpp840 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in emitEntryFunctionScratchRsrcRegSetup()
2093 AMDGPU::isCompute(MF.getFunction().getCallingConv()); in mayReserveScratchForCWSR()
H A DAMDGPULegalizerInfo.cpp4369 (AMDGPU::isCompute(CC) || CC == CallingConv::AMDGPU_Gfx)) { in loadInputValue()
H A DSIISelLowering.cpp2257 (AMDGPU::isCompute(CC) || CC == CallingConv::AMDGPU_Gfx)) { in getPreloadedValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1421 constexpr bool isCompute(CallingConv::ID CC) { in isCompute() function