Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp259 bool tryFoldRegSequence(MachineInstr &MI);
2320 bool SIFoldOperandsImpl::tryFoldRegSequence(MachineInstr &MI) { in tryFoldRegSequence() function in SIFoldOperandsImpl
2747 if (MI.isRegSequence() && tryFoldRegSequence(MI)) { in run()