Searched refs:IndexR (Results 1 – 2 of 2) sorted by relevance
483 unsigned int IndexR = Index.getReg(); in processInstrForSlow3OpLEA() local488 bool IsInefficientIndex = isInefficientLEAReg(IndexR); in processInstrForSlow3OpLEA()509 if (IsScale1 && (DstR == BaseR || DstR == IndexR)) { in processInstrForSlow3OpLEA()547 bool BIK = Base.isKill() && BaseR != IndexR; in processInstrForSlow3OpLEA()
2110 Variable *IndexR = legalizeToReg(Mem->getIndex()); in loOperand() local2111 return OperandARM32Mem::create(Func, IceType_i32, Mem->getBase(), IndexR, in loOperand()2149 Variable *IndexR = legalizeToReg(Mem->getIndex()); in hiOperand() local2150 return OperandARM32Mem::create(Func, SplitType, BaseR, IndexR, in hiOperand()