Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp102 bool tryFoldRegSequence(MachineInstr &MI);
1514 bool SIFoldOperands::tryFoldRegSequence(MachineInstr &MI) { in tryFoldRegSequence() function in SIFoldOperands
1725 if (MI.isRegSequence() && tryFoldRegSequence(MI)) { in runOnMachineFunction()