Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h241 virtual bool produceSameValue(const MachineInstr *MI0,
758 virtual bool produceSameValue(const MachineInstr *MI0,
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.h142 virtual bool produceSameValue(const MachineInstr *MI0,
DARMBaseInstrInfo.cpp1163 bool ARMBaseInstrInfo::produceSameValue(const MachineInstr *MI0, in produceSameValue() function in ARMBaseInstrInfo
1231 if (!produceSameValue(Def0, Def1, MRI)) in produceSameValue()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h205 bool produceSameValue(const MachineInstr &MI0, const MachineInstr &MI1,
DARMBaseInstrInfo.cpp1450 bool ARMBaseInstrInfo::produceSameValue(const MachineInstr &MI0, in produceSameValue() function in ARMBaseInstrInfo
1520 if (!produceSameValue(*Def0, *Def1, MRI)) in produceSameValue()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetInstrInfoImpl.cpp213 TargetInstrInfoImpl::produceSameValue(const MachineInstr *MI0, in produceSameValue() function in TargetInstrInfoImpl
DMachineLICM.cpp1165 if (TII->produceSameValue(MI, PrevMI, (PreRegAlloc ? MRI : 0))) in LookForDuplicate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCBranchCoalescing.cpp367 if (TII->produceSameValue(*Op1Def, *Op2Def, MRI)) { in identicalOperands()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h236 bool produceSameValue(const MachineInstr &MI0, const MachineInstr &MI1,
DARMBaseInstrInfo.cpp1628 bool ARMBaseInstrInfo::produceSameValue(const MachineInstr &MI0, in produceSameValue() function in ARMBaseInstrInfo
1698 if (!produceSameValue(*Def0, *Def1, MRI)) in produceSameValue()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h439 virtual bool produceSameValue(const MachineInstr &MI0,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h511 virtual bool produceSameValue(const MachineInstr &MI0,
/external/llvm/lib/CodeGen/
DMachineLICM.cpp1222 if (TII->produceSameValue(*MI, *PrevMI, (PreRegAlloc ? MRI : nullptr))) in LookForDuplicate()
DTargetInstrInfo.cpp385 bool TargetInstrInfo::produceSameValue(const MachineInstr &MI0, in produceSameValue() function in TargetInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp421 bool TargetInstrInfo::produceSameValue(const MachineInstr &MI0, in produceSameValue() function in TargetInstrInfo
DMachineLICM.cpp1352 if (TII->produceSameValue(*MI, *PrevMI, (PreRegAlloc ? MRI : nullptr))) in LookForDuplicate()