Home
last modified time | relevance | path

Searched refs:IndexR (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FixupLEAs.cpp483 unsigned int IndexR = Index.getReg(); in processInstrForSlow3OpLEA() local
488 bool IsInefficientIndex = isInefficientLEAReg(IndexR); in processInstrForSlow3OpLEA()
509 if (IsScale1 && (DstR == BaseR || DstR == IndexR)) { in processInstrForSlow3OpLEA()
547 bool BIK = Base.isKill() && BaseR != IndexR; in processInstrForSlow3OpLEA()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp2110 Variable *IndexR = legalizeToReg(Mem->getIndex()); in loOperand() local
2111 return OperandARM32Mem::create(Func, IceType_i32, Mem->getBase(), IndexR, in loOperand()
2149 Variable *IndexR = legalizeToReg(Mem->getIndex()); in hiOperand() local
2150 return OperandARM32Mem::create(Func, SplitType, BaseR, IndexR, in hiOperand()