HomeSort by relevance Sort by last modified time
    Searched refs:Opc1 (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.h 52 MachineBasicBlock *emitSeliT16(unsigned Opc1, unsigned Opc2,
56 MachineBasicBlock *emitSelT16(unsigned Opc1, unsigned Opc2,
Mips16ISelLowering.cpp 550 (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);
  /external/llvm/lib/Target/Hexagon/
HexagonSplitTFRCondSets.cpp 92 int Opc1, Opc2;
103 Opc1 = Hexagon::TFR_cPt;
107 Opc1 = Hexagon::TFR64_cPt;
114 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Opc1),
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 504 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) &&
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 80 milliseconds