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

<<31323334353637383940>>

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TailDuplication.cpp 266 // Eliminate some of the copies inserted by tail duplication to maintain
290 /// into their predecessors to eliminate (dynamic) branches.
    [all...]
RegisterCoalescer.cpp 264 // Eliminate DstSub on a physreg.
271 // Eliminate SrcSub by picking a corresponding Dst superregister.
447 // it's not safe to eliminate the copy. FIXME: This is a temporary workaround.
617 // FIXME: For now, only eliminate the copy by commuting its def when the
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 575 // Create dummy fragments to eliminate any empty sections, this simplifies
711 // FIXME: Eliminate copy.
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 265 return ReplaceInstUsesWith(I, Op0); // Eliminate 'fmul double %X, 1.0'
357 // If we ran out of things to eliminate, break out of the loop.
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LICM.cpp 460 // If I has users in unreachable blocks, eliminate.
482 // If I has users in unreachable blocks, eliminate.
IndVarSimplify.cpp 437 // variable, we chose to eliminate the IV and rewrite it in terms of an
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopSimplify.cpp 247 // GCC doesn't tail recursion eliminate this.
711 // eliminate the PHI Node.
InlineFunction.cpp 620 // invoke instruction. Eliminate these entries (which might even delete the
659 // invoke instruction. Eliminate these entries (which might even delete the
    [all...]
SimplifyCFG.cpp 146 // Eliminate code duplication by ensuring that Pred1Br is conditional if
    [all...]
  /packages/apps/TV/res/values-it/
strings.xml 234 <string name="dvr_series_deletion_description" msgid="994839237906552969">"Seleziona le puntate da eliminare. Una volta eliminate, le puntate non potranno essere ripristinate."</string>
243 <item quantity="other">%1$d di %2$d puntate eliminate</item>
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p224.go 272 // Eliminate the coefficients at 2**224 and greater.
421 // Eliminate top while maintaining the same value mod p.
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p224.go 272 // Eliminate the coefficients at 2**224 and greater.
421 // Eliminate top while maintaining the same value mod p.
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 123 /// Recursively eliminate dead defs in DeadDefs.
297 /// Return true if this block should be vacated by the coalescer to eliminate
336 // Eliminate DstSub on a physreg.
343 // Eliminate SrcSub by picking a corresponding Dst superregister.
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 428 // variable, we chose to eliminate the IV and rewrite it in terms of an
    [all...]
JumpThreading.cpp 49 STATISTIC(NumDupes, "Number of branch blocks duplicated to eliminate phi");
222 // We should not eliminate the loop header either, because eliminating
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 142 // dest. If so, eliminate it as an explicit compare.
564 /// predecessor is known to have one successor (DestBB!). Eliminate the edge
816 /// eliminate BB by rewriting all the predecessors to branch to the successor
822 // We can't eliminate infinite loops.
    [all...]
  /external/clang/docs/
Modules.rst 93 * **Rewrite the world's code**: It is not realistic to require applications or software libraries to make drastic or non-backward-compatible changes, nor is it feasible to completely eliminate headers. Modules must interoperate with existing software libraries and allow a gradual transition.
    [all...]
AutomaticReferenceCounting.rst     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 59 // eliminate the markers.
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 385 /* eliminate first variable */
404 /* eliminate second variable */
417 /* eliminate third variable */
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentLinkedDeque.java 186 * Making the data structure GC-robust will eliminate the risk of
596 * Does not guarantee to eliminate slack, only that head will
626 * Does not guarantee to eliminate slack, only that tail will
    [all...]
  /prebuilts/android-emulator/
README     [all...]
  /external/libjpeg-turbo/
usage.txt 207 -smooth N Smooth the input image to eliminate dithering noise.
228 The -smooth option filters the input to eliminate fine-scale noise. This is
    [all...]
  /external/llvm/docs/tutorial/
OCamlLangImpl4.rst 153 (* Eliminate Common SubExpressions. *)
    [all...]

Completed in 742 milliseconds

<<31323334353637383940>>