Home
last modified time | relevance | path

Searched refs:AddrScaleAmt (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp223 static_assert(X86::AddrBaseReg == 0 && X86::AddrScaleAmt == 1 && in runOnMachineFunction()
233 Current->getOperand(MemOpOffset + X86::AddrScaleAmt).getImm()) in runOnMachineFunction()
H A DX86CallFrameOptimization.cpp427 !I->getOperand(X86::AddrScaleAmt).isImm() || in collectCallInfo()
428 (I->getOperand(X86::AddrScaleAmt).getImm() != 1) || in collectCallInfo()
H A DX86OptimizeLEAs.cpp195 &MI.getOperand(N + X86::AddrScaleAmt), in getMemOpKey()
559 MI.getOperand(MemOpNo + X86::AddrScaleAmt).ChangeToImmediate(1); in removeRedundantAddrCalc()
H A DX86FixupLEAs.cpp554 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); in optTwoAddrLEA()
694 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); in processInstructionForSlowLEA()
746 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); in processInstrForSlow3OpLEA()
H A DX86AsmPrinter.cpp461 unsigned ScaleVal = MI->getOperand(OpNo + X86::AddrScaleAmt).getImm(); in PrintLeaMemReference()
516 unsigned ScaleVal = MI->getOperand(OpNo + X86::AddrScaleAmt).getImm(); in PrintIntelMemReference()
H A DX86InstrInfo.h162 isScale(MI.getOperand(Op + X86::AddrScaleAmt)) && in isLeaMem()
H A DX86AvoidStoreForwardingBlocks.cpp315 const MachineOperand &Scale = MI->getOperand(AddrOffset + X86::AddrScaleAmt); in isRelevantAddressingMode()
H A DX86InstrInfo.cpp465 MI.getOperand(Op + X86::AddrScaleAmt).isImm() && in isFrameOperand()
468 MI.getOperand(Op + X86::AddrScaleAmt).getImm() == 1 && in isFrameOperand()
915 MI.getOperand(1 + X86::AddrScaleAmt).isImm() && in isReallyTriviallyReMaterializable()
935 if (MI.getOperand(1 + X86::AddrScaleAmt).isImm() && in isReallyTriviallyReMaterializable()
3115 const MachineOperand &Scale = MI->getOperand(1 + X86::AddrScaleAmt); in isConvertibleLEA()
4575 AM.Scale = MemI.getOperand(MemRefBegin + X86::AddrScaleAmt).getImm(); in getAddrModeFromMemoryOp()
4695 if (MemOp.getOperand(MemRefBegin + X86::AddrScaleAmt).getImm() != 1) in getMemOperandsWithOffsetWidth()
8853 if (!HasSameOp(X86::AddrBaseReg) || !HasSameOp(X86::AddrScaleAmt) || in areLoadsFromSameBasePtr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp666 const MCOperand &ScaleAmt = Inst.getOperand(MemOpStart + X86::AddrScaleAmt); in evaluateMemoryOperandAddress()
692 const MCOperand &ScaleAmt = Inst.getOperand(MemOpStart + X86::AddrScaleAmt); in getMemoryOperandRelocationOffset()
H A DX86EncodingOptimization.cpp382 MI.getOperand(AddrBase + X86::AddrScaleAmt).getImm() != 1 || in optimizeMOV()
H A DX86ATTInstPrinter.cpp476 unsigned ScaleVal = MI->getOperand(Op + X86::AddrScaleAmt).getImm(); in printMemReference()
H A DX86IntelInstPrinter.cpp392 unsigned ScaleVal = MI->getOperand(Op+X86::AddrScaleAmt).getImm(); in printMemReference()
H A DX86BaseInfo.h30 AddrScaleAmt = 1, enumerator
H A DX86MCCodeEmitter.cpp622 const MCOperand &Scale = MI.getOperand(Op + X86::AddrScaleAmt); in emitMemModRMByte()