Searched refs:Opc1 (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,
600 BuildMI(BB, DL, TII->get(Opc1)).addMBB(sinkMBB);
626 (unsigned Opc1, unsigned Opc2,
665 BuildMI(BB, DL, TII->get(Opc1)).addMBB(sinkMBB);
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
103 Opc1 = Hexagon::TFR_cPt;
107 Opc1 = Hexagon::TFR64_cPt;
114 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Opc1),
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1318 unsigned Opc1, Opc2, Opc3; local
1322 Opc1 = PPC::VSPLTISB;
1327 Opc1 = PPC::VSPLTISH;
1333 Opc1 = PPC::VSPLTISW;
1347 SDNode *Tmp = CurDAG->getMachineNode(Opc1, dl, VT, EltVal);
1359 SDNode *Tmp1 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal);
1361 SDNode *Tmp2 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal);
1373 SDNode *Tmp1 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal);
1375 SDNode *Tmp2 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal);
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DPatternMatch.h504 template<typename LHS_t, typename RHS_t, unsigned Opc1, unsigned Opc2>
513 if (V->getValueID() == Value::InstructionVal + Opc1 ||
519 return (CE->getOpcode() == Opc1 || CE->getOpcode() == Opc2) &&
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp1846 unsigned Opc1 = Lane >> 2;
1848 assert((Opc1 & 3) == 0 && "out-of-range lane number operand");
1849 Binary |= (Opc1 << 21);
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4765 unsigned Opc1 = Load1->getMachineOpcode(); local
4767 switch (Opc1) {
4873 unsigned Opc1 = Load1->getMachineOpcode(); local
4875 if (Opc1 != Opc2)
4878 switch (Opc1) {

Completed in 209 milliseconds