Searched refs:Opc1 (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,
589 BuildMI(BB, DL, TII->get(Opc1)).addMBB(sinkMBB);
615 (unsigned Opc1, unsigned Opc2,
654 BuildMI(BB, DL, TII->get(Opc1)).addMBB(sinkMBB);
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
103 Opc1 = Hexagon::TFR_cPt;
107 Opc1 = Hexagon::TFR64_cPt;
114 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Opc1),
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1316 unsigned Opc1, Opc2, Opc3; local
1320 Opc1 = PPC::VSPLTISB;
1325 Opc1 = PPC::VSPLTISH;
1331 Opc1 = PPC::VSPLTISW;
1345 SDNode *Tmp = CurDAG->getMachineNode(Opc1, dl, VT, EltVal);
1357 SDNode *Tmp1 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal);
1359 SDNode *Tmp2 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal);
1371 SDNode *Tmp1 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal);
1373 SDNode *Tmp2 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal);
/external/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) &&
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp1980 unsigned Opc1 = Lane >> 2;
1982 assert((Opc1 & 3) == 0 && "out-of-range lane number operand");
1983 Binary |= (Opc1 << 21);
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4501 unsigned Opc1 = Load1->getMachineOpcode(); local
4503 switch (Opc1) {
4609 unsigned Opc1 = Load1->getMachineOpcode(); local
4611 if (Opc1 != Opc2)
4614 switch (Opc1) {

Completed in 3301 milliseconds