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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.h 109 inline static bool isLeaMem(const MachineInstr *MI, unsigned Op) {
124 isLeaMem(MI, Op);
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 121 inline static bool isLeaMem(const MachineInstr &MI, unsigned Op) {
138 MI.getOperand(Op + X86::AddrSegmentReg).isReg() && isLeaMem(MI, Op);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InstrInfo.h 147 inline static bool isLeaMem(const MachineInstr &MI, unsigned Op) {
164 MI.getOperand(Op + X86::AddrSegmentReg).isReg() && isLeaMem(MI, Op);

Completed in 2982 milliseconds