Searched defs:Opc2 (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonSplitTFRCondSets.cpp93 int Opc1, Opc2; local
105 Opc2 = Hexagon::TFR_cNotPt;
109 Opc2 = Hexagon::TFR64_cNotPt;
119 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Opc2),
/external/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp578 (unsigned Opc1, unsigned Opc2,
614 BuildMI(BB, DL, TII->get(Opc2)).addReg(MI->getOperand(3).getReg())
642 (unsigned Opc1, unsigned Opc2,
678 BuildMI(BB, DL, TII->get(Opc2)).addReg(MI->getOperand(3).getReg())
577 emitSelT16(unsigned Opc1, unsigned Opc2, MachineInstr *MI, MachineBasicBlock *BB) const argument
641 emitSeliT16(unsigned Opc1, unsigned Opc2, MachineInstr *MI, MachineBasicBlock *BB) const argument
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1495 unsigned Opc1, Opc2, Opc3; local
1500 Opc2 = PPC::VADDUBM;
1505 Opc2 = PPC::VADDUHM;
1511 Opc2 = PPC::VADDUWM;
1526 return CurDAG->getMachineNode(Opc2, dl, VT, TmpVal, TmpVal);
1553 return CurDAG->getMachineNode(Opc2, dl, VT, SDValue(Tmp1, 0),
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4835 unsigned Opc2 = Load2->getMachineOpcode(); local
4873 switch (Opc2) {
4943 unsigned Opc2 = Load2->getMachineOpcode(); local
4944 if (Opc1 != Opc2)

Completed in 145 milliseconds