Home
last modified time | relevance | path

Searched refs:Increasing (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp844 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/
DInductiveRangeCheckElimination.cpp1142 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 …]
DLoopPredication.cpp713 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/
DLoopUnrollPeel.cpp200 bool Increasing; in countToEliminateCompares() local
202 !SE.isMonotonicPredicate(LeftAR, Pred, Increasing)) in countToEliminateCompares()
204 (void)Increasing; in countToEliminateCompares()
/external/python/cpython2/Objects/
Ddictnotes.txt79 Each additional 8 consumes 1.5 cache lines. Increasing improves
85 Increasing this ratio makes dictionaries more dense resulting
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1112 ICmpInst::Predicate Pred, bool &Increasing);
1124 ICmpInst::Predicate Pred, bool &Increasing);
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.3116 By default Mksquashfs uses 25% of the physical memory. Increasing
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h904 bool &Increasing);
1757 ICmpInst::Predicate Pred, bool &Increasing);
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dbest_practices.md67 increase the number of threads and speed up execution of operators. Increasing
/external/skia/src/gpu/gradients/
DGrTwoPointConicalGradientLayout.fp40 // renders the wrong border color sporadically). Increasing precition alleviates that issue.
/external/skqp/src/gpu/gradients/
DGrTwoPointConicalGradientLayout.fp40 // renders the wrong border color sporadically). Increasing precition alleviates that issue.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IRCE/
Dunsigned_comparisons_ugt.ll193 ; Increasing loop, UINT_MAX. Negative test: we cannot add 1 to UINT_MAX.
Dunsigned_comparisons_ult.ll238 ; Increasing loop, UINT_MAX. Positive test.
/external/llvm/lib/Analysis/
DScalarEvolution.cpp7616 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/
Dordered_code_test.cc477 TEST(String, Increasing) { in TEST() argument
/external/openssh/
Dsftp.0177 Increasing this may slightly improve file transfer speed but will
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp8925 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/
Dvc4.rst155 * Increasing GPU memory Increase CMA pool size
/external/python/cpython2/Misc/NEWS.d/
D2.7.6rc1.rst123 Increasing the test coverage of macurl2path. Patch by Colin Williams.
/external/u-boot/drivers/video/
DKconfig661 lines to scroll by. It defaults to 1. Increasing this makes the
/external/libpng/scripts/
Dpnglibconf.dfa684 # are only interested in 8 bits anyway. Increasing this value
/external/one-true-awk/testdir/
Dfunstack.ok373 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/
DREADME260 libraries) uses four-byte offsets. Increasing the internal link size reduces
/external/pcre/dist2/doc/html/
DREADME.txt260 libraries) uses four-byte offsets. Increasing the internal link size reduces
/external/u-boot/
DREADME1438 requests. Increasing this will allow U-Boot to accept offers
3577 'no timeouts allowed'. Increasing this value may help

12