Home
last modified time | relevance | path

Searched refs:isGraphics (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp119 if (!F || F->isDeclaration() || AMDGPU::isGraphics(F->getCallingConv())) in runOnSCC()
H A DAMDGPUAttributor.cpp391 if (AMDGPU::isGraphics(F->getCallingConv())) { in initialize()
H A DSIMachineFunctionInfo.cpp122 if (!AMDGPU::isGraphics(CC)) { in SIMachineFunctionInfo()
H A DAMDGPUTargetTransformInfo.cpp293 IsGraphics(AMDGPU::isGraphics(F.getCallingConv())) { in GCNTTIImpl()
H A DAMDGPUCallLowering.cpp586 const bool IsGraphics = AMDGPU::isGraphics(CC); in lowerFormalArguments()
H A DSIISelLowering.cpp2391 if (Subtarget->isAmdHsaOS() && AMDGPU::isGraphics(CallConv)) { in LowerFormalArguments()
2406 bool IsGraphics = AMDGPU::isGraphics(CallConv); in LowerFormalArguments()
H A DSIInstrInfo.cpp5970 if (isMIMG(MI) || (AMDGPU::isGraphics(MF.getFunction().getCallingConv()) && in legalizeOperands()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1068 bool isGraphics(CallingConv::ID CC);
H A DAMDGPUBaseInfo.cpp1877 bool isGraphics(CallingConv::ID cc) { in isGraphics() function
1882 return !isGraphics(cc) || cc == CallingConv::AMDGPU_CS; in isCompute()