/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Scalar/ |
NaryReassociate.h | 56 // eliminate an instruction and decrease the usage count of its operands. As a
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/ |
NaryReassociate.h | 56 // eliminate an instruction and decrease the usage count of its operands. As a
|
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/ |
gtest_xml_test_utils.py | 150 Normalizes Google Test's XML output to eliminate references to transient
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/ |
local_ssa_elim_pass.h | 45 const char* name() const override { return "eliminate-local-multi-store"; }
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/ |
gtest_xml_test_utils.py | 152 Normalizes Google Test's XML output to eliminate references to transient
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
Cp.c | 27 @param[in] SilentMode TRUE to eliminate screen output.
281 @param[in] SilentMode TRUE to eliminate screen output.
569 @param[in] SilentMode TRUE to eliminate screen output.
|
/external/llvm/lib/Target/SystemZ/ |
SystemZElimCompare.cpp | 1 //===-- SystemZElimCompare.cpp - Eliminate comparison instructions --------===// 173 // of -1 and if CCUsers is a single branch on nonzero, eliminate the addition 356 // Try to eliminate Compare by reusing a CC result from MI.
|
/external/nanopb-c/generator/google/protobuf/ |
descriptor.py | 361 # TODO(robinson): Find a way to eliminate this repetition. 385 # TODO(robinson): Find a way to eliminate this repetition. 422 # TODO(robinson): Find a way to eliminate this repetition.
|
/packages/apps/PackageInstaller/res/values-ro/ |
strings.xml | 68 <string name="uninstall_application_text_all_users" msgid="5574704453233525222">"Dori?i s? dezinstala?i aceast? aplica?ie pentru "<b>"to?i"</b>" utilizatorii? Aplica?ia ?i datele acesteia vor fi eliminate de la "<b>"to?i"</b>" utilizatorii de pe acest dispozitiv."</string> 70 <string name="uninstall_update_text" msgid="1394549691152728409">"Īnlocui?i aceast? aplica?ie cu versiunea din fabric?? Toate datele vor fi eliminate."</string> 71 <string name="uninstall_update_text_multiuser" msgid="2083665452990861991">"Īnlocui?i aceast? aplica?ie cu versiunea din fabric?? Toate datele vor fi eliminate. Aceast? ac?iune va afecta to?i utilizatorii dispozitivului, inclusiv pe cei cu profiluri de serviciu."</string>
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/ |
printer.go | 146 // eliminate semis and redundant whitespace 155 k = none // eliminate semi 158 k = none // eliminate semi
|
/prebuilts/go/darwin-x86/src/path/filepath/ |
path.go | 70 // 2. Eliminate each . path name element (the current directory). 71 // 3. Eliminate each inner .. path name element (the parent directory) 73 // 4. Eliminate .. elements that begin a rooted path:
|
/prebuilts/go/darwin-x86/src/unicode/utf8/ |
utf8.go | 346 _ = p[1] // eliminate bounds checks 354 _ = p[2] // eliminate bounds checks 360 _ = p[3] // eliminate bounds checks
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
printer.go | 146 // eliminate semis and redundant whitespace 155 k = none // eliminate semi 158 k = none // eliminate semi
|
/prebuilts/go/linux-x86/src/path/filepath/ |
path.go | 70 // 2. Eliminate each . path name element (the current directory). 71 // 3. Eliminate each inner .. path name element (the parent directory) 73 // 4. Eliminate .. elements that begin a rooted path:
|
/prebuilts/go/linux-x86/src/unicode/utf8/ |
utf8.go | 346 _ = p[1] // eliminate bounds checks 354 _ = p[2] // eliminate bounds checks 360 _ = p[3] // eliminate bounds checks
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
CodeGenPrepare.cpp | 133 // First pass, eliminate blocks that contain only PHI nodes and an 170 /// EliminateMostlyEmptyBlocks - eliminate blocks that contain only PHI nodes, 219 // We only want to eliminate blocks whose phi nodes are used by phi nodes in 284 /// EliminateMostlyEmptyBlock - Eliminate a basic block that have only phi's and 612 // It's not safe to eliminate the sign / zero extension of the return value. [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
Local.cpp | 122 // dest. If so, eliminate it as an explicit compare. 422 /// predecessor is known to have one successor (DestBB!). Eliminate the edge 549 /// eliminate BB by rewriting all the predecessors to branch to the successor 555 // We can't eliminate infinite loops. 647 /// EliminateDuplicatePHINodes - Check for and eliminate duplicate PHI [all...] |
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/ |
SPVRemapper.cpp | 823 strip(); // strip out data we decided to eliminate [all...] |
/art/test/449-checker-bce/src/ |
Main.java | 38 for (int i = 1; i < size; i++) flags[i] = true; // Can eliminate. 40 if (flags[i]) { // Can eliminate. 43 flags[k - 1] = false; // Can't eliminate yet due to (k+i) may overflow. 92 // eliminate this bounds check. 718 // Can't eliminate the bound check since not every i++ is 893 // Cannot statically eliminate, for example, when array.length == 5. [all...] |
/art/compiler/optimizing/ |
load_store_elimination.cc | 247 // Eliminate singleton-classified instructions: 345 // Don't eliminate loads in irreducible loops. 577 // In order to stay properly typed on primitive types, we do not eliminate [all...] |
/external/google-breakpad/src/build/ |
common.gypi | 146 # TODO(bradnelson): eliminate this when possible. 152 # TODO(bradnelson): eliminate this when possible. 157 # TODO(sgk): eliminate this if possible. [all...] |
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
de | 68 name[Group1]="German (eliminate dead keys)"; 210 name[Group1]="Romanian (Germany, eliminate dead keys)"; [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
InstCombineShifts.cpp | 59 /// expression tree. This is used to eliminate extraneous shifting from things 321 " to eliminate shift:\n IN: " << *Op0 << "\n SH: " << I <<"\n"); 332 // shl i32 X, 32 = 0 and srl i8 Y, 9 = 0, ... just don't eliminate
|
/external/v8/src/crankshaft/ |
hydrogen-check-elimination.cc | 31 // use this information to eliminate further map checks, elements kind 137 // - eliminate redundant HCheckSmi instructions 415 // strict check and eliminate the second check entirely.
|
/art/runtime/interpreter/mterp/arm/ |
header.S | 23 Once that's working, support direct entry code & eliminate shadow frame (and
|