Searched refs:AddrDisp (Results 1 – 11 of 11) sorted by relevance
205 const MachineOperand *Op1 = &MI1.getOperand(N1 + X86::AddrDisp); in isSimilarMemOp()206 const MachineOperand *Op2 = &MI2.getOperand(N2 + X86::AddrDisp); in isSimilarMemOp()287 MI.getOperand(MemOpNo + X86::AddrDisp).ChangeToImmediate(AddrDispShift); in removeRedundantAddrCalc()
129 (MI->getOperand(Op+X86::AddrDisp).isImm() || in isLeaMem()130 MI->getOperand(Op+X86::AddrDisp).isGlobal() || in isLeaMem()131 MI->getOperand(Op+X86::AddrDisp).isCPI() || in isLeaMem()132 MI->getOperand(Op+X86::AddrDisp).isJTI()); in isLeaMem()
385 !I->getOperand(X86::AddrDisp).isImm()) in collectCallInfo()388 int64_t StackDisp = I->getOperand(X86::AddrDisp).getImm(); in collectCallInfo()
247 const MachineOperand &DispSpec = MI->getOperand(Op+X86::AddrDisp); in printLeaMemReference()313 const MachineOperand &DispSpec = MI->getOperand(Op+X86::AddrDisp); in printIntelMemReference()340 printOperand(P, MI, Op+X86::AddrDisp, O, Modifier, AsmVariant); in printIntelMemReference()
247 unsigned AddrDispOp = 1 + X86::AddrDisp; in isLEASimpleIncOrDec()
2148 MI->getOperand(Op+X86::AddrDisp).isImm() && in isFrameOperand()2151 MI->getOperand(Op+X86::AddrDisp).getImm() == 0) { in isFrameOperand()2358 if (!ReMatPICStubLoad && MI->getOperand(1+X86::AddrDisp).isGlobal()) in isReallyTriviallyReMaterializable()2372 !MI->getOperand(1+X86::AddrDisp).isReg()) { in isReallyTriviallyReMaterializable()4597 const MachineOperand &DispMO = MemOp->getOperand(MemRefBegin + X86::AddrDisp); in getMemOpBaseRegImmOfs()
22077 if (i == X86::AddrDisp) in emitEHSjLjSetJmp()22168 if (i == X86::AddrDisp) in emitEHSjLjLongJmp()22177 if (i == X86::AddrDisp) in emitEHSjLjLongJmp()
162 const MCOperand &DispSpec = MI->getOperand(Op+X86::AddrDisp); in printMemReference()
191 const MCOperand &DispSpec = MI->getOperand(Op + X86::AddrDisp); in printMemReference()
36 AddrDisp = 3, enumerator
62 const MCOperand &Disp = MI.getOperand(Op+X86::AddrDisp); in Is16BitMemOperand()368 const MCOperand &Disp = MI.getOperand(Op+X86::AddrDisp); in EmitMemModRMByte()