HomeSort by relevance Sort by last modified time
    Searched refs:AddrNumOperands (Results 1 - 25 of 26) sorted by null

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp 289 MachineOperand ImmOp = MI->getOperand(X86::AddrNumOperands);
295 MachineOperand ImmOp = MI->getOperand(X86::AddrNumOperands);
507 MachineOperand PushOp = Store->getOperand(X86::AddrNumOperands);
561 for (unsigned i = NumOps - X86::AddrNumOperands; i != NumOps; ++i)
X86InstrInfo.h 163 return Op + X86::AddrNumOperands <= MI.getNumOperands() &&
X86AvoidStoreForwardingBlocks.cpp 428 MachineOperand &StoreSrcVReg = StoreInst->getOperand(X86::AddrNumOperands);
430 NewStore->getOperand(X86::AddrNumOperands).setIsKill(StoreSrcVReg.isKill());
X86DomainReassignment.cpp 545 MemOpEnd = MemOpStart + X86::AddrNumOperands;
579 OpIdx += (X86::AddrNumOperands - 1);
X86InstrInfo.cpp 430 if (MI.getOperand(X86::AddrNumOperands).getSubReg() == 0 &&
432 return MI.getOperand(X86::AddrNumOperands).getReg();
    [all...]
X86FlagsCopyLowering.cpp     [all...]
X86FloatingPoint.cpp     [all...]
X86MCInstLower.cpp 433 assert(OutMI.getNumOperands() == 1 + X86::AddrNumOperands &&
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp 211 unsigned e = (isTwoAddr ? X86::AddrNumOperands+1 : X86::AddrNumOperands);
866 X86_MC::getX86RegNum(MI.getOperand(CurOp + X86::AddrNumOperands)
868 CurOp += X86::AddrNumOperands + 1;
886 int AddrOperands = X86::AddrNumOperands;
    [all...]
X86InstrInfo.cpp     [all...]
X86MCInstLower.cpp 353 assert(OutMI.getNumOperands() == 1+X86::AddrNumOperands &&
X86FloatingPoint.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 510 CurOp = X86::AddrNumOperands;
683 unsigned e = (isTwoAddr ? X86::AddrNumOperands+1 : X86::AddrNumOperands);
    [all...]
X86BaseInfo.h 40 /// AddrNumOperands - Total number of operands in a memory reference.
41 AddrNumOperands = 5
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 757 CurOp += X86::AddrNumOperands;
815 VEX_4V = ~getX86RegEncoding(MI, CurOp + X86::AddrNumOperands) & 0xf;
    [all...]
X86BaseInfo.h 41 /// AddrNumOperands - Total number of operands in a memory reference.
42 AddrNumOperands = 5
  /external/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp 467 MachineOperand PushOp = MOV->getOperand(X86::AddrNumOperands);
516 for (unsigned i = NumOps - X86::AddrNumOperands; i != NumOps; ++i)
X86InstrInfo.h 137 return Op + X86::AddrNumOperands <= MI.getNumOperands() &&
X86InstrInfo.cpp     [all...]
X86FloatingPoint.cpp     [all...]
X86MCInstLower.cpp 404 assert(OutMI.getNumOperands() == 1+X86::AddrNumOperands &&
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 727 CurOp += X86::AddrNumOperands;
778 // CurOp + X86::AddrNumOperands will point to src3.
779 VEX_4V = ~getX86RegEncoding(MI, CurOp + X86::AddrNumOperands) & 0xf;
    [all...]
X86BaseInfo.h 41 /// AddrNumOperands - Total number of operands in a memory reference.
42 AddrNumOperands = 5
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]

Completed in 1823 milliseconds

1 2