Searched refs:AddrDisp (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp178 &MI.getOperand(N + X86::AddrDisp));
367 const MachineOperand &Op1 = MI1.getOperand(N1 + X86::AddrDisp);
368 const MachineOperand &Op2 = MI2.getOperand(N2 + X86::AddrDisp);
435 if (MI.getOperand(MemOpNo + X86::AddrDisp).isImm() &&
436 !isInt<32>(MI.getOperand(MemOpNo + X86::AddrDisp).getImm() +
525 MI.getOperand(MemOpNo + X86::AddrDisp).ChangeToImmediate(AddrDispShift);
584 MachineOperand &Op = MI.getOperand(MemOpNo + X86::AddrDisp);
H A DX86InstrInfo.h128 (MI.getOperand(Op + X86::AddrDisp).isImm() ||
129 MI.getOperand(Op + X86::AddrDisp).isGlobal() ||
130 MI.getOperand(Op + X86::AddrDisp).isCPI() ||
131 MI.getOperand(Op + X86::AddrDisp).isJTI());
H A DX86AsmPrinter.cpp233 const MachineOperand &DispSpec = MI->getOperand(Op+X86::AddrDisp);
299 const MachineOperand &DispSpec = MI->getOperand(Op+X86::AddrDisp);
326 printOperand(P, MI, Op+X86::AddrDisp, O, Modifier, AsmVariant);
H A DX86CallFrameOptimization.cpp391 !I->getOperand(X86::AddrDisp).isImm())
394 int64_t StackDisp = I->getOperand(X86::AddrDisp).getImm();
H A DX86FixupLEAs.cpp256 unsigned AddrDispOp = 1 + X86::AddrDisp;
H A DX86InstrInfo.cpp2174 MI.getOperand(Op + X86::AddrDisp).isImm() &&
2177 MI.getOperand(Op + X86::AddrDisp).getImm() == 0) {
2383 if (!ReMatPICStubLoad && MI.getOperand(1 + X86::AddrDisp).isGlobal())
2397 !MI.getOperand(1 + X86::AddrDisp).isReg()) {
4728 const MachineOperand &DispMO = MemOp.getOperand(MemRefBegin + X86::AddrDisp);
H A DX86ISelLowering.cpp23825 if (i == X86::AddrDisp)
23916 if (i == X86::AddrDisp)
23925 if (i == X86::AddrDisp)
[all...]
/external/llvm/lib/Target/X86/InstPrinter/
H A DX86ATTInstPrinter.cpp199 const MCOperand &DispSpec = MI->getOperand(Op + X86::AddrDisp);
H A DX86IntelInstPrinter.cpp162 const MCOperand &DispSpec = MI->getOperand(Op+X86::AddrDisp);
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h35 AddrDisp = 3, enumerator in enum:llvm::X86::__anon20147
H A DX86MCCodeEmitter.cpp246 const MCOperand &Disp = MI.getOperand(Op+X86::AddrDisp);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h36 AddrDisp = 3, enumerator in enum:llvm::X86::__anon13337
H A DX86MCCodeEmitter.cpp62 const MCOperand &Disp = MI.getOperand(Op+X86::AddrDisp);
354 const MCOperand &Disp = MI.getOperand(Op+X86::AddrDisp);

Completed in 235 milliseconds