Home
last modified time | relevance | path

Searched refs:IsSGPR (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.cpp313 IsSGPR = true; in analyzeResourceUsage()
328 IsSGPR = true; in analyzeResourceUsage()
341 IsSGPR = true; in analyzeResourceUsage()
350 IsSGPR = true; in analyzeResourceUsage()
363 IsSGPR = true; in analyzeResourceUsage()
373 IsSGPR = true; in analyzeResourceUsage()
383 IsSGPR = true; in analyzeResourceUsage()
392 IsSGPR = true; in analyzeResourceUsage()
404 IsSGPR = true; in analyzeResourceUsage()
414 IsSGPR = true; in analyzeResourceUsage()
[all …]
H A DSIFoldOperands.cpp1089 bool IsSGPR = TRI.isSGPRReg(MRI, MI->getOperand(0).getReg()); in tryConstantFoldOp() local
1095 mutateCopyOp(*MI, TII->get(getMovOpc(IsSGPR))); in tryConstantFoldOp()
H A DSIInstrInfo.h257 bool IsSGPR) const;
H A DSIInstrInfo.cpp1393 bool IsSGPR) const { in getIndirectRegWriteMovRelPseudo()
1394 if (IsSGPR) { in getIndirectRegWriteMovRelPseudo()