Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCTLSDynamicCall.cpp73 unsigned Opc1, Opc2; in processBlock() local
84 Opc2 = PPC::GETtlsADDR; in processBlock()
88 Opc2 = PPC::GETtlsldADDR; in processBlock()
92 Opc2 = PPC::GETtlsADDR32; in processBlock()
96 Opc2 = PPC::GETtlsldADDR32; in processBlock()
110 MachineInstr *Call = (BuildMI(MBB, I, DL, TII->get(Opc2), GPR3) in processBlock()
DPPCISelDAGToDAG.cpp2911 unsigned Opc1, Opc2, Opc3; in Select() local
2916 Opc2 = PPC::VADDUBM; in Select()
2921 Opc2 = PPC::VADDUHM; in Select()
2927 Opc2 = PPC::VADDUWM; in Select()
2942 return CurDAG->getMachineNode(Opc2, dl, VT, TmpVal, TmpVal); in Select()
2969 return CurDAG->getMachineNode(Opc2, dl, VT, SDValue(Tmp1, 0), in Select()
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.h56 MachineBasicBlock *emitSeliT16(unsigned Opc1, unsigned Opc2,
60 MachineBasicBlock *emitSelT16(unsigned Opc1, unsigned Opc2,
DMips16ISelLowering.cpp583 Mips16TargetLowering::emitSelT16(unsigned Opc1, unsigned Opc2, MachineInstr *MI, in emitSelT16() argument
619 BuildMI(BB, DL, TII->get(Opc2)).addReg(MI->getOperand(3).getReg()) in emitSelT16()
647 Mips16TargetLowering::emitSeliT16(unsigned Opc1, unsigned Opc2, in emitSeliT16() argument
684 BuildMI(BB, DL, TII->get(Opc2)).addReg(MI->getOperand(3).getReg()) in emitSeliT16()
/external/llvm/include/llvm/IR/
DPatternMatch.h635 template <typename LHS_t, typename RHS_t, unsigned Opc1, unsigned Opc2>
644 V->getValueID() == Value::InstructionVal + Opc2) { in match()
649 return (CE->getOpcode() == Opc1 || CE->getOpcode() == Opc2) && in match()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp340 unsigned Opc2 = I->getOpcode(); in RemoveBranch() local
341 switch (Opc2) { in RemoveBranch()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp5644 unsigned Opc2 = Load2->getMachineOpcode(); in areLoadsFromSameBasePtr() local
5682 switch (Opc2) { in areLoadsFromSameBasePtr()
5752 unsigned Opc2 = Load2->getMachineOpcode(); in shouldScheduleLoadsNear() local
5753 if (Opc1 != Opc2) in shouldScheduleLoadsNear()
DX86ISelLowering.cpp18553 unsigned Opc2 = X86::GetCondBranchFromCond( in EmitLoweredSelect() local
18555 BuildMI(jcc1MBB, DL, TII->get(Opc2)).addMBB(sinkMBB); in EmitLoweredSelect()