HomeSort by: relevance | last modified time | path
    Searched defs:Runtime (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPConstants.h 53 /// IDs for all omp runtime library (RTL) functions.
72 /// IDs for all omp runtime library ident_t flag encodings (see
73 /// their defintion in openmp/runtime/src/kmp.h).
117 Runtime = 37,
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
target.h 49 enum class Runtime : unsigned char
80 Runtime runtime; member in struct:TargetC
86 enum class Runtime : unsigned char
99 bool wrapDtorInExternD; // set if C++ dtors require a D wrapper to be callable from runtime
100 Runtime runtime; member in struct:TargetCPP
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 447 /// for partial/runtime unrolling (set to UINT_MAX to disable).
450 /// OptSizeThreshold, but used for partial/runtime unrolling (set to
477 /// Allow runtime unrolling (unrolling of loops to expand the size of the
480 bool Runtime;
484 /// the trip count of a loop for runtime unrolling.
487 /// (mainly to loops that fail runtime unrolling).
491 /// Allow unrolling of all the iterations of the runtime loop remainder.
2318 /// functions targeting different subtargets in order to support runtime
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 52 // FIXME: This bitcast should just be made an invariant on the Runtime.
79 CGObjCRuntime &Runtime = CGM.getObjCRuntime();
81 llvm::Value *Receiver = Runtime.GetClass(*this, ClassDecl);
113 RValue result = Runtime.GenerateMessageSend(
223 CGObjCRuntime &Runtime = CGM.getObjCRuntime();
224 llvm::Value *Receiver = Runtime.GetClass(*this, Class);
227 RValue result = Runtime.GenerateMessageSend(
359 /// The ObjC runtime may provide entrypoints that are likely to be faster
370 /// If the runtime does support a required entrypoint, then this method will
383 auto &Runtime = CGM.getLangOpts().ObjCRuntime
    [all...]
CGObjCGNU.cpp 9 // This provides Objective-C code generation targeting the GNU runtime. The
10 // class in this file generates structures used by the GNU Objective-C runtime
12 // the GNU runtime distribution.
45 /// Class that lazily initialises the runtime function. Avoids inserting the
93 /// GNU Objective-C runtime code generation. This class implements the parts of
114 /// runtime needs to deal with C strings.
128 /// but if the runtime header declaring it is included then it may be a
143 /// LLVM type for C long type. The runtime uses this in a lot of places where
147 /// LLVM type for C size_t. Used in various runtime data structures.
165 /// runtime provides some LLVM passes that can use this to do things lik
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.cpp 387 shouldUseExceptionTablesForObjCExceptions(const ObjCRuntime &runtime,
392 if (runtime.isNonFragile())
3611 ObjCRuntime &Runtime, bool InferCovariantReturns,
3616 // is the default. Except for deployment target of 10.5, next runtime is
3618 if (Runtime.isNonFragile()) {
3621 Runtime.isLegacyDispatchDefaultForArch(Arch))) {
3629 // When ObjectiveC legacy runtime is in effect on MacOSX, turn on the option
3632 Runtime.getKind() == ObjCRuntime::FragileMacOSX && Runtime.isNeXTFamily())
3633 CmdArgs.push_back("-fobjc-subscripting-legacy-runtime");
6864 ObjCRuntime runtime; local
6940 ObjCRuntime runtime; local
    [all...]

Completed in 32 milliseconds