Searched refs:produceSameValue (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchCoalescing.cpp | 366 if (TII->produceSameValue(*Op1Def, *Op2Def, MRI)) { in identicalOperands()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 244 bool produceSameValue(const MachineInstr &MI0, const MachineInstr &MI1,
|
H A D | ARMBaseInstrInfo.cpp | 1861 bool ARMBaseInstrInfo::produceSameValue(const MachineInstr &MI0, in produceSameValue() function in ARMBaseInstrInfo 1923 if (!produceSameValue(*Def0, *Def1, MRI)) in produceSameValue()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | EarlyIfConversion.cpp | 598 if (!TII->produceSameValue(*TDef, *FDef, &MRI)) in hasSameValue()
|
H A D | MachineLICM.cpp | 1494 if (TII->produceSameValue(*MI, *PrevMI, (PreRegAlloc ? MRI : nullptr))) in LookForDuplicate()
|
H A D | TargetInstrInfo.cpp | 428 bool TargetInstrInfo::produceSameValue(const MachineInstr &MI0, in produceSameValue() function in TargetInstrInfo
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 595 virtual bool produceSameValue(const MachineInstr &MI0,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 2863 if (Builder.getTII().produceSameValue(*I1, *I2, &MRI)) { in matchEqualDefs()
|