Searched refs:isFoldableCopy (Results 1 – 5 of 5) sorted by relevance
511 !Sub->getSubReg() && TII->isFoldableCopy(*SubDef); in getRegSeqInit()568 if (!UseOp.getSubReg() && Def && TII->isFoldableCopy(*Def)) { in tryToFoldACImm()1758 if (!TII->isFoldableCopy(MI)) { in runOnMachineFunction()1823 if (!InstToErase || !TII->isFoldableCopy(*InstToErase)) in runOnMachineFunction()
737 if (DefMI && TII->isFoldableCopy(*DefMI)) { in runOnMachineFunction()
325 bool isFoldableCopy(const MachineInstr &MI) const;
505 if (!TII->isFoldableCopy(*DefInst)) in foldToImm()
2694 bool SIInstrInfo::isFoldableCopy(const MachineInstr &MI) const { in isFoldableCopy() function in SIInstrInfo