Searched refs:Opc2 (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCTLSDynamicCall.cpp75 unsigned Opc1, Opc2; local
83 Opc2 = PPC::GETtlsADDR;
87 Opc2 = PPC::GETtlsldADDR;
91 Opc2 = PPC::GETtlsADDR32;
95 Opc2 = PPC::GETtlsldADDR32;
114 MachineInstr *Call = (BuildMI(MBB, I, DL, TII->get(Opc2), GPR3)
H A DPPCISelDAGToDAG.cpp3058 unsigned Opc1, Opc2, Opc3; local
3063 Opc2 = PPC::VADDUBM;
3068 Opc2 = PPC::VADDUHM;
3074 Opc2 = PPC::VADDUWM;
3089 ReplaceNode(N, CurDAG->getMachineNode(Opc2, dl, VT, TmpVal, TmpVal));
3118 ReplaceNode(N, CurDAG->getMachineNode(Opc2, dl, VT, SDValue(Tmp1, 0),
/external/llvm/lib/Target/Mips/
H A DMips16ISelLowering.h56 MachineBasicBlock *emitSeliT16(unsigned Opc1, unsigned Opc2,
60 MachineBasicBlock *emitSelT16(unsigned Opc1, unsigned Opc2,
H A DMips16ISelLowering.cpp584 Mips16TargetLowering::emitSelT16(unsigned Opc1, unsigned Opc2, MachineInstr &MI, argument
619 BuildMI(BB, DL, TII->get(Opc2))
649 Mips16TargetLowering::emitSeliT16(unsigned Opc1, unsigned Opc2, argument
685 BuildMI(BB, DL, TII->get(Opc2))
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPatternMatch.h401 template<typename LHS_t, typename RHS_t, unsigned Opc1, unsigned Opc2>
411 V->getValueID() == Value::InstructionVal + Opc2) {
416 return (CE->getOpcode() == Opc1 || CE->getOpcode() == Opc2) &&
/external/llvm/include/llvm/IR/
H A DPatternMatch.h635 template <typename LHS_t, typename RHS_t, unsigned Opc1, unsigned Opc2>
644 V->getValueID() == Value::InstructionVal + Opc2) {
649 return (CE->getOpcode() == Opc1 || CE->getOpcode() == Opc2) &&
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMCodeEmitter.cpp1832 unsigned Opc2 = Lane & 3;
1835 Binary |= (Opc2 << 5);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrInfo.cpp3137 unsigned Opc2 = Load2->getMachineOpcode(); local
3175 switch (Opc2) {
3245 unsigned Opc2 = Load2->getMachineOpcode(); local
3246 if (Opc1 != Opc2)
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp6615 unsigned Opc2 = Load2->getMachineOpcode(); local
6653 switch (Opc2) {
6723 unsigned Opc2 = Load2->getMachineOpcode(); local
6724 if (Opc1 != Opc2)
H A DX86ISelLowering.cpp23335 unsigned Opc2 = X86::GetCondBranchFromCond( local
23337 BuildMI(jcc1MBB, DL, TII->get(Opc2)).addMBB(sinkMBB);
[all...]

Completed in 290 milliseconds