Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp119 if (!F || F->isDeclaration() || AMDGPU::isGraphics(F->getCallingConv())) in runOnSCC()
H A DAMDGPUAttributor.cpp385 if (AMDGPU::isGraphics(F->getCallingConv())) { in initialize()
H A DSIMachineFunctionInfo.cpp118 if (!AMDGPU::isGraphics(CC)) { in SIMachineFunctionInfo()
H A DAMDGPUTargetTransformInfo.cpp291 IsGraphics(AMDGPU::isGraphics(F.getCallingConv())) { in GCNTTIImpl()
H A DAMDGPUCallLowering.cpp574 const bool IsGraphics = AMDGPU::isGraphics(CC); in lowerFormalArguments()
H A DSIISelLowering.cpp2350 if (Subtarget->isAmdHsaOS() && AMDGPU::isGraphics(CallConv)) { in LowerFormalArguments()
2365 bool IsGraphics = AMDGPU::isGraphics(CallConv); in LowerFormalArguments()
H A DSIInstrInfo.cpp5853 if (isMIMG(MI) || (AMDGPU::isGraphics(MF.getFunction().getCallingConv()) && in legalizeOperands()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h790 bool isGraphics(CallingConv::ID CC);
H A DAMDGPUBaseInfo.cpp1679 bool isGraphics(CallingConv::ID cc) { in isGraphics() function
1684 return !isGraphics(cc) || cc == CallingConv::AMDGPU_CS; in isCompute()