Searched refs:isFoldableCopy (Results 1 – 5 of 5) sorted by relevance
498 !Sub->getSubReg() && TII->isFoldableCopy(*SubDef); in getRegSeqInit()555 if (!UseOp.getSubReg() && Def && TII->isFoldableCopy(*Def)) { in tryToFoldACImm()1740 if (!TII->isFoldableCopy(MI)) { in runOnMachineFunction()1807 if (!InstToErase || !TII->isFoldableCopy(*InstToErase)) in runOnMachineFunction()
751 if (DefMI && TII->isFoldableCopy(*DefMI)) { in runOnMachineFunction()
505 if (!TII->isFoldableCopy(*DefInst)) in foldToImm()
335 static bool isFoldableCopy(const MachineInstr &MI);
2871 bool SIInstrInfo::isFoldableCopy(const MachineInstr &MI) { in isFoldableCopy() function in SIInstrInfo3216 if (Def && SIInstrInfo::isFoldableCopy(*Def) && Def->getOperand(1).isImm()) { in getFoldableImm()