Home
last modified time | relevance | path

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

123

/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 …]
DValueTracking.cpp235 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/
DKnownBits.cpp19 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/
DBasicAliasAnalysis.cpp233 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 …]
DValueTracking.cpp301 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/
DInstrTypes.h267 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/
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/swiftshader/third_party/llvm-7.0/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/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/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-7.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-7.0/llvm/include/llvm/Support/
DKnownBits.h196 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp616 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/
Daustralasia944 # 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 …]
DTimeZoneAliases.txt26 Australia/NSW ; Australia/Sydney
/external/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h154 DominatorTree *DT, bool &NSW, bool &NUW);
/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-7.0/llvm/include/llvm/IR/
DInstrTypes.h497 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/
DBasicAliasAnalysis.h172 DominatorTree *DT, bool &NSW, bool &NUW);
/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 …]
/external/cldr/tools/java/org/unicode/cldr/icu/
Dtimezone_aliases.txt35 Australia/NSW; Australia/Sydney
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Dtripmultiple_calculation.ll43 ; multiple is set to 1 if NUW/NSW are not set.
Dtrip-count10.ll130 ; 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/
DTimeZoneAliases.txt34 Australia/NSW ; Australia/Sydney

123