Home
last modified time | relevance | path

Searched refs:MaxVGPRs (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp74 unsigned MaxVGPRs; member in __anonda3a1cae0111::AMDGPUPromoteAllocaImpl
178 MaxVGPRs = ST.getMaxNumVGPRs(ST.getWavesPerEU(F).first); in run()
180 MaxVGPRs = 128; in run()
408 unsigned MaxVGPRs) { in tryPromoteAllocaToVector() argument
425 : (MaxVGPRs * 32); in tryPromoteAllocaToVector()
429 << MaxVGPRs << " registers available\n"); in tryPromoteAllocaToVector()
860 if (tryPromoteAllocaToVector(&I, DL, MaxVGPRs)) in handleAlloca()
1080 bool handlePromoteAllocaToVector(AllocaInst &I, unsigned MaxVGPRs) { in handlePromoteAllocaToVector() argument
1089 return tryPromoteAllocaToVector(&I, Mod->getDataLayout(), MaxVGPRs); in handlePromoteAllocaToVector()
1100 unsigned MaxVGPRs; in promoteAllocasToVector() local
[all …]
H A DSIFormMemoryClauses.cpp76 unsigned MaxVGPRs; member in __anonb471f8770111::SIFormMemoryClauses
209 MaxPressure.getVGPRNum(ST->hasGFX90AInsts()) <= MaxVGPRs / 2 && in checkPressure()
275 MaxVGPRs = TRI->getAllocatableSet(MF, &AMDGPU::VGPR_32RegClass).count(); in runOnMachineFunction()
H A DGCNSchedStrategy.cpp388 unsigned MaxVGPRs = ST.getMaxNumVGPRs(MF); in schedule() local
390 if (PressureAfter.getVGPRNum(false) > MaxVGPRs || in schedule()
391 PressureAfter.getAGPRNum() > MaxVGPRs || in schedule()
H A DAMDGPUTargetTransformInfo.h74 unsigned MaxVGPRs; variable
H A DAMDGPUTargetTransformInfo.cpp289 MaxVGPRs(ST->getMaxNumVGPRs( in GCNTTIImpl()
301 return MaxVGPRs; in getHardwareNumberOfRegisters()
H A DSIInstrInfo.cpp555 unsigned MaxVGPRs = RI.getRegPressureLimit(&AMDGPU::VGPR_32RegClass, in indirectCopyToAGPR() local
572 if (!Tmp2 || RI.getHWRegIndex(Tmp2) >= MaxVGPRs) in indirectCopyToAGPR()