/external/llvm-project/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 237 unsigned &SExtBits, const DataLayout &DL, unsigned Depth, in GetLinearExpression() argument 285 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 290 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 295 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 301 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 338 unsigned OldZExtBits = ZExtBits, OldSExtBits = SExtBits; in GetLinearExpression() 340 GetLinearExpression(CastOp, Scale, Offset, ZExtBits, SExtBits, DL, in GetLinearExpression() 362 SExtBits = OldSExtBits; in GetLinearExpression() 364 SExtBits += ExtendedBy; in GetLinearExpression() 375 SExtBits = OldSExtBits; in GetLinearExpression() [all …]
|
/external/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 184 unsigned &SExtBits, const DataLayout &DL, unsigned Depth, in GetLinearExpression() argument 233 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 238 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 243 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 249 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 273 unsigned OldZExtBits = ZExtBits, OldSExtBits = SExtBits; in GetLinearExpression() 275 GetLinearExpression(CastOp, Scale, Offset, ZExtBits, SExtBits, DL, in GetLinearExpression() 297 SExtBits = OldSExtBits; in GetLinearExpression() 299 SExtBits += ExtendedBy; in GetLinearExpression() 310 SExtBits = OldSExtBits; in GetLinearExpression() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 280 unsigned &SExtBits, const DataLayout &DL, unsigned Depth, in GetLinearExpression() argument 328 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 333 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 338 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 344 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 381 unsigned OldZExtBits = ZExtBits, OldSExtBits = SExtBits; in GetLinearExpression() 383 GetLinearExpression(CastOp, Scale, Offset, ZExtBits, SExtBits, DL, in GetLinearExpression() 405 SExtBits = OldSExtBits; in GetLinearExpression() 407 SExtBits += ExtendedBy; in GetLinearExpression() 418 SExtBits = OldSExtBits; in GetLinearExpression() [all …]
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 117 unsigned SExtBits; member 123 SExtBits == Other.SExtBits && Scale == Other.Scale; 137 << ", sextbits=" << SExtBits in print() 193 unsigned &ZExtBits, unsigned &SExtBits,
|
/external/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 98 unsigned SExtBits; member 104 SExtBits == Other.SExtBits && Scale == Other.Scale; 152 unsigned &ZExtBits, unsigned &SExtBits,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 119 unsigned SExtBits; member 125 SExtBits == Other.SExtBits && Scale == Other.Scale; 168 unsigned &ZExtBits, unsigned &SExtBits,
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 962 unsigned SExtBits = 0; in isFoldableLoad() local 969 SExtBits = UserBits; in isFoldableLoad() 973 if (TruncBits || SExtBits || ZExtBits) { in isFoldableLoad() 986 ((SExtBits || ZExtBits) ? 0 : (TruncBits ? TruncBits : LoadedBits)); in isFoldableLoad() 997 (SExtBits == 32 || in isFoldableLoad() 998 (SExtBits == 64 && ST->hasMiscellaneousExtensions2()))) in isFoldableLoad() 1005 if (LoadedBits == 32 && SExtBits == 64) in isFoldableLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 916 unsigned SExtBits = 0; in isFoldableLoad() local 923 SExtBits = UserBits; in isFoldableLoad() 927 if (TruncBits || SExtBits || ZExtBits) { in isFoldableLoad() 940 ((SExtBits || ZExtBits) ? 0 : (TruncBits ? TruncBits : LoadedBits)); in isFoldableLoad() 951 (SExtBits == 32 || in isFoldableLoad() 952 (SExtBits == 64 && ST->hasMiscellaneousExtensions2()))) in isFoldableLoad() 959 if (LoadedBits == 32 && SExtBits == 64) in isFoldableLoad()
|