| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | libgcc.texi | 55 @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 D | Runtime.h | 15 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 D | SystemRuntime.h | 43 class SystemRuntime : public Runtime, public PluginInterface {
|
| /openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/Properties/ |
| H A D | AssemblyInfo.cs | 4 using System.Runtime.CompilerServices; 5 using System.Runtime.InteropServices;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/TestML/ |
| H A D | Tiny.pm | 20 $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 D | LoopUnrollPass.cpp | 206 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 D | LoopUnrollPass.h | 93 LoopUnrollOptions &setRuntime(bool Runtime) { in setRuntime() 94 AllowRuntime = Runtime; in setRuntime()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | Sanitizers.cpp | 96 case llvm::AsanDetectStackUseAfterReturnMode::Runtime: in AsanDetectStackUseAfterReturnModeToString() 110 .Case("runtime", llvm::AsanDetectStackUseAfterReturnMode::Runtime) in AsanDetectStackUseAfterReturnModeFromString()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnroll.cpp | 365 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 D | AddressSanitizerOptions.h | 31 Runtime, ///< Detect stack use after return if not disabled runtime with enumerator
|
| H A D | AddressSanitizer.h | 28 AsanDetectStackUseAfterReturnMode::Runtime;
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | superh.opt | 10 Runtime name.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Text-Tabs/t/ |
| H A D | fill.t | 24 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 D | SystemRuntime.cpp | 30 SystemRuntime::SystemRuntime(Process *process) : Runtime(process), m_types() {} in SystemRuntime()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/ |
| H A D | Resources.Designer.cs | 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 82 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 D | TODO.TXT | 3 CXX Runtime Library Tasks
|
| /openbsd-src/gnu/gcc/libgomp/ |
| H A D | libgomp.info | 69 * 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 D | CMakeLists.txt | 3 # Runtime library sources and build flags.
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/ |
| H A D | CMakeLists.txt | 68 FOLDER "Compiler-RT Runtime tests")
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | XRay.rst | 88 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 D | WebAssemblyTargetTransformInfo.cpp | 130 UP.Partial = UP.Runtime = UP.UpperBound = true; in getUnrollingPreferences()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/ |
| H A D | Scalar.h | 179 int Runtime = -1, int UpperBound = -1,
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
| H A D | CMakeLists.txt | 3 # Runtime library sources and build flags.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | UnrollLoop.h | 71 bool Runtime; member
|