/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetInstrInfo.h | 241 virtual bool produceSameValue(const MachineInstr *MI0, 758 virtual bool produceSameValue(const MachineInstr *MI0,
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 142 virtual bool produceSameValue(const MachineInstr *MI0,
|
D | ARMBaseInstrInfo.cpp | 1163 bool ARMBaseInstrInfo::produceSameValue(const MachineInstr *MI0, in produceSameValue() function in ARMBaseInstrInfo 1231 if (!produceSameValue(Def0, Def1, MRI)) in produceSameValue()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 205 bool produceSameValue(const MachineInstr &MI0, const MachineInstr &MI1,
|
D | ARMBaseInstrInfo.cpp | 1450 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/ |
D | TargetInstrInfoImpl.cpp | 213 TargetInstrInfoImpl::produceSameValue(const MachineInstr *MI0, in produceSameValue() function in TargetInstrInfoImpl
|
D | MachineLICM.cpp | 1165 if (TII->produceSameValue(MI, PrevMI, (PreRegAlloc ? MRI : 0))) in LookForDuplicate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCBranchCoalescing.cpp | 367 if (TII->produceSameValue(*Op1Def, *Op2Def, MRI)) { in identicalOperands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 236 bool produceSameValue(const MachineInstr &MI0, const MachineInstr &MI1,
|
D | ARMBaseInstrInfo.cpp | 1628 bool ARMBaseInstrInfo::produceSameValue(const MachineInstr &MI0, in produceSameValue() function in ARMBaseInstrInfo 1698 if (!produceSameValue(*Def0, *Def1, MRI)) in produceSameValue()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 439 virtual bool produceSameValue(const MachineInstr &MI0,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 511 virtual bool produceSameValue(const MachineInstr &MI0,
|
/external/llvm/lib/CodeGen/ |
D | MachineLICM.cpp | 1222 if (TII->produceSameValue(*MI, *PrevMI, (PreRegAlloc ? MRI : nullptr))) in LookForDuplicate()
|
D | TargetInstrInfo.cpp | 385 bool TargetInstrInfo::produceSameValue(const MachineInstr &MI0, in produceSameValue() function in TargetInstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 421 bool TargetInstrInfo::produceSameValue(const MachineInstr &MI0, in produceSameValue() function in TargetInstrInfo
|
D | MachineLICM.cpp | 1352 if (TII->produceSameValue(*MI, *PrevMI, (PreRegAlloc ? MRI : nullptr))) in LookForDuplicate()
|