Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonSplitTFRCondSets.cpp85 int Opc1, Opc2; in runOnMachineFunction() local
97 Opc2 = Hexagon::TFR_cNotPt; in runOnMachineFunction()
101 Opc2 = Hexagon::TFR64_cNotPt; in runOnMachineFunction()
111 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Opc2), in runOnMachineFunction()
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.h54 MachineBasicBlock *emitSeliT16(unsigned Opc1, unsigned Opc2,
58 MachineBasicBlock *emitSelT16(unsigned Opc1, unsigned Opc2,
DMips16ISelLowering.cpp478 (unsigned Opc1, unsigned Opc2, in emitSelT16() argument
515 BuildMI(BB, DL, TII->get(Opc2)).addReg(MI->getOperand(3).getReg()) in emitSelT16()
543 (unsigned Opc1, unsigned Opc2, in emitSeliT16() argument
580 BuildMI(BB, DL, TII->get(Opc2)).addReg(MI->getOperand(3).getReg()) in emitSeliT16()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1337 unsigned Opc1, Opc2, Opc3; in Select() local
1342 Opc2 = PPC::VADDUBM; in Select()
1347 Opc2 = PPC::VADDUHM; in Select()
1353 Opc2 = PPC::VADDUWM; in Select()
1368 return CurDAG->getMachineNode(Opc2, dl, VT, TmpVal, TmpVal); in Select()
1395 return CurDAG->getMachineNode(Opc2, dl, VT, SDValue(Tmp1, 0), in Select()
/external/llvm/include/llvm/Support/
DPatternMatch.h504 template<typename LHS_t, typename RHS_t, unsigned Opc1, unsigned Opc2>
514 V->getValueID() == Value::InstructionVal + Opc2) { in match()
519 return (CE->getOpcode() == Opc1 || CE->getOpcode() == Opc2) && in match()
/external/llvm/lib/Target/ARM/
DARMCodeEmitter.cpp1979 unsigned Opc2 = Lane & 3; in emitNEONLaneInstruction() local
1982 Binary |= (Opc2 << 5); in emitNEONLaneInstruction()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp4355 unsigned Opc2 = Load2->getMachineOpcode(); in areLoadsFromSameBasePtr() local
4393 switch (Opc2) { in areLoadsFromSameBasePtr()
4463 unsigned Opc2 = Load2->getMachineOpcode(); in shouldScheduleLoadsNear() local
4464 if (Opc1 != Opc2) in shouldScheduleLoadsNear()