Searched refs:getMemoryOperandNo (Results 1 – 18 of 18) sorted by relevance
346 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags) + in chooseBestLEA()449 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags); in isReplaceable()513 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags); in removeRedundantAddrCalc()671 X86II::getMemoryOperandNo(Desc.TSFlags) + in removeRedundantLEAs()
130 if (X86II::getMemoryOperandNo(MI.getDesc().TSFlags) < 0) in runOnMachineFunction()
196 int Offset = X86II::getMemoryOperandNo(Current->getDesc().TSFlags); in runOnMachineFunction()
529 int MemOpStart = X86II::getMemoryOperandNo(Desc.TSFlags); in usedAsAddr()564 int MemOp = X86II::getMemoryOperandNo(Desc.TSFlags); in buildClosure()
1326 int MemRefBeginIdx = X86II::getMemoryOperandNo(Desc.TSFlags); in tracePredStateThroughBlocksAndHarden()1405 int MemRefBeginIdx = X86II::getMemoryOperandNo(Desc.TSFlags); in tracePredStateThroughBlocksAndHarden()1807 int MemRefBeginIdx = X86II::getMemoryOperandNo(Desc.TSFlags); in sinkPostLoadHardenedInst()
293 int AddrOffset = X86II::getMemoryOperandNo(Descl.TSFlags); in getAddrOffset()
777 int MemRefBeginIdx = X86II::getMemoryOperandNo(Desc.TSFlags); in instrUsesRegToAccessMemory()
661 int AddrOffset = X86II::getMemoryOperandNo(Desc.TSFlags); in processInstruction()
3701 int MemRefBegin = X86II::getMemoryOperandNo(Desc.TSFlags); in getAddrModeFromMemoryOp()3798 int MemRefBegin = X86II::getMemoryOperandNo(Desc.TSFlags); in getMemOperandsWithOffsetWidth()
54 const int MemOp = BC.MIB->getMemoryOperandNo(Inst); in tryAddingSymbolicOperand()
352 int MemOpNo = getMemoryOperandNo(Inst); in isLoad()365 int MemOpNo = getMemoryOperandNo(Inst); in isStore()414 int MemOpNo = MIB.getMemoryOperandNo(*CurInst); in match()501 int MemOpNo = MIB.getMemoryOperandNo(*CurInst); in match()682 int MemOpNo = getMemoryOperandNo(Inst); in evaluateX86MemoryOperand()749 int MemOpNo = getMemoryOperandNo(Inst); in getMemOperandDisp()1083 int MemOpNo = getMemoryOperandNo(Inst); in isStackAccess()1209 unsigned MemOpOffset = getMemoryOperandNo(Inst); in changeToPushOrPop()1373 int MemOpNo = getMemoryOperandNo(Inst); in escapesVariable()1432 int MemOpNo = getMemoryOperandNo(Inst); in addToImm()[all …]
255 assert(X86II::getMemoryOperandNo(Instr.Description.TSFlags) == 1 && in generateLEATemplatesCommon()833 int MemOpIdx = X86II::getMemoryOperandNo(IT.getInstr().Description.TSFlags); in fillMemoryOperands()
386 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in printInstFlags()
262 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in isRIPRelative()302 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in determinePaddingPrefix()
643 int MemOpStart = X86II::getMemoryOperandNo(MCID.TSFlags); in evaluateMemoryOperandAddress()670 int MemOpStart = X86II::getMemoryOperandNo(MCID.TSFlags); in getMemoryOperandRelocationOffset()
1095 inline int getMemoryOperandNo(uint64_t TSFlags) { in getMemoryOperandNo() function
601 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in emitPrefixImpl()
832 virtual int getMemoryOperandNo(const MCInst &Inst) const { in getMemoryOperandNo() function