Home
last modified time | relevance | path

Searched refs:MI0 (Results 1 – 8 of 8) 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/CodeGen/
DTargetInstrInfoImpl.cpp213 TargetInstrInfoImpl::produceSameValue(const MachineInstr *MI0, in produceSameValue() argument
216 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp1163 bool ARMBaseInstrInfo::produceSameValue(const MachineInstr *MI0, in produceSameValue() argument
1166 int Opcode = MI0->getOpcode(); in produceSameValue()
1178 if (MI0->getNumOperands() != MI1->getNumOperands()) in produceSameValue()
1181 const MachineOperand &MO0 = MI0->getOperand(1); in produceSameValue()
1194 const MachineFunction *MF = MI0->getParent()->getParent(); in produceSameValue()
1215 if (MI0->getNumOperands() != MI1->getNumOperands()) in produceSameValue()
1218 unsigned Addr0 = MI0->getOperand(1).getReg(); in produceSameValue()
1235 for (unsigned i = 3, e = MI0->getNumOperands(); i != e; ++i) { in produceSameValue()
1237 const MachineOperand &MO0 = MI0->getOperand(i); in produceSameValue()
1245 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
DARMBaseInstrInfo.h142 virtual bool produceSameValue(const MachineInstr *MI0,
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1450 bool ARMBaseInstrInfo::produceSameValue(const MachineInstr &MI0, in produceSameValue() argument
1453 unsigned Opcode = MI0.getOpcode(); in produceSameValue()
1466 if (MI0.getNumOperands() != MI1.getNumOperands()) in produceSameValue()
1469 const MachineOperand &MO0 = MI0.getOperand(1); in produceSameValue()
1483 const MachineFunction *MF = MI0.getParent()->getParent(); in produceSameValue()
1504 if (MI0.getNumOperands() != MI1.getNumOperands()) in produceSameValue()
1507 unsigned Addr0 = MI0.getOperand(1).getReg(); in produceSameValue()
1524 for (unsigned i = 3, e = MI0.getNumOperands(); i != e; ++i) { in produceSameValue()
1526 const MachineOperand &MO0 = MI0.getOperand(i); in produceSameValue()
1534 return MI0.isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
DARMBaseInstrInfo.h205 bool produceSameValue(const MachineInstr &MI0, const MachineInstr &MI1,
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp385 bool TargetInstrInfo::produceSameValue(const MachineInstr &MI0, in produceSameValue() argument
388 return MI0.isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h439 virtual bool produceSameValue(const MachineInstr &MI0,