Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCTLSDynamicCall.cpp75 unsigned Opc1, Opc2; in processBlock() local
86 Opc2 = PPC::GETtlsADDR; in processBlock()
90 Opc2 = PPC::GETtlsldADDR; in processBlock()
94 Opc2 = PPC::GETtlsADDR32; in processBlock()
98 Opc2 = PPC::GETtlsldADDR32; in processBlock()
112 MachineInstr *Call = (BuildMI(MBB, I, DL, TII->get(Opc2), GPR3) in processBlock()
DPPCISelDAGToDAG.cpp3012 unsigned Opc1, Opc2, Opc3; in Select() local
3017 Opc2 = PPC::VADDUBM; in Select()
3022 Opc2 = PPC::VADDUHM; in Select()
3028 Opc2 = PPC::VADDUWM; in Select()
3043 return CurDAG->getMachineNode(Opc2, dl, VT, TmpVal, TmpVal); in Select()
3070 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
618 BuildMI(BB, DL, TII->get(Opc2)).addReg(MI->getOperand(3).getReg()) in emitSelT16()
646 Mips16TargetLowering::emitSeliT16(unsigned Opc1, unsigned Opc2, in emitSeliT16() argument
682 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/X86/
DX86InstrInfo.cpp6415 unsigned Opc2 = Load2->getMachineOpcode(); in areLoadsFromSameBasePtr() local
6453 switch (Opc2) { in areLoadsFromSameBasePtr()
6523 unsigned Opc2 = Load2->getMachineOpcode(); in shouldScheduleLoadsNear() local
6524 if (Opc1 != Opc2) in shouldScheduleLoadsNear()
DX86ISelLowering.cpp21612 unsigned Opc2 = X86::GetCondBranchFromCond( in EmitLoweredSelect() local
21614 BuildMI(jcc1MBB, DL, TII->get(Opc2)).addMBB(sinkMBB); in EmitLoweredSelect()