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

/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMips16ISelLowering.h52 MachineBasicBlock *emitSeliT16(unsigned Opc1, unsigned Opc2,
56 MachineBasicBlock *emitSelT16(unsigned Opc1, unsigned Opc2,
H A DMips16ISelLowering.cpp561 (unsigned Opc1, unsigned Opc2,
598 BuildMI(BB, DL, TII->get(Opc2)).addReg(MI->getOperand(3).getReg())
626 (unsigned Opc1, unsigned Opc2,
663 BuildMI(BB, DL, TII->get(Opc2)).addReg(MI->getOperand(3).getReg())
560 emitSelT16(unsigned Opc1, unsigned Opc2, MachineInstr *MI, MachineBasicBlock *BB) const argument
625 emitSeliT16(unsigned Opc1, unsigned Opc2, MachineInstr *MI, MachineBasicBlock *BB) const argument
/freebsd-10.2-release/contrib/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),
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1318 unsigned Opc1, Opc2, Opc3; local
1323 Opc2 = PPC::VADDUBM;
1328 Opc2 = PPC::VADDUHM;
1334 Opc2 = PPC::VADDUWM;
1349 return CurDAG->getMachineNode(Opc2, dl, VT, TmpVal, TmpVal);
1376 return CurDAG->getMachineNode(Opc2, dl, VT, SDValue(Tmp1, 0),
/freebsd-10.2-release/contrib/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) &&
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp1847 unsigned Opc2 = Lane & 3;
1850 Binary |= (Opc2 << 5);
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4766 unsigned Opc2 = Load2->getMachineOpcode(); local
4804 switch (Opc2) {
4874 unsigned Opc2 = Load2->getMachineOpcode(); local
4875 if (Opc1 != Opc2)

Completed in 107 milliseconds