Searched refs:AddrScaleAmt (Results 1 – 16 of 16) sorted by relevance
218 static_assert(X86::AddrBaseReg == 0 && X86::AddrScaleAmt == 1 && in runOnMachineFunction()228 Current->getOperand(MemOpOffset + X86::AddrScaleAmt).getImm()) in runOnMachineFunction()
429 !I->getOperand(X86::AddrScaleAmt).isImm() || in collectCallInfo()430 (I->getOperand(X86::AddrScaleAmt).getImm() != 1) || in collectCallInfo()
195 &MI.getOperand(N + X86::AddrScaleAmt), in getMemOpKey()561 MI.getOperand(MemOpNo + X86::AddrScaleAmt).ChangeToImmediate(1); in removeRedundantAddrCalc()
562 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); in optTwoAddrLEA()702 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); in processInstructionForSlowLEA()754 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); in processInstrForSlow3OpLEA()
331 unsigned ScaleVal = MI->getOperand(OpNo + X86::AddrScaleAmt).getImm(); in PrintLeaMemReference()386 unsigned ScaleVal = MI->getOperand(OpNo + X86::AddrScaleAmt).getImm(); in PrintIntelMemReference()
123 isScale(MI.getOperand(Op + X86::AddrScaleAmt)) && in isLeaMem()
316 const MachineOperand &Scale = MI->getOperand(AddrOffset + X86::AddrScaleAmt); in isRelevantAddressingMode()
456 MI.getOperand(Op + X86::AddrScaleAmt).isImm() && in isFrameOperand()459 MI.getOperand(Op + X86::AddrScaleAmt).getImm() == 1 && in isFrameOperand()869 MI.getOperand(1 + X86::AddrScaleAmt).isImm() && in isReallyTriviallyReMaterializable()888 if (MI.getOperand(1 + X86::AddrScaleAmt).isImm() && in isReallyTriviallyReMaterializable()2644 const MachineOperand &Scale = MI->getOperand(1 + X86::AddrScaleAmt); in isConvertibleLEA()3719 AM.Scale = MemI.getOperand(MemRefBegin + X86::AddrScaleAmt).getImm(); in getAddrModeFromMemoryOp()3809 if (MemOp.getOperand(MemRefBegin + X86::AddrScaleAmt).getImm() != 1) in getMemOperandsWithOffsetWidth()7318 if (!HasSameOp(X86::AddrBaseReg) || !HasSameOp(X86::AddrScaleAmt) || in areLoadsFromSameBasePtr()
390 Inst.getOperand(AddrBase + X86::AddrScaleAmt).isImm() && in SimplifyShortMoveForm()414 Inst.getOperand(AddrBase + X86::AddrScaleAmt).getImm() != 1 || in SimplifyShortMoveForm()
66 const MCOperand &Scale = Inst.getOperand(MemOp + X86::AddrScaleAmt); in tryAddingSymbolicOperand()
421 MemOpNo + X86::AddrScaleAmt)) in match()508 MemOpNo + X86::AddrScaleAmt)) in match()598 if (CurInst->getOperand(1 + X86::AddrScaleAmt).getImm() != 1 || in match()691 const MCOperand &Scale = Inst.getOperand(MemOpOffset + X86::AddrScaleAmt); in evaluateX86MemoryOperand()
384 unsigned ScaleVal = MI->getOperand(Op+X86::AddrScaleAmt).getImm(); in printMemReference()
452 unsigned ScaleVal = MI->getOperand(Op + X86::AddrScaleAmt).getImm(); in printMemReference()
651 const MCOperand &ScaleAmt = Inst.getOperand(MemOpStart + X86::AddrScaleAmt); in evaluateMemoryOperandAddress()677 const MCOperand &ScaleAmt = Inst.getOperand(MemOpStart + X86::AddrScaleAmt); in getMemoryOperandRelocationOffset()
33 AddrScaleAmt = 1, enumerator
329 const MCOperand &Scale = MI.getOperand(Op + X86::AddrScaleAmt); in emitMemModRMByte()