Home
last modified time | relevance | path

Searched refs:NSW (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DKnownBits.cpp54 KnownBits KnownBits::computeForAddSub(bool Add, bool NSW, in computeForAddSub() argument
70 if (NSW) { in computeForAddSub()
/third_party/libphonenumber/resources/carrier/en/
D61.txt36 6142000|Rail Corporation NSW
37 6142001|Rail Corporation NSW
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp281 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 …]
DValueTracking.cpp310 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/
DCorrelatedValuePropagation.cpp498 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()
DReassociate.cpp992 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/
DPDBFileBuilder.cpp292 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/
DKnownBits.h225 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
/third_party/tzdata/
Daustralasia1004 # 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 …]
Dbackward54 Link Australia/Sydney Australia/NSW
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h170 DominatorTree *DT, bool &NSW, bool &NUW);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h360 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/
DTimeZoneAliases.txt34 Australia/NSW ; Australia/Sydney
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneAliases.txt34 Australia/NSW ; Australia/Sydney
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2118 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()
DInstCombineSimplifyDemanded.cpp490 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/
DtimezoneTypes.txt56 "Australia:NSW"{"Australia/Sydney"}
Dzoneinfo64.txt1856 /* 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/
DtimezoneTypes.txt49 "Australia:NSW"{"Australia/Sydney"}
Dzoneinfo64.txt2010 /* 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/
DtimezoneTypes.txt58 "Australia:NSW"{"Australia/Sydney"}
Dzoneinfo64.txt1843 /* 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/
DtimezoneTypes.txt58 "Australia:NSW"{"Australia/Sydney"}
Dzoneinfo64.txt1843 /* 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/
Ddate_time_zonespec.csv375 "Australia/NSW","AEST","AEST","AEDT","AEDT","+10:00:00","+01:00:00","1;0;10","+02:00:00","1;0;4","+…

12