/external/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 185 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) { 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() 254 NSW = NUW = false; in GetLinearExpression() 260 NSW &= BOp->hasNoSignedWrap(); in GetLinearExpression() 276 Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 285 if (NSW) { in GetLinearExpression() 447 bool NSW = true, NUW = true; in DecomposeGEPExpression() local [all …]
|
D | ValueTracking.cpp | 235 static void computeKnownBitsAddSub(bool Add, Value *Op0, Value *Op1, bool NSW, in computeKnownBitsAddSub() argument 301 if (NSW) { in computeKnownBitsAddSub() 314 static void computeKnownBitsMul(Value *Op0, Value *Op1, bool NSW, in computeKnownBitsMul() argument 325 if (NSW) { in computeKnownBitsMul() 930 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local 931 computeKnownBitsMul(I->getOperand(0), I->getOperand(1), NSW, KnownZero, in computeKnownBitsFromOperator() 1070 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local 1071 computeKnownBitsAddSub(false, I->getOperand(0), I->getOperand(1), NSW, in computeKnownBitsFromOperator() 1077 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local 1078 computeKnownBitsAddSub(true, I->getOperand(0), I->getOperand(1), NSW, in computeKnownBitsFromOperator()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | KnownBits.cpp | 19 KnownBits KnownBits::computeForAddSub(bool Add, bool NSW, in computeForAddSub() argument 52 if (NSW) { in computeForAddSub()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 233 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) { in GetLinearExpression() argument 280 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 285 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 290 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 296 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 314 NSW = NUW = false; in GetLinearExpression() 320 NSW &= BOp->hasNoSignedWrap(); in GetLinearExpression() 336 Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 345 if (NSW) { in GetLinearExpression() 521 bool NSW = true, NUW = true; in DecomposeGEPExpression() local [all …]
|
D | ValueTracking.cpp | 301 bool NSW, in computeKnownBitsAddSub() argument 312 KnownOut = KnownBits::computeForAddSub(Add, NSW, LHSKnown, Known2); in computeKnownBitsAddSub() 315 static void computeKnownBitsMul(const Value *Op0, const Value *Op1, bool NSW, in computeKnownBitsMul() argument 325 if (NSW) { in computeKnownBitsMul() 1017 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local 1018 computeKnownBitsMul(I->getOperand(0), I->getOperand(1), NSW, Known, in computeKnownBitsFromOperator() 1154 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local 1155 auto KZF = [NSW](const APInt &KnownZero, unsigned ShiftAmt) { in computeKnownBitsFromOperator() 1160 if (NSW && KnownZero.isSignBitSet()) in computeKnownBitsFromOperator() 1165 auto KOF = [NSW](const APInt &KnownOne, unsigned ShiftAmt) { in computeKnownBitsFromOperator() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InstrTypes.h | 267 DEFINE_HELPERS(Add, NSW) // CreateNSWAdd 269 DEFINE_HELPERS(Sub, NSW) // CreateNSWSub 271 DEFINE_HELPERS(Mul, NSW) // CreateNSWMul 273 DEFINE_HELPERS(Shl, NSW) // CreateNSWShl
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/ |
D | nsw-crash.ll | 16 … ; <------------- Make sure we don't set NSW flags to the undef.
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | nsw-crash.ll | 17 … ; <------------- Make sure we don't set NSW flags to the undef.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | elim-extend.ll | 5 ; IV with constant start, preinc and postinc sign extends, with and without NSW. 36 ; with and without NSW.
|
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/ |
D | elim-extend.ll | 5 ; IV with constant start, preinc and postinc sign extends, with and without NSW. 36 ; with and without NSW.
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | elim-extend.ll | 5 ; IV with constant start, preinc and postinc sign extends, with and without NSW. 36 ; with and without NSW.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBFileBuilder.cpp | 292 BinaryStreamWriter NSW(*NS); in commit() local 293 if (auto EC = NSW.writeBytes(arrayRefFromStringRef(NSE.second))) in commit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | KnownBits.h | 196 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 616 bool NSW = AddOp->hasNoSignedWrap(); in processAdd() local 618 if (NSW && NUW) in processAdd() 648 if (!NSW) { in processAdd()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | australasia | 944 # Lawlink NSW:Daylight Saving in New South Wales 1069 # reports that NSW's fall 1995 change will occur at 2:00, 1080 # NSW (including LHI and Broken Hill): 1196 # I can certainly confirm for my part that Daylight Saving in NSW did in fact 1260 # Starting autumn 2008 Victoria, NSW, South Australia, Tasmania and the ACT 1327 # has decided to join with most of NSW, the ACT, and most of Victoria 1383 # DST will start in NSW on the last Sunday of August, rather than the usual 1389 # See the following official NSW source: 1393 # Narrabri Shire (NSW) council has announced it will ignore the extension of 1399 # Victoria will follow NSW. See: [all …]
|
D | TimeZoneAliases.txt | 26 Australia/NSW ; Australia/Sydney
|
/external/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 154 DominatorTree *DT, bool &NSW, bool &NUW);
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 469 DEFINE_HELPERS(Add, NSW) // CreateNSWAdd 471 DEFINE_HELPERS(Sub, NSW) // CreateNSWSub 473 DEFINE_HELPERS(Mul, NSW) // CreateNSWMul 475 DEFINE_HELPERS(Shl, NSW) // CreateNSWShl
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 497 DEFINE_HELPERS(Add, NSW) // CreateNSWAdd 499 DEFINE_HELPERS(Sub, NSW) // CreateNSWSub 501 DEFINE_HELPERS(Mul, NSW) // CreateNSWMul 503 DEFINE_HELPERS(Shl, NSW) // CreateNSWShl
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 172 DominatorTree *DT, bool &NSW, bool &NUW);
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart1.csv | 1913 ,"AU","ALO","Adelong","Adelong","NSW","--3-----","RL","0607",,"3519S 14804E", 1920 ,"AU","APK","Albion Park","Albion Park","NSW","--3-----","RL","0607",,"3434S 15047E", 1921 ,"AU","ABX","Albury","Albury","NSW","-234----","AI","0307",,"3605S 14655E", 1924 ,"AU","ALX","Alexandria","Alexandria","NSW","--3-----","RL","0201",,"3354S 15113E", 1927 ,"AU","ALB","Allambie Heights","Allambie Heights","NSW","--3-----","RL","1207",,"3345S 15115E", 1932 ,"AU","AVI","Alstonville","Alstonville","NSW","--3-----","RL","0607",,"2850S 15326E", 1946 ,"AU","ANN","Annandale","Annandale","NSW","1----6--","RL","1107",,"3353S 15110E", 1953 ,"AU","ATA","Ardlethan","Ardlethan","NSW","-23-----","RL","0607",,"3421S 14654E", 1959 ,"AU","ARM","Armidale","Armidale","NSW","---4----","AI","9601",,, 1960 ,"AU","ARC","Arncliffe","Arncliffe","NSW","--3-----","RL","0307",,"3356S 15108E", [all …]
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | timezone_aliases.txt | 35 Australia/NSW; Australia/Sydney
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | tripmultiple_calculation.ll | 43 ; multiple is set to 1 if NUW/NSW are not set.
|
D | trip-count10.ll | 130 ; We can't assume undefined behavior just because we have an NSW flag.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeZoneAliases.txt | 34 Australia/NSW ; Australia/Sydney
|