/third_party/skia/third_party/externals/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()
|
/third_party/libphonenumber/resources/carrier/en/ |
D | 61.txt | 36 6142000|Rail Corporation NSW 37 6142001|Rail Corporation NSW
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/skia/third_party/externals/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()
|
D | Reassociate.cpp | 992 bool NSW = cast<BinaryOperator>(Shl)->hasNoSignedWrap(); in ConvertShiftToMul() local 994 if (NSW && NUW) in ConvertShiftToMul()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | KnownBits.h | 225 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
|
/third_party/tzdata/ |
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 …]
|
D | backward | 54 Link Australia/Sydney Australia/NSW
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 170 DominatorTree *DT, bool &NSW, bool &NUW);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 360 DEFINE_HELPERS(Add, NSW) // CreateNSWAdd 362 DEFINE_HELPERS(Sub, NSW) // CreateNSWSub 364 DEFINE_HELPERS(Mul, NSW) // CreateNSWMul 366 DEFINE_HELPERS(Shl, NSW) // CreateNSWShl
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/format/ |
D | TimeZoneAliases.txt | 34 Australia/NSW ; Australia/Sydney
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneAliases.txt | 34 Australia/NSW ; Australia/Sydney
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2118 bool NSW; in visitGetElementPtrInst() local 2119 if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) { in visitGetElementPtrInst() 2124 GEP.isInBounds() && NSW in visitGetElementPtrInst() 2159 bool NSW; in visitGetElementPtrInst() local 2160 if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) { in visitGetElementPtrInst() 2168 GEP.isInBounds() && NSW in visitGetElementPtrInst()
|
D | InstCombineSimplifyDemanded.cpp | 490 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in SimplifyDemandedUseBits() local 492 NSW, LHSKnown, RHSKnown); in SimplifyDemandedUseBits()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | timezoneTypes.txt | 56 "Australia:NSW"{"Australia/Sydney"}
|
D | zoneinfo64.txt | 1856 /* Australia/NSW */ :int { 366 } //Z#361 2997 ,"Australia/Lord_Howe","Australia/Melbourne","Australia/NSW" // 361 3526 "AU", //Z#361 Australia/NSW
|
/third_party/icu/icu4c/source/test/testdata/ |
D | timezoneTypes.txt | 49 "Australia:NSW"{"Australia/Sydney"}
|
D | zoneinfo64.txt | 2010 /* Australia/NSW */ :int { 356 } //Z#351 3150 ,"Australia/Lord_Howe","Australia/Melbourne","Australia/NSW" // 351 3673 "AU", //Z#351 Australia/NSW
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | timezoneTypes.txt | 58 "Australia:NSW"{"Australia/Sydney"}
|
D | zoneinfo64.txt | 1843 /* Australia/NSW */ :int { 368 } //Z#363 2988 ,"Australia/Lord_Howe","Australia/Melbourne","Australia/NSW" // 363 3513 "AU", //Z#363 Australia/NSW
|
/third_party/icu/icu4c/source/data/misc/ |
D | timezoneTypes.txt | 58 "Australia:NSW"{"Australia/Sydney"}
|
D | zoneinfo64.txt | 1843 /* Australia/NSW */ :int { 368 } //Z#363 2988 ,"Australia/Lord_Howe","Australia/Melbourne","Australia/NSW" // 363 3513 "AU", //Z#363 Australia/NSW
|
/third_party/boost/libs/date_time/data/ |
D | date_time_zonespec.csv | 375 "Australia/NSW","AEST","AEST","AEDT","AEDT","+10:00:00","+01:00:00","1;0;10","+02:00:00","1;0;4","+…
|