HomeSort by relevance Sort by last modified time
    Searched refs:Opc2 (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCTLSDynamicCall.cpp 75 unsigned Opc1, Opc2;
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)
PPCISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCTLSDynamicCall.cpp 86 unsigned Opc1, Opc2;
94 Opc2 = PPC::GETtlsADDR;
98 Opc2 = PPC::GETtlsldADDR;
102 Opc2 = PPC::GETtlsADDR32;
106 Opc2 = PPC::GETtlsldADDR32;
130 MachineInstr *Call = (BuildMI(MBB, I, DL, TII->get(Opc2), GPR3)
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.h 56 MachineBasicBlock *emitSeliT16(unsigned Opc1, unsigned Opc2,
60 MachineBasicBlock *emitSelT16(unsigned Opc1, unsigned Opc2,
Mips16ISelLowering.cpp 584 Mips16TargetLowering::emitSelT16(unsigned Opc1, unsigned Opc2, MachineInstr &MI,
619 BuildMI(BB, DL, TII->get(Opc2))
649 Mips16TargetLowering::emitSeliT16(unsigned Opc1, unsigned Opc2,
685 BuildMI(BB, DL, TII->get(Opc2))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16ISelLowering.h 56 MachineBasicBlock *emitSeliT16(unsigned Opc1, unsigned Opc2,
60 MachineBasicBlock *emitSelT16(unsigned Opc1, unsigned Opc2,
Mips16ISelLowering.cpp 584 Mips16TargetLowering::emitSelT16(unsigned Opc1, unsigned Opc2, MachineInstr &MI,
619 BuildMI(BB, DL, TII->get(Opc2))
649 Mips16TargetLowering::emitSeliT16(unsigned Opc1, unsigned Opc2,
685 BuildMI(BB, DL, TII->get(Opc2))
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 401 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/
PatternMatch.h 635 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) &&
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 270 milliseconds