HomeSort by: relevance | last modified time | path
    Searched refs:IsGraphics (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.h 71 bool IsGraphics;
180 if (IsGraphics)
AMDGPUCallLowering.cpp 577 const bool IsGraphics = AMDGPU::isGraphics(CC);
623 if (!IsGraphics && InReg)
730 TLI.allocateSystemSGPRs(CCInfo, MF, *Info, CC, IsGraphics);
AMDGPUTargetTransformInfo.cpp 288 IsGraphics(AMDGPU::isGraphics(F.getCallingConv())),
SIISelLowering.cpp 2266 if (Subtarget->isAmdHsaOS() && AMDGPU::isGraphics(CallConv)) {
2281 bool IsGraphics = AMDGPU::isGraphics(CallConv);
2285 if (IsGraphics) {
2478 allocateSystemSGPRs(CCInfo, MF, *Info, CallConv, IsGraphics);

Completed in 24 milliseconds