Searched refs:isFoldableCopy (Results 1 – 5 of 5) sorted by relevance
668 !Sub->getSubReg() && TII->isFoldableCopy(*SubDef); in getRegSeqInit()717 if (!UseOp.getSubReg() && Def && TII->isFoldableCopy(*Def)) { in tryToFoldACImm()1479 if (!InstToErase || !TII->isFoldableCopy(*InstToErase)) in tryFoldFoldableCopy()2178 if (TII->isFoldableCopy(MI)) { in runOnMachineFunction()
727 if (DefMI && TII->isFoldableCopy(*DefMI)) { in runOnMachineFunction()
507 if (!TII->isFoldableCopy(*DefInst)) in foldToImm()
392 static bool isFoldableCopy(const MachineInstr &MI);
3319 bool SIInstrInfo::isFoldableCopy(const MachineInstr &MI) { in isFoldableCopy() function in SIInstrInfo3739 if (Def && SIInstrInfo::isFoldableCopy(*Def) && Def->getOperand(1).isImm()) { in getFoldableImm()