Home
last modified time | relevance | path

Searched refs:Runtime (Results 1 – 25 of 115) sorted by relevance

12345

/openbsd-src/gnu/gcc/gcc/doc/
H A Dlibgcc.texi55 @deftypefn {Runtime Function} int __ashlsi3 (int @var{a}, int @var{b})
56 @deftypefnx {Runtime Function} long __ashldi3 (long @var{a}, int @var{b})
57 @deftypefnx {Runtime Function} {long long} __ashlti3 (long long @var{a}, int @var{b})
61 @deftypefn {Runtime Function} int __ashrsi3 (int @var{a}, int @var{b})
62 @deftypefnx {Runtime Function} long __ashrdi3 (long @var{a}, int @var{b})
63 @deftypefnx {Runtime Function} {long long} __ashrti3 (long long @var{a}, int @var{b})
68 @deftypefn {Runtime Function} int __divsi3 (int @var{a}, int @var{b})
69 @deftypefnx {Runtime Function} long __divdi3 (long @var{a}, long @var{b})
70 @deftypefnx {Runtime Function} {long long} __divti3 (long long @var{a}, long long @var{b})
75 @deftypefn {Runtime Function} int __lshrsi3 (int @var{a}, int @var{b})
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DRuntime.h15 class Runtime {
17 Runtime(Process *process) : m_process(process) {} in Runtime() function
18 virtual ~Runtime() = default;
19 Runtime(const Runtime &) = delete;
20 const Runtime &operator=(const Runtime &) = delete;
H A DSystemRuntime.h43 class SystemRuntime : public Runtime, public PluginInterface {
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/Properties/
H A DAssemblyInfo.cs4 using System.Runtime.CompilerServices;
5 using System.Runtime.InteropServices;
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/TestML/
H A DTiny.pm20 $self->{runtime} ||= TestML::Tiny::Runtime->new(
69 package TestML::Tiny::Runtime;
74 my $self = $TestML::Tiny::Runtime::Singleton =
98 $TestML::Tiny::Runtime::Singleton;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp206 UP.Runtime = false; in gatherUnrollingPreferences()
247 UP.Runtime = UnrollRuntime; in gatherUnrollingPreferences()
265 UP.Runtime = *UserRuntime; in gatherUnrollingPreferences()
918 UP.Runtime = false; in computeUnrollCount()
932 UP.Runtime |= (PragmaCount > 0); in computeUnrollCount()
984 UP.Runtime = false; in computeUnrollCount()
1059 UP.Runtime |= PragmaEnableUnroll || PragmaCount > 0 || UserUnrollCount; in computeUnrollCount()
1060 if (!UP.Runtime) { in computeUnrollCount()
1312 UP.Runtime &= TripCount == 0 && TripMultiple % UP.Count != 0; in tryToUnrollLoop()
1321 {UP.Count, UP.Force, UP.Runtime, UP.AllowExpensiveTripCount, in tryToUnrollLoop()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h93 LoopUnrollOptions &setRuntime(bool Runtime) { in setRuntime()
94 AllowRuntime = Runtime; in setRuntime()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSanitizers.cpp96 case llvm::AsanDetectStackUseAfterReturnMode::Runtime: in AsanDetectStackUseAfterReturnModeToString()
110 .Case("runtime", llvm::AsanDetectStackUseAfterReturnMode::Runtime) in AsanDetectStackUseAfterReturnModeFromString()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp365 ULO.Runtime = false; in UnrollLoop()
405 assert((!HasConvergent || !ULO.Runtime) && in UnrollLoop()
413 if (ULO.Runtime && in UnrollLoop()
419 ULO.Runtime = false; in UnrollLoop()
442 if (ULO.Runtime) in UnrollLoop()
451 if (ULO.Runtime) in UnrollLoop()
717 if (ULO.Runtime) { in UnrollLoop()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerOptions.h31 Runtime, ///< Detect stack use after return if not disabled runtime with enumerator
H A DAddressSanitizer.h28 AsanDetectStackUseAfterReturnMode::Runtime;
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dsuperh.opt10 Runtime name.
/openbsd-src/gnu/usr.bin/perl/cpan/Text-Tabs/t/
H A Dfill.t24 the Mac OS Runtime for Java and try it out!
43 install the Mac OS Runtime for Java and try it out!
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DSystemRuntime.cpp30 SystemRuntime::SystemRuntime(Process *process) : Runtime(process), m_types() {} in SystemRuntime()
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
H A DResources.Designer.cs24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp82 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCBoxedExpr() local
84 llvm::Value *Receiver = Runtime.GetClass(*this, ClassDecl); in EmitObjCBoxedExpr()
117 RValue result = Runtime.GenerateMessageSend( in EmitObjCBoxedExpr()
227 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCCollectionLiteral() local
228 llvm::Value *Receiver = Runtime.GetClass(*this, Class); in EmitObjCCollectionLiteral()
231 RValue result = Runtime.GenerateMessageSend( in EmitObjCCollectionLiteral()
385 auto &Runtime = CGM.getLangOpts().ObjCRuntime; in tryGenerateSpecializedMessageSend() local
389 Runtime.shouldUseRuntimeFunctionsForAlloc() && in tryGenerateSpecializedMessageSend()
412 Runtime.shouldUseARCFunctionsForRetainRelease()) in tryGenerateSpecializedMessageSend()
419 Runtime.shouldUseARCFunctionsForRetainRelease()) in tryGenerateSpecializedMessageSend()
[all …]
/openbsd-src/gnu/llvm/libcxx/
H A DTODO.TXT3 CXX Runtime Library Tasks
/openbsd-src/gnu/gcc/libgomp/
H A Dlibgomp.info69 * Runtime Library Routines:: The OpenMP runtime application programming
84 File: libgomp.info, Node: Enabling OpenMP, Next: Runtime Library Routines, Prev: Top, Up: Top
95 of the OpenMP runtime library (*Note Runtime Library Routines::).
102 File: libgomp.info, Node: Runtime Library Routines, Next: Environment Variables, Prev: Enabling …
104 2 Runtime Library Routines
148 File: libgomp.info, Node: omp_get_dynamic, Next: omp_get_max_threads, Up: Runtime Library Routin…
175 …: omp_get_max_threads, Next: omp_get_nested, Prev: omp_get_dynamic, Up: Runtime Library Routines
197 …omp_get_nested, Next: omp_get_num_procs, Prev: omp_get_max_threads, Up: Runtime Library Routines
226 …omp_get_num_procs, Next: omp_get_num_threads, Prev: omp_get_nested, Up: Runtime Library Routines
244 …get_num_threads, Next: omp_get_thread_num, Prev: omp_get_num_procs, Up: Runtime Library Routines
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A DCMakeLists.txt3 # Runtime library sources and build flags.
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A DCMakeLists.txt68 FOLDER "Compiler-RT Runtime tests")
/openbsd-src/gnu/llvm/llvm/docs/
H A DXRay.rst88 When linking a binary, you can either manually link in the `XRay Runtime
143 XRay Runtime Library
146 The XRay Runtime Library is part of the compiler-rt project, which implements
176 | verbosity | ``int`` | ``0`` | Runtime verbosity |
340 Runtime Library's ``__xray_patch_function()`` method.
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp130 UP.Partial = UP.Runtime = UP.UpperBound = true; in getUnrollingPreferences()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/
H A DScalar.h179 int Runtime = -1, int UpperBound = -1,
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A DCMakeLists.txt3 # Runtime library sources and build flags.
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h71 bool Runtime; member

12345