Searched refs:Reduced (Results 1 – 25 of 41) sorted by relevance
12
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 606 Value *Reduced = nullptr; // equivalent to but weaker than C.Ins in rewriteCandidateWithBasis() local 613 Reduced = in rewriteCandidateWithBasis() 628 Reduced = Builder.CreateAdd(Basis.Ins, Bump); in rewriteCandidateWithBasis() 639 Reduced = Builder.CreateBitCast(Basis.Ins, CharTy); in rewriteCandidateWithBasis() 641 Reduced = in rewriteCandidateWithBasis() 642 Builder.CreateInBoundsGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis() 644 Reduced = Builder.CreateGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis() 645 Reduced = Builder.CreateBitCast(Reduced, C.Ins->getType()); in rewriteCandidateWithBasis() 651 Reduced = Builder.CreateInBoundsGEP(nullptr, Basis.Ins, Bump); in rewriteCandidateWithBasis() 653 Reduced = Builder.CreateGEP(nullptr, Basis.Ins, Bump); in rewriteCandidateWithBasis() [all …]
|
/external/lzma/CPP/7zip/Bundles/Alone7z/ |
D | resource.rc | 3 MY_VERSION_INFO_APP("7-Zip Reduced Standalone Console", "7zr")
|
/external/lzma/CPP/7zip/Bundles/Format7zR/ |
D | resource.rc | 3 MY_VERSION_INFO_DLL("7z Reduced Standalone Plugin", "7zr")
|
/external/lzma/CPP/7zip/Bundles/Format7zExtractR/ |
D | resource.rc | 3 MY_VERSION_INFO_DLL("7z Extracting Reduced Standalone Plugin", "7zxr")
|
/external/clang/test/SemaObjCXX/ |
D | deduction.mm | 5 // Reduced from WebKit.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | crash-greedy-v6.ll | 4 ; Reduced from 177.mesa. This test causes a live range split before an LDR_POST instruction.
|
/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/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2011-04-13-SchedCmpJmp.ll | 2 ; Reduced from JavaScriptCore
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-04-13-SchedCmpJmp.ll | 2 ; Reduced from JavaScriptCore
|
/external/expat/ |
D | Changes | 184 - Reduced line-length for all source code and headers to be 186 - Reduced memory copying during parsing (SF patch #600964).
|
/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/DOC/ |
D | lzma-sdk.txt | 140 Format7zExtractR - 7zxr.dll: Reduced version of 7z DLL: extracting from 7z/LZMA/BCJ/BCJ2. 141 …Format7zR - 7zr.dll: Reduced version of 7z DLL: extracting/compressing to 7z/LZMA/BCJ/BCJ2
|
/external/clang/docs/ |
D | PTHInternals.rst | 105 **Reduced memory pressure**
|
/external/fmtlib/ |
D | ChangeLog.rst | 104 * Reduced compile time 396 * [Breaking] Reduced `compiled code size 741 * Reduced code bloat. According to the new `benchmark results
|
/external/protobuf/ |
D | CHANGES.txt | 151 - Reduced call stack usage. 252 - Reduced allocations 253 - Reduced method overhead after ProGuarding 254 - Reduced code size after ProGuarding
|
/external/protobuf/util/ |
D | CHANGES.txt | 151 - Reduced call stack usage. 252 - Reduced allocations 253 - Reduced method overhead after ProGuarding 254 - Reduced code size after ProGuarding
|
/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/libvpx/libvpx/ |
D | CHANGELOG | 234 Reduced blockiness in easy sections by applying a penalty to 375 Reduced structure sizes
|
/external/v8/ |
D | ChangeLog | 25890 Reduced memory use immediately after starting V8. 26411 Reduced malloc heap allocation on process startup. 26610 Reduced memory usage for regular expressions with nested qualifiers. 26827 Reduced the profiling hooks overhead from >400% to 25% when using 26848 Reduced V8 binary size by removing virtual functions from hydrogen. 26942 Reduced the time it takes to make detailed heap snapshot. 27311 Reduced overhead of callback invocations on ARM. 27577 Reduced size of heap snapshots produced by heap profiler (issue 783). 28170 Reduced the size of snapshots and improved the snapshot load time. 28326 Reduced the amount of memory consumed by V8. [all …]
|
/external/libphonenumber/ |
D | release_notes.txt | 9 - Reduced visibility of `public` internal API 263 - Reduced minimum required version of cmake to 2.8.
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 4889 SDValue Reduced = ReduceLoadWidth(N); in visitTRUNCATE() local 4890 if (Reduced.getNode()) in visitTRUNCATE() 4891 return Reduced; in visitTRUNCATE()
|
/external/python/cpython2/Lib/idlelib/ |
D | NEWS.txt | 940 - Reduced default editor font size to 10 point and increased window height
|
12