Searched refs:isFoldableCopy (Results 1 – 5 of 5) sorted by relevance
478 !Sub->getSubReg() && TII->isFoldableCopy(*SubDef); in getRegSeqInit()530 if (!UseOp.getSubReg() && Def && TII->isFoldableCopy(*Def)) { in tryToFoldACImm()1308 if (!InstToErase || !TII->isFoldableCopy(*InstToErase)) in tryFoldFoldableCopy()1779 if (TII->isFoldableCopy(MI)) { in runOnMachineFunction()
716 if (DefMI && TII->isFoldableCopy(*DefMI)) { in runOnMachineFunction()
338 static bool isFoldableCopy(const MachineInstr &MI);
507 if (!TII->isFoldableCopy(*DefInst)) in foldToImm()
2997 bool SIInstrInfo::isFoldableCopy(const MachineInstr &MI) { in isFoldableCopy() function in SIInstrInfo3350 if (Def && SIInstrInfo::isFoldableCopy(*Def) && Def->getOperand(1).isImm()) { in getFoldableImm()