Searched refs:SGPROperandRegs (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.h | 51 SmallSet<Register, 4> &SGPROperandRegs, 58 SmallSet<Register, 4> &SGPROperandRegs) const;
|
H A D | AMDGPURegisterBankInfo.cpp | 777 SmallSet<Register, 4> &SGPROperandRegs) const { in executeInWaterfallLoop() 868 if (!SGPROperandRegs.count(OldReg)) in executeInWaterfallLoop() 986 SmallSet<Register, 4> &SGPROperandRegs, MachineInstr &MI, in collectWaterfallOperands() argument 993 SGPROperandRegs.insert(Reg); in collectWaterfallOperands() 997 return !SGPROperandRegs.empty(); in collectWaterfallOperands() 1004 SmallSet<Register, 4> SGPROperandRegs; in executeInWaterfallLoop() local 1006 if (!collectWaterfallOperands(SGPROperandRegs, MI, *B.getMRI(), OpIndices)) in executeInWaterfallLoop() 1011 SGPROperandRegs); in executeInWaterfallLoop() 3309 SmallSet<Register, 4> SGPROperandRegs; in applyMappingImpl() local 3311 if (!collectWaterfallOperands(SGPROperandRegs, MI, MRI, {1})) in applyMappingImpl() [all …]
|