HomeSort by relevance Sort by last modified time
    Searched full:idiom (Results 26 - 50 of 623) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/
LoopIdiomRecognize.h 1 //===- LoopIdiomRecognize.h - Loop Idiom Recognize Pass ---------*- C++ -*-===//
10 // This pass implements an idiom recognizer that transforms simple loops into a
27 /// Performs Loop Idiom Recognize Pass.
  /external/jmdns/src/javax/jmdns/impl/
DNSListener.java 7 // REMIND: Listener should follow Java idiom for listener or have a different
  /external/llvm/test/CodeGen/AMDGPU/
loop-idiom.ll 1 ; RUN: opt -basicaa -loop-idiom -S < %s -march=r600 -mcpu=redwood | FileCheck --check-prefix=R600 --check-prefix=FUNC %s
2 ; RUN: opt -basicaa -loop-idiom -S < %s -march=amdgcn -mcpu=SI -verify-machineinstrs| FileCheck --check-prefix=SI --check-prefix=FUNC %s
3 ; RUN: opt -basicaa -loop-idiom -S < %s -march=amdgcn -mcpu=tonga -verify-machineinstrs| FileCheck --check-prefix=SI --check-prefix=FUNC %s
6 ; Make sure loop-idiom doesn't create memcpy or memset. There are no library
  /external/llvm/test/Transforms/LICM/
AliasSetMemSet.ll 1 ; RUN: opt < %s -loop-deletion -licm -loop-idiom -disable-output
2 ; Check no assertion when loop-idiom deletes the MemSet already analyzed by licm
  /external/llvm/test/Transforms/LoopIdiom/
nontemporal_store.ll 1 ; RUN: opt -loop-idiom < %s -S | FileCheck %s
2 ; RUN: opt -aa-pipeline=basic-aa -passes='require<aa>,require<targetir>,require<scalar-evolution>,loop(loop-idiom)' < %s -S | FileCheck %s
crash.ll 1 ; RUN: opt -basicaa -loop-idiom -S < %s
non-canonical-loop.ll 1 ; RUN: opt -S -loop-idiom < %s
pr28196.ll 1 ; RUN: opt -loop-idiom -S < %s | FileCheck %s
unwind.ll 1 ; RUN: opt -loop-idiom < %s -S | FileCheck %s
  /external/llvm/test/CodeGen/PowerPC/
swaps-le-3.ll 4 ; doubleword splat idiom.
  /external/llvm/test/Transforms/IndVarSimplify/
pr24804.ll 1 ; RUN: opt -indvars -loop-idiom -loop-deletion -S < %s | FileCheck %s
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_holder.hpp 24 // Implement the resource acquisition is initialisation idiom for sockets.
  /external/python/cpython3/Doc/library/
__main__.rst 15 checking its own ``__name__``, which allows a common idiom for conditionally
  /frameworks/base/core/java/android/net/
ConnectivityThread.java 31 // A class implementing the lazy holder idiom: the unique static instance
  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
ComplexField.java 62 * <p>We use here the Initialization On Demand Holder Idiom.</p>
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
BigFractionField.java 62 * <p>We use here the Initialization On Demand Holder Idiom.</p>
FractionField.java 62 * <p>We use here the Initialization On Demand Holder Idiom.</p>
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
BigRealField.java 62 * <p>We use here the Initialization On Demand Holder Idiom.</p>
  /external/conscrypt/common/src/jni/unbundled/include/nativehelper/
ScopedUtfChars.h 26 // This makes the correct idiom very simple:
  /external/dagger2/core/src/main/java/dagger/internal/
ScopedProvider.java 41 // double-check idiom from EJ2: Item 71
  /libnativehelper/header_only_include/nativehelper/
scoped_string_chars.h 26 // This makes the correct idiom very simple:
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 1 //===-- LoopIdiomRecognize.cpp - Loop idiom recognition -------------------===//
10 // This pass implements an idiom recognizer that transforms simple loops into a
44 #define DEBUG_TYPE "loop-idiom"
117 INITIALIZE_PASS_BEGIN(LoopIdiomRecognize, "loop-idiom", "Recognize loop idioms",
126 INITIALIZE_PASS_END(LoopIdiomRecognize, "loop-idiom", "Recognize loop idioms",
176 // Disable loop idiom recognition if the function's name is a common idiom.
205 DEBUG(dbgs() << "loop-idiom Scanning: F["
465 // Otherwise, this isn't an idiom we can transform. For example, we can't
475 SCEVExpander Expander(*SE, "loop-idiom");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 1 //===-- LoopIdiomRecognize.cpp - Loop idiom recognition -------------------===//
10 // This pass implements an idiom recognizer that transforms simple loops into a
63 #define DEBUG_TYPE "loop-idiom"
101 /// \name Countable Loop Idiom Handling
124 /// \name Noncountable Loop Idiom Handling
189 "Analyses for Loop Idiom Recognition not available");
199 INITIALIZE_PASS_BEGIN(LoopIdiomRecognizeLegacyPass, "loop-idiom",
204 INITIALIZE_PASS_END(LoopIdiomRecognizeLegacyPass, "loop-idiom",
227 // Disable loop idiom recognition if the function's name is a common idiom
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRToken.h 70 // Common idiom is to put whitespace tokens on channel 99.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRToken.h 70 // Common idiom is to put whitespace tokens on channel 99.

Completed in 1172 milliseconds

12 3 4 5 6 7 8 91011>>