Searched refs:isFoldableCopy (Results 1 – 5 of 5) sorted by relevance
670 !Sub->getSubReg() && TII->isFoldableCopy(*SubDef); in getRegSeqInit()719 if (!UseOp.getSubReg() && Def && TII->isFoldableCopy(*Def)) { in tryToFoldACImm()1499 if (!InstToErase || !TII->isFoldableCopy(*InstToErase)) in tryFoldFoldableCopy()2220 if (TII->isFoldableCopy(MI)) { in runOnMachineFunction()
725 if (DefMI && TII->isFoldableCopy(*DefMI)) { in runOnMachineFunction()
550 if (!TII->isFoldableCopy(*DefInst)) in foldToImm()
392 static bool isFoldableCopy(const MachineInstr &MI);
3370 bool SIInstrInfo::isFoldableCopy(const MachineInstr &MI) { in isFoldableCopy() function in SIInstrInfo3791 if (Def && SIInstrInfo::isFoldableCopy(*Def) && Def->getOperand(1).isImm()) { in getFoldableImm()