Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp245 bool tryConstantFoldOp(MachineInstr *MI) const;
1548 bool SIFoldOperandsImpl::tryConstantFoldOp(MachineInstr *MI) const { in tryConstantFoldOp() function in SIFoldOperandsImpl
1739 if (tryConstantFoldOp(&UseMI)) { in foldInstOperand()
1786 if (Fold.isImm() && tryConstantFoldOp(Fold.UseMI)) { in foldInstOperand()