Home
last modified time | relevance | path

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

1234

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp185 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/
DKnownBits.cpp54 KnownBits KnownBits::computeForAddSub(bool Add, bool NSW, in computeForAddSub() argument
70 if (NSW) { in computeForAddSub()
/external/llvm-project/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp238 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/
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 …]
/external/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()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp486 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/
Dnsw-crash.ll16 … ; <------------- Make sure we don't set NSW flags to the undef.
/external/llvm/test/Transforms/LoopVectorize/
Dnsw-crash.ll17 … ; <------------- Make sure we don't set NSW flags to the undef.
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dint-cmp-60.ll4 ; Test that DAGCombiner properly clears the NUW/NSW flags on the memoized add
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp291 BinaryStreamWriter NSW(*NS); in commit() local
292 if (auto EC = NSW.writeBytes(arrayRefFromStringRef(NSE.second))) in commit()
/external/llvm/test/Transforms/IndVarSimplify/
Delim-extend.ll5 ; 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/
DPDBFileBuilder.cpp292 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/
DKnownBits.h225 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
/external/llvm-project/llvm/lib/Support/
DKnownBits.cpp55 KnownBits KnownBits::computeForAddSub(bool Add, bool NSW, in computeForAddSub() argument
71 if (NSW) { in computeForAddSub()
/external/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h154 DominatorTree *DT, bool &NSW, bool &NUW);
/external/cldr/tools/java/org/unicode/cldr/util/data/
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 …]
/external/llvm/include/llvm/IR/
DInstrTypes.h469 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/
DBasicAliasAnalysis.h170 DominatorTree *DT, bool &NSW, bool &NUW);
/external/llvm-project/llvm/include/llvm/Support/
DKnownBits.h272 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
/external/llvm-project/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h195 DominatorTree *DT, bool &NSW, bool &NUW);
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/
Delim-extend.ll6 ; 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/
Dtripmultiple_calculation.ll44 ; multiple is set to 1 if NUW/NSW are not set.
/external/cldr/tools/java/org/unicode/cldr/icu/
Dtimezone_aliases.txt35 Australia/NSW; Australia/Sydney
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart1.csv1913 ,"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 …]

1234