Home
last modified time | relevance | path

Searched refs:produceSameValue (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp366 if (TII->produceSameValue(*Op1Def, *Op2Def, MRI)) { in identicalOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h244 bool produceSameValue(const MachineInstr &MI0, const MachineInstr &MI1,
H A DARMBaseInstrInfo.cpp1861 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 DEarlyIfConversion.cpp598 if (!TII->produceSameValue(*TDef, *FDef, &MRI)) in hasSameValue()
H A DMachineLICM.cpp1494 if (TII->produceSameValue(*MI, *PrevMI, (PreRegAlloc ? MRI : nullptr))) in LookForDuplicate()
H A DTargetInstrInfo.cpp428 bool TargetInstrInfo::produceSameValue(const MachineInstr &MI0, in produceSameValue() function in TargetInstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h595 virtual bool produceSameValue(const MachineInstr &MI0,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2863 if (Builder.getTII().produceSameValue(*I1, *I2, &MRI)) { in matchEqualDefs()