HomeSort by relevance Sort by last modified time
    Searched full:eliminate (Results 176 - 200 of 2059) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
LowerInvoke.h 1 //===- LowerInvoke.h - Eliminate Invoke instructions ----------------------===//
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/IPO/
ConstantMerge.h 16 // and eliminate duplicates when it is initialized.
ElimAvailExtern.h 10 // This transform is designed to eliminate available external global
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
LowerInvoke.h 1 //===- LowerInvoke.h - Eliminate Invoke instructions ----------------------===//
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/IPO/
ConstantMerge.h 16 // and eliminate duplicates when it is initialized.
ElimAvailExtern.h 10 // This transform is designed to eliminate available external global
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
LowerInvoke.h 1 //===- LowerInvoke.h - Eliminate Invoke instructions ----------------------===//
  /system/core/libutils/include/utils/
LightRefBase.h 66 // destructor to eliminate the template requirement of LightRefBase
  /external/llvm/test/Transforms/LoopStrengthReduce/X86/
2008-08-14-ShadowIV.ll 29 ; Unable to eliminate cast because the mantissa bits for double are not enough
54 ; Unable to eliminate cast due to potentional overflow.
75 ; Unable to eliminate cast due to overflow.
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_psi_ops.cpp 45 // TODO eliminate predication until there is full support in all passes
47 eliminate(n);
138 bool psi_ops::eliminate(node& n) { function in class:r600_sb::psi_ops
  /external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/
2008-08-14-ShadowIV.ll 25 ; Unable to eliminate cast because the mantissa bits for double are not enough
50 ; Unable to eliminate cast due to potentional overflow.
71 ; Unable to eliminate cast due to overflow.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
deadstore.go 140 // eliminate.
158 // eliminate.
175 // Eliminate stores to unread autos.
  /prebuilts/go/darwin-x86/src/runtime/
utf8.go 102 _ = p[1] // eliminate bounds checks
110 _ = p[2] // eliminate bounds checks
116 _ = p[3] // eliminate bounds checks
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
deadstore.go 140 // eliminate.
158 // eliminate.
175 // Eliminate stores to unread autos.
  /prebuilts/go/linux-x86/src/runtime/
utf8.go 102 _ = p[1] // eliminate bounds checks
110 _ = p[2] // eliminate bounds checks
116 _ = p[3] // eliminate bounds checks
  /external/llvm/docs/
ExtendedIntegerResults.txt 19 mid-level optimizers to be able to process this (e.g. eliminate redundant
38 An optimization example is that we should be able to eliminate the explicit
81 here, and even if it did, it could not eliminate the sext. 4) the code
112 about and eliminate these extensions.
122 easily eliminate the extensions etc with existing functionality.
  /external/swiftshader/third_party/LLVM/docs/
ExtendedIntegerResults.txt 19 mid-level optimizers to be able to process this (e.g. eliminate redundant
38 An optimization example is that we should be able to eliminate the explicit
81 here, and even if it did, it could not eliminate the sext. 4) the code
112 about and eliminate these extensions.
122 easily eliminate the extensions etc with existing functionality.
  /external/mesa3d/src/compiler/glsl/
opt_dead_builtin_varyings.cpp 33 * This pass is necessary, because the Mesa GLSL linker cannot eliminate
561 /* At least eliminate unused gl_TexCoord elements. */
573 /* At least eliminate unused gl_TexCoord elements. */
581 /* Eliminate the outputs unused by the consumer. */
593 * by GL_COORD_REPLACE, so we can't eliminate them.
596 * are not read by the fragment shader. We want to eliminate those anyway.
602 /* Eliminate the inputs uninitialized by the producer. */
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fparseln.c 148 if (s && com) { /* Check and eliminate comments */
157 if (s && nl) { /* Check and eliminate newlines */
164 if (s && con) { /* Check and eliminate continuations */
  /external/v8/src/crankshaft/arm64/
lithium-gap-resolver-arm64.cc 173 moves_[index].Eliminate();
289 // The move has been emitted, we can eliminate it.
290 moves_[index].Eliminate();
  /prebuilts/go/darwin-x86/src/path/
path.go 60 // 2. Eliminate each . path name element (the current directory).
61 // 3. Eliminate each inner .. path name element (the parent directory)
63 // 4. Eliminate .. elements that begin a rooted path:
  /prebuilts/go/linux-x86/src/path/
path.go 60 // 2. Eliminate each . path name element (the current directory).
61 // 3. Eliminate each inner .. path name element (the parent directory)
63 // 4. Eliminate .. elements that begin a rooted path:
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
common_uniform_elim_pass.h 125 // Eliminate loads of uniform variables which have previously been loaded.
130 // Eliminate loads of uniform sampler and image variables which have previously
134 // Eliminate duplicated extracts of same id. Extract may be moved to same
  /cts/hostsidetests/api/src/com/android/cts/api/
DefinedClass.java 41 // these are Set instead of List to eliminate duplication from multiple api files
  /external/conscrypt/benchmark-jmh/
build.gradle 45 // Need to remove all the generators that we're not explicitly overriding to eliminate the

Completed in 615 milliseconds

1 2 3 4 5 6 78 91011>>