Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp338 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags) + in chooseBestLEA()
440 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags); in isReplaceable()
505 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags); in removeRedundantAddrCalc()
638 X86II::getMemoryOperandNo(Desc.TSFlags) + in removeRedundantLEAs()
H A DX86DiscriminateMemOps.cpp116 if (X86II::getMemoryOperandNo(MI.getDesc().TSFlags) < 0) in runOnMachineFunction()
H A DX86InsertPrefetch.cpp196 int Offset = X86II::getMemoryOperandNo(Current->getDesc().TSFlags); in runOnMachineFunction()
H A DX86DomainReassignment.cpp535 int MemOpStart = X86II::getMemoryOperandNo(Desc.TSFlags); in usedAsAddr()
569 int MemOp = X86II::getMemoryOperandNo(Desc.TSFlags); in buildClosure()
H A DX86SpeculativeLoadHardening.cpp1704 int MemRefBeginIdx = X86II::getMemoryOperandNo(Desc.TSFlags); in tracePredStateThroughBlocksAndHarden()
1782 int MemRefBeginIdx = X86II::getMemoryOperandNo(Desc.TSFlags); in tracePredStateThroughBlocksAndHarden()
2172 int MemRefBeginIdx = X86II::getMemoryOperandNo(Desc.TSFlags); in sinkPostLoadHardenedInst()
H A DX86FixupLEAs.cpp392 int AddrOffset = X86II::getMemoryOperandNo(Desc.TSFlags); in processInstruction()
H A DX86AvoidStoreForwardingBlocks.cpp293 int AddrOffset = X86II::getMemoryOperandNo(Descl.TSFlags); in getAddrOffset()
H A DX86InstrInfo.cpp3225 int MemRefBegin = X86II::getMemoryOperandNo(Desc.TSFlags); in getMemOperandWithOffset()
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h699 inline int getMemoryOperandNo(uint64_t TSFlags) { in getMemoryOperandNo() function
H A DX86MCCodeEmitter.cpp1226 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in encodeInstruction()