Searched refs:isFoldableCopy (Results 1 – 5 of 5) sorted by relevance
510 !Sub->getSubReg() && TII->isFoldableCopy(*SubDef); in getRegSeqInit()567 if (!UseOp.getSubReg() && Def && TII->isFoldableCopy(*Def)) { in tryToFoldACImm()1733 if (!TII->isFoldableCopy(MI)) { in runOnMachineFunction()1798 if (!InstToErase || !TII->isFoldableCopy(*InstToErase)) in runOnMachineFunction()
737 if (DefMI && TII->isFoldableCopy(*DefMI)) { in runOnMachineFunction()
324 bool isFoldableCopy(const MachineInstr &MI) const;
505 if (!TII->isFoldableCopy(*DefInst)) in foldToImm()
2641 bool SIInstrInfo::isFoldableCopy(const MachineInstr &MI) const { in isFoldableCopy() function in SIInstrInfo