|
LLVM 23.0.0git
|
Holds waterfall loop information: the set of SGPR operand registers that need waterfalling, and an instruction range [Start, End) to wrap in the loop. More...
#include "Target/AMDGPU/AMDGPURegBankLegalizeHelper.h"
Public Attributes | |
| SmallSet< Register, 4 > | SgprWaterfallOperandRegs |
| MachineBasicBlock::iterator | Start |
| MachineBasicBlock::iterator | End |
Holds waterfall loop information: the set of SGPR operand registers that need waterfalling, and an instruction range [Start, End) to wrap in the loop.
Definition at line 27 of file AMDGPURegBankLegalizeHelper.h.
| MachineBasicBlock::iterator llvm::AMDGPU::WaterfallInfo::End |
Definition at line 30 of file AMDGPURegBankLegalizeHelper.h.
Definition at line 28 of file AMDGPURegBankLegalizeHelper.h.
| MachineBasicBlock::iterator llvm::AMDGPU::WaterfallInfo::Start |
Definition at line 29 of file AMDGPURegBankLegalizeHelper.h.