Home
last modified time | relevance | path

Searched refs:getMemoryOperandNo (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp344 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags) + in chooseBestLEA()
447 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags); in isReplaceable()
511 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags); in removeRedundantAddrCalc()
673 X86II::getMemoryOperandNo(Desc.TSFlags) + in removeRedundantLEAs()
H A DX86DiscriminateMemOps.cpp132 if (X86II::getMemoryOperandNo(MI.getDesc().TSFlags) < 0) in runOnMachineFunction()
H A DX86InsertPrefetch.cpp204 int Offset = X86II::getMemoryOperandNo(Current->getDesc().TSFlags); in runOnMachineFunction()
H A DX86DomainReassignment.cpp528 int MemOpStart = X86II::getMemoryOperandNo(Desc.TSFlags); in usedAsAddr()
563 int MemOp = X86II::getMemoryOperandNo(Desc.TSFlags); in buildClosure()
H A DX86AvoidStoreForwardingBlocks.cpp293 int AddrOffset = X86II::getMemoryOperandNo(Descl.TSFlags); in getAddrOffset()
H A DX86FixupLEAs.cpp654 int AddrOffset = X86II::getMemoryOperandNo(Desc.TSFlags); in processInstruction()
H A DX86InstrInfo.cpp3563 int MemRefIdx = X86II::getMemoryOperandNo(Desc.TSFlags); in getFirstAddrOperandIdx()
3890 int MemRefBegin = X86II::getMemoryOperandNo(Desc.TSFlags); in getJumpTableIndexFromAddr()
4492 int MemRefBegin = X86II::getMemoryOperandNo(Desc.TSFlags); in getAddrModeFromMemoryOp()
4619 int MemRefBegin = X86II::getMemoryOperandNo(Desc.TSFlags); in getMemOperandsWithOffsetWidth()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstPrinterCommon.cpp418 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in printInstFlags()
H A DX86MCTargetDesc.cpp659 int MemOpStart = X86II::getMemoryOperandNo(MCID.TSFlags); in evaluateMemoryOperandAddress()
686 int MemOpStart = X86II::getMemoryOperandNo(MCID.TSFlags); in getMemoryOperandRelocationOffset()
H A DX86AsmBackend.cpp261 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in isRIPRelative()
301 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in determinePaddingPrefix()
H A DX86BaseInfo.h1008 inline int getMemoryOperandNo(uint64_t TSFlags) { in getMemoryOperandNo() function
H A DX86MCCodeEmitter.cpp886 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in emitPrefixImpl()