/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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | KnownBits.cpp | 54 KnownBits KnownBits::computeForAddSub(bool Add, bool NSW, in computeForAddSub() argument 70 if (NSW) { in computeForAddSub()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 238 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) { 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() 319 NSW = NUW = false; in GetLinearExpression() 325 NSW &= BOp->hasNoSignedWrap(); in GetLinearExpression() 341 Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 350 if (NSW) { in GetLinearExpression() 537 bool NSW = true, NUW = true; in DecomposeGEPExpression() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 281 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) { 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() 362 NSW = NUW = false; in GetLinearExpression() 368 NSW &= BOp->hasNoSignedWrap(); in GetLinearExpression() 384 Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 393 if (NSW) { in GetLinearExpression() 579 bool NSW = true, NUW = true; in DecomposeGEPExpression() local [all …]
|
D | ValueTracking.cpp | 310 bool NSW, in computeKnownBitsAddSub() argument 321 KnownOut = KnownBits::computeForAddSub(Add, NSW, LHSKnown, Known2); in computeKnownBitsAddSub() 324 static void computeKnownBitsMul(const Value *Op0, const Value *Op1, bool NSW, in computeKnownBitsMul() argument 334 if (NSW) { in computeKnownBitsMul() 1104 bool NSW = Q.IIQ.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I)); in computeKnownBitsFromOperator() local 1105 computeKnownBitsMul(I->getOperand(0), I->getOperand(1), NSW, Known, in computeKnownBitsFromOperator() 1239 bool NSW = Q.IIQ.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I)); in computeKnownBitsFromOperator() local 1240 auto KZF = [NSW](const APInt &KnownZero, unsigned ShiftAmt) { in computeKnownBitsFromOperator() 1245 if (NSW && KnownZero.isSignBitSet()) in computeKnownBitsFromOperator() 1250 auto KOF = [NSW](const APInt &KnownOne, unsigned ShiftAmt) { in computeKnownBitsFromOperator() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 498 bool NSW = WO->isSigned(); in processOverflowIntrinsic() local 503 setDeducedOverflowingFlags(NewOp, Opcode, NSW, NUW); in processOverflowIntrinsic() 521 bool NSW = SI->isSigned(); in processSaturatingInst() local 526 setDeducedOverflowingFlags(BinOp, Opcode, NSW, NUW); in processSaturatingInst() 750 bool NSW = BinOp->hasNoSignedWrap(); in processBinOp() local 752 if (NSW && NUW) in processBinOp() 772 if (!NSW) { in processBinOp()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 486 bool NSW = WO->isSigned(); in processOverflowIntrinsic() local 491 setDeducedOverflowingFlags(NewOp, Opcode, NSW, NUW); in processOverflowIntrinsic() 509 bool NSW = SI->isSigned(); in processSaturatingInst() local 514 setDeducedOverflowingFlags(BinOp, Opcode, NSW, NUW); in processSaturatingInst() 887 bool NSW = BinOp->hasNoSignedWrap(); in processBinOp() local 889 if (NSW && NUW) in processBinOp() 907 if (!NSW) { in processBinOp()
|
/external/llvm-project/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/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-60.ll | 4 ; Test that DAGCombiner properly clears the NUW/NSW flags on the memoized add
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBFileBuilder.cpp | 291 BinaryStreamWriter NSW(*NS); in commit() local 292 if (auto EC = NSW.writeBytes(arrayRefFromStringRef(NSE.second))) in commit()
|
/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-10.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-10.0/llvm/include/llvm/Support/ |
D | KnownBits.h | 225 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
|
/external/llvm-project/llvm/lib/Support/ |
D | KnownBits.cpp | 55 KnownBits KnownBits::computeForAddSub(bool Add, bool NSW, in computeForAddSub() argument 71 if (NSW) { in computeForAddSub()
|
/external/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 154 DominatorTree *DT, bool &NSW, bool &NUW);
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | australasia | 1004 # Lawlink NSW:Daylight Saving in New South Wales 1129 # reports that NSW's fall 1995 change will occur at 2:00, 1140 # NSW (including LHI and Broken Hill): 1256 # I can certainly confirm for my part that Daylight Saving in NSW did in fact 1336 # Starting autumn 2008 Victoria, NSW, South Australia, Tasmania and the ACT 1424 # has decided to join with most of NSW, the ACT, and most of Victoria 1480 # DST will start in NSW on the last Sunday of August, rather than the usual 1486 # See the following official NSW source: 1490 # Narrabri Shire (NSW) council has announced it will ignore the extension of 1496 # Victoria will follow NSW. See: [all …]
|
/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-10.0/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 170 DominatorTree *DT, bool &NSW, bool &NUW);
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | KnownBits.h | 272 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 195 DominatorTree *DT, bool &NSW, bool &NUW);
|
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/ |
D | elim-extend.ll | 6 ; IV with constant start, preinc and postinc sign extends, with and without NSW. 57 ; with and without NSW.
|
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | tripmultiple_calculation.ll | 44 ; multiple is set to 1 if NUW/NSW are not set.
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | timezone_aliases.txt | 35 Australia/NSW; Australia/Sydney
|
/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 …]
|