Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp108 bool foldInstOperand(MachineInstr &MI, MachineOperand &OpToFold) const;
1351 bool SIFoldOperands::foldInstOperand(MachineInstr &MI, in foldInstOperand() function in SIFoldOperands
1462 bool Changed = foldInstOperand(MI, OpToFold); in tryFoldFoldableCopy()