Searched refs:Opc2 (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMips16ISelLowering.h52 MachineBasicBlock *emitSeliT16(unsigned Opc1, unsigned Opc2,
56 MachineBasicBlock *emitSelT16(unsigned Opc1, unsigned Opc2,
H A DMips16ISelLowering.cpp550 (unsigned Opc1, unsigned Opc2,
587 BuildMI(BB, DL, TII->get(Opc2)).addReg(MI->getOperand(3).getReg())
615 (unsigned Opc1, unsigned Opc2,
652 BuildMI(BB, DL, TII->get(Opc2)).addReg(MI->getOperand(3).getReg())
549 emitSelT16(unsigned Opc1, unsigned Opc2, MachineInstr *MI, MachineBasicBlock *BB) const argument
614 emitSeliT16(unsigned Opc1, unsigned Opc2, MachineInstr *MI, MachineBasicBlock *BB) const argument
/external/llvm/lib/Target/Hexagon/
H A DHexagonSplitTFRCondSets.cpp92 int Opc1, Opc2; local
104 Opc2 = Hexagon::TFR_cNotPt;
108 Opc2 = Hexagon::TFR64_cNotPt;
118 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Opc2),
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1316 unsigned Opc1, Opc2, Opc3; local
1321 Opc2 = PPC::VADDUBM;
1326 Opc2 = PPC::VADDUHM;
1332 Opc2 = PPC::VADDUWM;
1347 return CurDAG->getMachineNode(Opc2, dl, VT, TmpVal, TmpVal);
1374 return CurDAG->getMachineNode(Opc2, dl, VT, SDValue(Tmp1, 0),
/external/llvm/include/llvm/Support/
H A DPatternMatch.h504 template<typename LHS_t, typename RHS_t, unsigned Opc1, unsigned Opc2>
514 V->getValueID() == Value::InstructionVal + Opc2) {
519 return (CE->getOpcode() == Opc1 || CE->getOpcode() == Opc2) &&
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp1981 unsigned Opc2 = Lane & 3;
1984 Binary |= (Opc2 << 5);
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4502 unsigned Opc2 = Load2->getMachineOpcode(); local
4540 switch (Opc2) {
4610 unsigned Opc2 = Load2->getMachineOpcode(); local
4611 if (Opc1 != Opc2)

Completed in 220 milliseconds