Home
last modified time | relevance | path

Searched refs:IndexScale (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp520 APInt IndexScale(Width, 0), IndexOffset(Width, 0); in DecomposeGEPExpression() local
522 Index = GetLinearExpression(Index, IndexScale, IndexOffset, ZExtBits, in DecomposeGEPExpression()
529 if (IndexScale.getBitWidth() > 64) in DecomposeGEPExpression()
530 IndexScale = IndexScale.sextOrTrunc(64); in DecomposeGEPExpression()
535 Scale *= IndexScale.getSExtValue(); in DecomposeGEPExpression()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DBasicAliasAnalysis.cpp347 APInt IndexScale(Width, 0), IndexOffset(Width, 0); in DecomposeGEPExpression() local
348 Index = GetLinearExpression(Index, IndexScale, IndexOffset, Extension, in DecomposeGEPExpression()
354 Scale *= IndexScale.getSExtValue(); in DecomposeGEPExpression()
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp446 APInt IndexScale(Width, 0), IndexOffset(Width, 0); in DecomposeGEPExpression() local
448 Index = GetLinearExpression(Index, IndexScale, IndexOffset, ZExtBits, in DecomposeGEPExpression()
454 Scale *= IndexScale.getSExtValue(); in DecomposeGEPExpression()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp8053 uint64_t IndexScale = 0; in createVariablePermute() local
8062 IndexScale |= Scale << (i * NumDstBits); in createVariablePermute()
8067 DAG.getConstant(IndexScale, SDLoc(Idx), SrcVT)); in createVariablePermute()