Searched refs:Opc2 (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCTLSDynamicCall.cpp | 75 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()
|
| HD | PPCISelDAGToDAG.cpp | 2952 unsigned Opc1, Opc2, Opc3; in Select() local 2957 Opc2 = PPC::VADDUBM; in Select() 2962 Opc2 = PPC::VADDUHM; in Select() 2968 Opc2 = PPC::VADDUWM; in Select() 2983 return CurDAG->getMachineNode(Opc2, dl, VT, TmpVal, TmpVal); in Select() 3010 return CurDAG->getMachineNode(Opc2, dl, VT, SDValue(Tmp1, 0), in Select()
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | Mips16ISelLowering.h | 56 MachineBasicBlock *emitSeliT16(unsigned Opc1, unsigned Opc2, 60 MachineBasicBlock *emitSelT16(unsigned Opc1, unsigned Opc2,
|
| HD | Mips16ISelLowering.cpp | 584 Mips16TargetLowering::emitSelT16(unsigned Opc1, unsigned Opc2, MachineInstr *MI, in emitSelT16() argument 620 BuildMI(BB, DL, TII->get(Opc2)).addReg(MI->getOperand(3).getReg()) in emitSelT16() 648 Mips16TargetLowering::emitSeliT16(unsigned Opc1, unsigned Opc2, in emitSeliT16() argument 685 BuildMI(BB, DL, TII->get(Opc2)).addReg(MI->getOperand(3).getReg()) in emitSeliT16()
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | PatternMatch.h | 635 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()
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86InstrInfo.cpp | 5774 unsigned Opc2 = Load2->getMachineOpcode(); in areLoadsFromSameBasePtr() local 5812 switch (Opc2) { in areLoadsFromSameBasePtr() 5882 unsigned Opc2 = Load2->getMachineOpcode(); in shouldScheduleLoadsNear() local 5883 if (Opc1 != Opc2) in shouldScheduleLoadsNear()
|
| HD | X86ISelLowering.cpp | 19954 unsigned Opc2 = X86::GetCondBranchFromCond( in EmitLoweredSelect() local 19956 BuildMI(jcc1MBB, DL, TII->get(Opc2)).addMBB(sinkMBB); in EmitLoweredSelect()
|