/external/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 844 bool Increasing = MainLoopStructure.IndVarIncreasing; in calculateSubRanges() local 851 if (Increasing) { in calculateSubRanges() 1030 bool Increasing = LS.IndVarIncreasing; in changeIterationSpaceEnd() local 1035 Value *EnterLoopCond = Increasing in changeIterationSpaceEnd() 1045 Increasing ? B.CreateICmpSLT(LS.IndVarNext, ExitSubloopAt) in changeIterationSpaceEnd() 1058 Value *IterationsLeft = Increasing in changeIterationSpaceEnd() 1165 bool Increasing = MainLoopStructure.IndVarIncreasing; in run() local 1177 Increasing ? SR.LowLimit.hasValue() : SR.HighLimit.hasValue(); in run() 1179 Increasing ? SR.HighLimit.hasValue() : SR.LowLimit.hasValue(); in run() 1189 if (Increasing) in run() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 1142 bool Increasing = MainLoopStructure.IndVarIncreasing; in calculateSubRanges() local 1151 if (Increasing) { in calculateSubRanges() 1335 bool Increasing = LS.IndVarIncreasing; in changeIterationSpaceEnd() local 1342 if (Increasing) in changeIterationSpaceEnd() 1357 if (Increasing) in changeIterationSpaceEnd() 1377 if (Increasing) in changeIterationSpaceEnd() 1490 bool Increasing = MainLoopStructure.IndVarIncreasing; in run() local 1502 Increasing ? SR.LowLimit.hasValue() : SR.HighLimit.hasValue(); in run() 1504 Increasing ? SR.HighLimit.hasValue() : SR.LowLimit.hasValue(); in run() 1514 if (Increasing) in run() [all …]
|
D | LoopPredication.cpp | 713 bool Increasing; in isSafeToTruncateWideIVType() local 714 if (!SE->isMonotonicPredicate(LatchCheck.IV, LatchCheck.Pred, Increasing)) in isSafeToTruncateWideIVType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUnrollPeel.cpp | 200 bool Increasing; in countToEliminateCompares() local 202 !SE.isMonotonicPredicate(LeftAR, Pred, Increasing)) in countToEliminateCompares() 204 (void)Increasing; in countToEliminateCompares()
|
/external/python/cpython2/Objects/ |
D | dictnotes.txt | 79 Each additional 8 consumes 1.5 cache lines. Increasing improves 85 Increasing this ratio makes dictionaries more dense resulting
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1112 ICmpInst::Predicate Pred, bool &Increasing); 1124 ICmpInst::Predicate Pred, bool &Increasing);
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-4.3 | 116 By default Mksquashfs uses 25% of the physical memory. Increasing
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 904 bool &Increasing); 1757 ICmpInst::Predicate Pred, bool &Increasing);
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | best_practices.md | 67 increase the number of threads and speed up execution of operators. Increasing
|
/external/skia/src/gpu/gradients/ |
D | GrTwoPointConicalGradientLayout.fp | 40 // renders the wrong border color sporadically). Increasing precition alleviates that issue.
|
/external/skqp/src/gpu/gradients/ |
D | GrTwoPointConicalGradientLayout.fp | 40 // renders the wrong border color sporadically). Increasing precition alleviates that issue.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IRCE/ |
D | unsigned_comparisons_ugt.ll | 193 ; Increasing loop, UINT_MAX. Negative test: we cannot add 1 to UINT_MAX.
|
D | unsigned_comparisons_ult.ll | 238 ; Increasing loop, UINT_MAX. Positive test.
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7616 bool &Increasing) { in isMonotonicPredicate() argument 7617 bool Result = isMonotonicPredicateImpl(LHS, Pred, Increasing); in isMonotonicPredicate() 7628 assert(Increasing == !IncreasingSwapped && in isMonotonicPredicate() 7637 bool &Increasing) { in isMonotonicPredicateImpl() argument 7660 Increasing = Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE; in isMonotonicPredicateImpl() 7673 Increasing = Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE; in isMonotonicPredicateImpl() 7678 Increasing = Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE; in isMonotonicPredicateImpl() 7708 bool Increasing; in isLoopInvariantPredicate() local 7709 if (!isMonotonicPredicate(ArLHS, Pred, Increasing)) in isLoopInvariantPredicate() 7730 auto P = Increasing ? Pred : ICmpInst::getInversePredicate(Pred); in isLoopInvariantPredicate()
|
/external/tensorflow/tensorflow/core/lib/strings/ |
D | ordered_code_test.cc | 477 TEST(String, Increasing) { in TEST() argument
|
/external/openssh/ |
D | sftp.0 | 177 Increasing this may slightly improve file transfer speed but will
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 8925 bool &Increasing) { in isMonotonicPredicate() argument 8926 bool Result = isMonotonicPredicateImpl(LHS, Pred, Increasing); in isMonotonicPredicate() 8937 assert(Increasing == !IncreasingSwapped && in isMonotonicPredicate() 8946 bool &Increasing) { in isMonotonicPredicateImpl() argument 8969 Increasing = Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE; in isMonotonicPredicateImpl() 8982 Increasing = Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE; in isMonotonicPredicateImpl() 8987 Increasing = Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE; in isMonotonicPredicateImpl() 9017 bool Increasing; in isLoopInvariantPredicate() local 9018 if (!isMonotonicPredicate(ArLHS, Pred, Increasing)) in isLoopInvariantPredicate() 9039 auto P = Increasing ? Pred : ICmpInst::getInversePredicate(Pred); in isLoopInvariantPredicate()
|
/external/mesa3d/docs/drivers/ |
D | vc4.rst | 155 * Increasing GPU memory Increase CMA pool size
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.6rc1.rst | 123 Increasing the test coverage of macurl2path. Patch by Colin Williams.
|
/external/u-boot/drivers/video/ |
D | Kconfig | 661 lines to scroll by. It defaults to 1. Increasing this makes the
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 684 # are only interested in 8 bits anyway. Increasing this value
|
/external/one-true-awk/testdir/ |
D | funstack.ok | 373 M. H. van Emden Increasing the Efficiency of Quicksort 563--567 (or 563--566??) 436 M. H. van Emden ACM Algorithm 402: Increasing the 1373 R. E. Wheeler Increasing the efficiency of quicksort 311--311
|
/external/pcre/dist2/ |
D | README | 260 libraries) uses four-byte offsets. Increasing the internal link size reduces
|
/external/pcre/dist2/doc/html/ |
D | README.txt | 260 libraries) uses four-byte offsets. Increasing the internal link size reduces
|
/external/u-boot/ |
D | README | 1438 requests. Increasing this will allow U-Boot to accept offers 3577 'no timeouts allowed'. Increasing this value may help
|