Searched refs:produceSameValue (Results 1 – 5 of 5) sorted by relevance
199 bool produceSameValue(const MachineInstr *MI0, const MachineInstr *MI1,
1432 bool ARMBaseInstrInfo::produceSameValue(const MachineInstr *MI0, in produceSameValue() function in ARMBaseInstrInfo1502 if (!produceSameValue(Def0, Def1, MRI)) in produceSameValue()
357 virtual bool produceSameValue(const MachineInstr *MI0,
328 TargetInstrInfo::produceSameValue(const MachineInstr *MI0, in produceSameValue() function in TargetInstrInfo
1304 if (TII->produceSameValue(MI, PrevMI, (PreRegAlloc ? MRI : nullptr))) in LookForDuplicate()