Searched refs:Reduced (Results 1 – 25 of 31) sorted by relevance
12
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 598 Value *Reduced = nullptr; // equivalent to but weaker than C.Ins in rewriteCandidateWithBasis() local 603 Reduced = in rewriteCandidateWithBasis() 606 Reduced = Builder.CreateAdd(Basis.Ins, Bump); in rewriteCandidateWithBasis() 617 Reduced = Builder.CreateBitCast(Basis.Ins, CharTy); in rewriteCandidateWithBasis() 619 Reduced = in rewriteCandidateWithBasis() 620 Builder.CreateInBoundsGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis() 622 Reduced = Builder.CreateGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis() 623 Reduced = Builder.CreateBitCast(Reduced, C.Ins->getType()); in rewriteCandidateWithBasis() 629 Reduced = Builder.CreateInBoundsGEP(nullptr, Basis.Ins, Bump); in rewriteCandidateWithBasis() 631 Reduced = Builder.CreateGEP(nullptr, Basis.Ins, Bump); in rewriteCandidateWithBasis() [all …]
|
/external/clang/test/SemaObjCXX/ |
D | deduction.mm | 5 // Reduced from WebKit.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | reloc-align.ll | 5 ; satisfied for a given instruction encoding. Reduced from a test supplied
|
/external/llvm/test/CodeGen/ARM/ |
D | crash-greedy-v6.ll | 5 ; Reduced from 177.mesa. This test causes a live range split before an LDR_POST instruction.
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-04-13-SchedCmpJmp.ll | 2 ; Reduced from JavaScriptCore
|
/external/expat/ |
D | Changes | 120 - Reduced line-length for all source code and headers to be 122 - Reduced memory copying during parsing (SF patch #600964).
|
/external/ceres-solver/docs/source/ |
D | faqs.rst | 144 Complement/Reduced camera matrices use ``SPARSE_SCHUR``. This 182 Original Reduced
|
D | building.rst | 177 Original Reduced
|
D | tutorial.rst | 396 Original Reduced
|
D | version_history.rst | 211 #. Reduced verbosity of the inner iteration minimizer.
|
/external/clang/test/Analysis/ |
D | misc-ps.m | 62 // Reduced test case from crash in <rdar://problem/6253157> 70 // Reduced test case from crash in PR 2796; 512 // Reduced from a crash involving the cast of an Objective-C symbolic region to 518 // Reduced from a crash in StoreManager::CastRegion involving a divide-by-zero. 526 // Reduced from a crash when analyzing Wine. This test handles loads from
|
D | misc-ps-region-store.m | 156 // Reduced test case from <rdar://problem/7114618>.
|
/external/lzma/ |
D | lzma.txt | 103 …Format7zR - 7zr.dll: Reduced version of 7za.dll: extracting/compressing to 7z/LZMA/BCJ/BCJ2 104 Format7zExtractR - 7zxr.dll: Reduced version of 7zxa.dll: extracting from 7z/LZMA/BCJ/BCJ2.
|
/external/clang/docs/ |
D | PTHInternals.rst | 105 **Reduced memory pressure**
|
/external/v8/ |
D | ChangeLog | 4655 Reduced memory use immediately after starting V8. 5176 Reduced malloc heap allocation on process startup. 5375 Reduced memory usage for regular expressions with nested qualifiers. 5592 Reduced the profiling hooks overhead from >400% to 25% when using 5613 Reduced V8 binary size by removing virtual functions from hydrogen. 5707 Reduced the time it takes to make detailed heap snapshot. 6076 Reduced overhead of callback invocations on ARM. 6342 Reduced size of heap snapshots produced by heap profiler (issue 783). 6935 Reduced the size of snapshots and improved the snapshot load time. 7091 Reduced the amount of memory consumed by V8. [all …]
|
/external/libvpx/libvpx/ |
D | CHANGELOG | 148 Reduced blockiness in easy sections by applying a penalty to 289 Reduced structure sizes
|
/external/bison/tests/ |
D | glr-regression.at | 1740 Reduced stack 1 by rule #2; action deferred. Now in state 2. 1743 Reduced stack 0 by rule #1; action deferred. Now in state 2.
|
D | reduce.at | 265 ## Reduced Automaton. ## 271 AT_SETUP([Reduced Automaton])
|
/external/jetty/ |
D | VERSION.txt | 2367 + JETTY-748 Reduced flushing of large content 4336 + Reduced default context cache sizes (Total 1MB file 100KB). 5010 + Reduced verbosity of bad URL errors from IIS virus attacks 5299 + Reduced risk of double null check sync problem. 5691 + Reduced flushing on writing response. 5976 + Reduced initial size of most hashtables to reduce default memory overheads. 5986 + Reduced session memory overhead of sessions 6003 + Reduced HTML dependence in HTTP package to allow minimal configuration 6026 + Reduced number of calls to getRemoteHost for optimization
|
/external/libvncserver/x11vnc/ |
D | RELEASE-NOTES | 1093 Reduced spewing of information at startup, use "-verbose" (also
|
/external/valgrind/ |
D | NEWS | 693 - Reduced "possible leak" reports from the leak checker by the use 1148 - Reduced noise (false positive) level on MacOSX 10.6/10.7, due to
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6687 SDValue Reduced = ReduceLoadWidth(N); in visitTRUNCATE() local 6688 if (Reduced.getNode()) in visitTRUNCATE() 6689 return Reduced; in visitTRUNCATE()
|
/external/bison/ |
D | NEWS | 1835 ** Reduced Grammars
|
D | ChangeLog-2012 | 3700 (Reduced Automaton): Likewise. 4154 (Reduced Automaton): Update output. 4239 (Reduced Automaton): Likewise. 6489 Useless Rules, Reduced Automaton, Underivable Rules, Empty Language): 14270 * tests/reduce.at (Useless Rules, Reduced Automaton, 17247 * tests/reduce.at (Useless Rules, Reduced Automaton) 17274 (Reduced Automaton, Underivable Rules): Adjust. 17483 * tests/reduce.at (Reduced Automaton): End the grammars with %% so 18397 * tests/reduce.at (Reduced Automaton): New test.
|
/external/libpng/ |
D | CHANGES | 331 Reduced the default warning level in some makefiles, to make them consistent. 1943 Reduced dependency on C-runtime library when on Windows (Simon-Pierre)
|
12