Searched refs:getOperandBias (Results 1 – 5 of 5) sorted by relevance
312 X86II::getOperandBias(Desc); in chooseBestLEA()420 MemOpNo += X86II::getOperandBias(Desc); in isReplaceable()484 MemOpNo += X86II::getOperandBias(Desc); in removeRedundantAddrCalc()578 X86II::getOperandBias(Desc); in removeRedundantLEAs()
306 AddrOffset += X86II::getOperandBias(Desc); in processInstruction()
4714 MemRefBegin += X86II::getOperandBias(Desc); in getMemOpBaseRegImmOfs()
708 unsigned CurOp = X86II::getOperandBias(Desc); in EmitVEXOpcodePrefix()970 unsigned CurOp = X86II::getOperandBias(Desc); in DetermineREXPrefix()1126 unsigned CurOp = X86II::getOperandBias(Desc); in encodeInstruction()
629 inline int getOperandBias(const MCInstrDesc& Desc) in getOperandBias() function