Home
last modified time | relevance | path

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

123456

/freebsd-14.2/contrib/llvm-project/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 {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp207 UP.Runtime = false; in gatherUnrollingPreferences()
250 UP.Runtime = UnrollRuntime; in gatherUnrollingPreferences()
268 UP.Runtime = *UserRuntime; in gatherUnrollingPreferences()
905 UP.Runtime = false; in computeUnrollCount()
919 UP.Runtime |= (PragmaCount > 0); in computeUnrollCount()
971 UP.Runtime = false; in computeUnrollCount()
1047 if (!UP.Runtime) { in computeUnrollCount()
1296 UP.Runtime &= TripCount == 0 && TripMultiple % UP.Count != 0; in tryToUnrollLoop()
1372 std::optional<bool> Runtime = std::nullopt, in LoopUnroll() argument
1380 ProvidedRuntime(Runtime), ProvidedUpperBound(UpperBound), in LoopUnroll()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h93 LoopUnrollOptions &setRuntime(bool Runtime) { in setRuntime()
94 AllowRuntime = Runtime; in setRuntime()
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dlibomp.rc.var41 VALUE "FileDescription", "LLVM* OpenMP* Runtime Library\0"
45 VALUE "ProductName", "LLVM* OpenMP* Runtime Library\0"
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSanitizers.cpp96 case llvm::AsanDetectStackUseAfterReturnMode::Runtime: in AsanDetectStackUseAfterReturnModeToString()
110 .Case("runtime", llvm::AsanDetectStackUseAfterReturnMode::Runtime) in AsanDetectStackUseAfterReturnModeFromString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp394 ULO.Runtime = false; in UnrollLoop()
434 assert((!HasConvergent || !ULO.Runtime) && in UnrollLoop()
442 if (ULO.Runtime && in UnrollLoop()
448 ULO.Runtime = false; in UnrollLoop()
471 if (ULO.Runtime) in UnrollLoop()
480 if (ULO.Runtime) in UnrollLoop()
746 if (ULO.Runtime) { in UnrollLoop()
/freebsd-14.2/contrib/llvm-project/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;
/freebsd-14.2/sys/contrib/libsodium/packaging/dotnet-core/recipes/
H A Dtest2 using System.Runtime.InteropServices;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DSystemRuntime.cpp30 SystemRuntime::SystemRuntime(Process *process) : Runtime(process), m_types() {} in SystemRuntime()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DScalar.h61 int Runtime = -1, int UpperBound = -1,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp81 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCBoxedExpr() local
116 RValue result = Runtime.GenerateMessageSend( in EmitObjCBoxedExpr()
227 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCCollectionLiteral() local
231 RValue result = Runtime.GenerateMessageSend( in EmitObjCCollectionLiteral()
385 auto &Runtime = CGM.getLangOpts().ObjCRuntime; in tryGenerateSpecializedMessageSend() local
389 Runtime.shouldUseRuntimeFunctionsForAlloc() && in tryGenerateSpecializedMessageSend()
526 auto &Runtime = CGF.getLangOpts().ObjCRuntime; in tryEmitSpecializedAllocInit() local
607 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMessageExpr() local
631 Receiver = Runtime.GetClass(*this, OID); in EmitObjCMessageExpr()
2721 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMRRAutoreleasePoolPush() local
[all …]
/freebsd-14.2/sys/conf/
H A Doptions.arm6419 # EFI Runtime services support
/freebsd-14.2/contrib/sqlite3/
H A DReplace.cs20 using System.Runtime.InteropServices;
/freebsd-14.2/contrib/bc/locales/
H A Den_CA.ISO8859-1.msg36 3 "Runtime error:"
82 $ Runtime errors.
H A Den_GB.ISO8859-1.msg36 3 "Runtime error:"
82 $ Runtime errors.
H A Den_AU.ISO8859-15.msg36 3 "Runtime error:"
82 $ Runtime errors.
H A Den_AU.US-ASCII.msg36 3 "Runtime error:"
82 $ Runtime errors.
H A Den_AU.utf8.msg36 3 "Runtime error:"
82 $ Runtime errors.
H A Den_AU.UTF-8.msg36 3 "Runtime error:"
82 $ Runtime errors.
H A Dnl_NL.ISO8859-15.msg36 3 "Runtime error:"
82 $ Runtime fouten.
H A Den_CA.US-ASCII.msg36 3 "Runtime error:"
82 $ Runtime errors.
H A Den_AU.ISO8859-1.msg36 3 "Runtime error:"
82 $ Runtime errors.
H A Den_CA.utf8.msg36 3 "Runtime error:"
82 $ Runtime errors.

123456