Searched refs:isCompute (Results 1 – 7 of 7) sorted by relevance
98 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitProgramInfoR600()
1017 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitProgramInfoSI()1100 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitPALMetadata()
562 return AMDGPU::isCompute(MF.getFunction().getCallingConv()); in enableIEEEBit()
206 return !AMDGPU::isCompute(MF->getFunction().getCallingConv()) && in usesVertexCache()216 return (AMDGPU::isCompute(MF->getFunction().getCallingConv()) && in usesTextureCache()
448 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in emitEntryFunctionScratchSetup()
376 bool isCompute(CallingConv::ID CC);
629 bool isCompute(CallingConv::ID cc) { in isCompute() function