/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 182 /*static*/ const Value *BasicAAResult::GetLinearExpression( in GetLinearExpression() function in BasicAAResult 232 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression() 237 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression() 242 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression() 248 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression() 275 GetLinearExpression(CastOp, Scale, Offset, ZExtBits, SExtBits, DL, in GetLinearExpression() 448 Index = GetLinearExpression(Index, IndexScale, IndexOffset, ZExtBits, in DecomposeGEPExpression() 1636 const Value *V0 = GetLinearExpression(Var0.V, V0Scale, V0Offset, V0ZExtBits, in constantOffsetHeuristic() 1640 const Value *V1 = GetLinearExpression(Var1.V, V1Scale, V1Offset, V1ZExtBits, in constantOffsetHeuristic()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 345 static LinearExpression GetLinearExpression( in GetLinearExpression() function 389 E = GetLinearExpression(Val.withValue(BOp->getOperand(0)), DL, in GetLinearExpression() 396 E = GetLinearExpression(Val.withValue(BOp->getOperand(0)), DL, in GetLinearExpression() 403 E = GetLinearExpression(Val.withValue(BOp->getOperand(0)), DL, in GetLinearExpression() 416 E = GetLinearExpression(Val.withValue(BOp->getOperand(0)), DL, in GetLinearExpression() 428 return GetLinearExpression( in GetLinearExpression() 433 return GetLinearExpression( in GetLinearExpression() 635 LinearExpression LE = GetLinearExpression( in DecomposeGEPExpression() 1750 GetLinearExpression(CastedValue(Var0.Val.V), DL, 0, AC, DT); in constantOffsetHeuristic() 1752 GetLinearExpression(CastedValue(Var1.Val.V), DL, 0, AC, DT); in constantOffsetHeuristic()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 278 /*static*/ const Value *BasicAAResult::GetLinearExpression( in GetLinearExpression() function in BasicAAResult 327 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression() 332 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression() 337 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression() 343 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression() 383 GetLinearExpression(CastOp, Scale, Offset, ZExtBits, SExtBits, DL, in GetLinearExpression() 581 Index = GetLinearExpression(Index, IndexScale, IndexOffset, ZExtBits, in DecomposeGEPExpression() 2006 const Value *V0 = GetLinearExpression(Var0.V, V0Scale, V0Offset, V0ZExtBits, in constantOffsetHeuristic() 2010 const Value *V1 = GetLinearExpression(Var1.V, V1Scale, V1Offset, V1ZExtBits, in constantOffsetHeuristic()
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | BasicAliasAnalysis.h | 151 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | BasicAliasAnalysis.h | 167 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
|