/external/llvm-project/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 236 const Value *V, APInt &Scale, APInt &Offset, unsigned &ZExtBits, in GetLinearExpression() argument 284 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression() 289 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression() 294 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression() 300 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression() 338 unsigned OldZExtBits = ZExtBits, OldSExtBits = SExtBits; in GetLinearExpression() 340 GetLinearExpression(CastOp, Scale, Offset, ZExtBits, SExtBits, DL, in GetLinearExpression() 347 if (isa<SExtInst>(V) && ZExtBits == 0) { in GetLinearExpression() 361 ZExtBits = OldZExtBits; in GetLinearExpression() 374 ZExtBits = OldZExtBits; in GetLinearExpression() [all …]
|
/external/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 183 const Value *V, APInt &Scale, APInt &Offset, unsigned &ZExtBits, in GetLinearExpression() argument 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() 273 unsigned OldZExtBits = ZExtBits, OldSExtBits = SExtBits; in GetLinearExpression() 275 GetLinearExpression(CastOp, Scale, Offset, ZExtBits, SExtBits, DL, in GetLinearExpression() 282 if (isa<SExtInst>(V) && ZExtBits == 0) { in GetLinearExpression() 296 ZExtBits = OldZExtBits; in GetLinearExpression() 309 ZExtBits = OldZExtBits; in GetLinearExpression() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 279 const Value *V, APInt &Scale, APInt &Offset, unsigned &ZExtBits, in GetLinearExpression() argument 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() 381 unsigned OldZExtBits = ZExtBits, OldSExtBits = SExtBits; in GetLinearExpression() 383 GetLinearExpression(CastOp, Scale, Offset, ZExtBits, SExtBits, DL, in GetLinearExpression() 390 if (isa<SExtInst>(V) && ZExtBits == 0) { in GetLinearExpression() 404 ZExtBits = OldZExtBits; in GetLinearExpression() 417 ZExtBits = OldZExtBits; in GetLinearExpression() [all …]
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 116 unsigned ZExtBits; member 122 return V == Other.V && ZExtBits == Other.ZExtBits && 136 << ", zextbits=" << ZExtBits in print() 193 unsigned &ZExtBits, unsigned &SExtBits,
|
/external/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 97 unsigned ZExtBits; member 103 return V == Other.V && ZExtBits == Other.ZExtBits && 152 unsigned &ZExtBits, unsigned &SExtBits,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 118 unsigned ZExtBits; member 124 return V == Other.V && ZExtBits == Other.ZExtBits && 168 unsigned &ZExtBits, unsigned &SExtBits,
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 963 unsigned ZExtBits = 0; in isFoldableLoad() local 971 ZExtBits = UserBits; in isFoldableLoad() 973 if (TruncBits || SExtBits || ZExtBits) { in isFoldableLoad() 986 ((SExtBits || ZExtBits) ? 0 : (TruncBits ? TruncBits : LoadedBits)); in isFoldableLoad() 991 if (LoadedBits == 32 && ZExtBits == 64) in isFoldableLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 917 unsigned ZExtBits = 0; in isFoldableLoad() local 925 ZExtBits = UserBits; in isFoldableLoad() 927 if (TruncBits || SExtBits || ZExtBits) { in isFoldableLoad() 940 ((SExtBits || ZExtBits) ? 0 : (TruncBits ? TruncBits : LoadedBits)); in isFoldableLoad() 945 if (LoadedBits == 32 && ZExtBits == 64) in isFoldableLoad()
|