/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | KnownBits.cpp | 54 KnownBits KnownBits::computeForAddSub(bool Add, bool NSW, in computeForAddSub()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 498 bool NSW = WO->isSigned(); in processOverflowIntrinsic() local 521 bool NSW = SI->isSigned(); in processSaturatingInst() local 750 bool NSW = BinOp->hasNoSignedWrap(); in processBinOp() local
|
D | Reassociate.cpp | 992 bool NSW = cast<BinaryOperator>(Shl)->hasNoSignedWrap(); in ConvertShiftToMul() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 486 bool NSW = WO->isSigned(); in processOverflowIntrinsic() local 509 bool NSW = SI->isSigned(); in processSaturatingInst() local 887 bool NSW = BinOp->hasNoSignedWrap(); in processBinOp() local
|
D | Reassociate.cpp | 1089 bool NSW = cast<BinaryOperator>(Shl)->hasNoSignedWrap(); in ConvertShiftToMul() local
|
/external/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 185 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) { in GetLinearExpression() 447 bool NSW = true, NUW = true; in DecomposeGEPExpression() local 1634 bool NSW = true, NUW = true; in constantOffsetHeuristic() local
|
D | ValueTracking.cpp | 235 static void computeKnownBitsAddSub(bool Add, Value *Op0, Value *Op1, bool NSW, in computeKnownBitsAddSub() 314 static void computeKnownBitsMul(Value *Op0, Value *Op1, bool NSW, in computeKnownBitsMul() 930 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local 1070 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local 1077 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local
|
D | InstructionSimplify.cpp | 2889 bool NSW = LBO->hasNoSignedWrap() && RBO->hasNoSignedWrap(); in SimplifyICmpInst() local
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBFileBuilder.cpp | 291 BinaryStreamWriter NSW(*NS); in commit() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBFileBuilder.cpp | 292 BinaryStreamWriter NSW(*NS); in commit() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 238 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) { in GetLinearExpression() 537 bool NSW = true, NUW = true; in DecomposeGEPExpression() local 1782 bool NSW = true, NUW = true; in constantOffsetHeuristic() local
|
D | ValueTracking.cpp | 401 bool NSW, const APInt &DemandedElts, in computeKnownBitsAddSub() 415 static void computeKnownBitsMul(const Value *Op0, const Value *Op1, bool NSW, in computeKnownBitsMul() 1123 bool NSW = Q.IIQ.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I)); in computeKnownBitsFromOperator() local 1228 bool NSW = Q.IIQ.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I)); in computeKnownBitsFromOperator() local 1262 bool NSW = Q.IIQ.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I)); in computeKnownBitsFromOperator() local 1268 bool NSW = Q.IIQ.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I)); in computeKnownBitsFromOperator() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 281 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) { in GetLinearExpression() 579 bool NSW = true, NUW = true; in DecomposeGEPExpression() local 2004 bool NSW = true, NUW = true; in constantOffsetHeuristic() local
|
D | ValueTracking.cpp | 310 bool NSW, in computeKnownBitsAddSub() 324 static void computeKnownBitsMul(const Value *Op0, const Value *Op1, bool NSW, in computeKnownBitsMul() 1104 bool NSW = Q.IIQ.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I)); in computeKnownBitsFromOperator() local 1239 bool NSW = Q.IIQ.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I)); in computeKnownBitsFromOperator() local 1290 bool NSW = Q.IIQ.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I)); in computeKnownBitsFromOperator() local 1296 bool NSW = Q.IIQ.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I)); in computeKnownBitsFromOperator() local
|
/external/llvm-project/llvm/lib/Support/ |
D | KnownBits.cpp | 55 KnownBits KnownBits::computeForAddSub(bool Add, bool NSW, in computeForAddSub()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 510 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in SimplifyDemandedUseBits() local
|
D | InstructionCombining.cpp | 2287 bool NSW; in visitGetElementPtrInst() local 2329 bool NSW; in visitGetElementPtrInst() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 490 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in SimplifyDemandedUseBits() local
|
D | InstructionCombining.cpp | 2118 bool NSW; in visitGetElementPtrInst() local 2159 bool NSW; in visitGetElementPtrInst() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1722 bool NSW; in visitGetElementPtrInst() local 1761 bool NSW; in visitGetElementPtrInst() local
|
D | InstCombineCompares.cpp | 4064 bool NSW = BO0->hasNoSignedWrap() && BO1->hasNoSignedWrap(); in visitICmpInst() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 945 bool NSW = cast<BinaryOperator>(Shl)->hasNoSignedWrap(); in ConvertShiftToMul() local
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3044 bool NSW = false; in ParseValID() local 4958 bool NSW = EatIfPresent(lltok::kw_nsw); in ParseInstruction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3461 bool NSW = false; in ParseValID() local 5735 bool NSW = EatIfPresent(lltok::kw_nsw); in ParseInstruction() local
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3662 bool NSW = false; in parseValID() local 6076 bool NSW = EatIfPresent(lltok::kw_nsw); in parseInstruction() local
|