Home
last modified time | relevance | path

Searched refs:SGPROperandRegs (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.h51 SmallSet<Register, 4> &SGPROperandRegs,
59 SmallSet<Register, 4> &SGPROperandRegs,
H A DAMDGPURegisterBankInfo.cpp758 SmallSet<Register, 4> &SGPROperandRegs, in executeInWaterfallLoop() argument
853 if (!SGPROperandRegs.count(OldReg)) in executeInWaterfallLoop()
972 SmallSet<Register, 4> &SGPROperandRegs, MachineInstr &MI, in collectWaterfallOperands() argument
979 SGPROperandRegs.insert(Reg); in collectWaterfallOperands()
983 return !SGPROperandRegs.empty(); in collectWaterfallOperands()
991 SmallSet<Register, 4> SGPROperandRegs; in executeInWaterfallLoop() local
993 if (!collectWaterfallOperands(SGPROperandRegs, MI, MRI, OpIndices)) in executeInWaterfallLoop()
998 SGPROperandRegs, MRI); in executeInWaterfallLoop()
3156 SmallSet<Register, 4> SGPROperandRegs; in applyMappingImpl() local
3158 if (!collectWaterfallOperands(SGPROperandRegs, MI, MRI, {1})) in applyMappingImpl()
[all …]