Home
last modified time | relevance | path

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

123456

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Target/
HDRuntime.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;
HDSystemRuntime.h43 class SystemRuntime : public Runtime, public PluginInterface {
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopUnrollPass.cpp213 UP.Runtime = false; in gatherUnrollingPreferences()
256 UP.Runtime = UnrollRuntime; in gatherUnrollingPreferences()
274 UP.Runtime = *UserRuntime; in gatherUnrollingPreferences()
951 UP.Runtime = false; in computeUnrollCount()
965 UP.Runtime |= (PragmaCount > 0); in computeUnrollCount()
1017 UP.Runtime = false; in computeUnrollCount()
1092 UP.Runtime |= PragmaEnableUnroll || PragmaCount > 0 || UserUnrollCount; in computeUnrollCount()
1093 if (!UP.Runtime) { in computeUnrollCount()
1301 UP.Runtime &= UCE.ConvergenceAllowsRuntime; in tryToUnrollLoop()
1338 UP.Runtime &= TripCount == 0 && TripMultiple % UP.Count != 0; in tryToUnrollLoop()
[all …]
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
HDLoopUnrollPass.h93 LoopUnrollOptions &setRuntime(bool Runtime) { in setRuntime()
94 AllowRuntime = Runtime; in setRuntime()
/freebsd-head/contrib/llvm-project/openmp/runtime/src/
HDlibomp.rc.var41 VALUE "FileDescription", "LLVM* OpenMP* Runtime Library\0"
45 VALUE "ProductName", "LLVM* OpenMP* Runtime Library\0"
/freebsd-head/contrib/llvm-project/clang/lib/Basic/
HDSanitizers.cpp96 case llvm::AsanDetectStackUseAfterReturnMode::Runtime: in AsanDetectStackUseAfterReturnModeToString()
110 .Case("runtime", llvm::AsanDetectStackUseAfterReturnMode::Runtime) in AsanDetectStackUseAfterReturnModeFromString()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
HDAddressSanitizerOptions.h31 Runtime, ///< Detect stack use after return if not disabled runtime with enumerator
HDAddressSanitizer.h28 AsanDetectStackUseAfterReturnMode::Runtime;
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopUnroll.cpp557 ULO.Runtime = false; in UnrollLoop()
587 assert((!ULO.Runtime || canHaveUnrollRemainder(L)) && in UnrollLoop()
594 if (ULO.Runtime && in UnrollLoop()
600 ULO.Runtime = false; in UnrollLoop()
623 if (ULO.Runtime) in UnrollLoop()
632 if (ULO.Runtime) in UnrollLoop()
908 if (ULO.Runtime) { in UnrollLoop()
/freebsd-head/sys/contrib/libsodium/packaging/dotnet-core/recipes/
HDtest2 using System.Runtime.InteropServices;
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDSystemRuntime.cpp30 SystemRuntime::SystemRuntime(Process *process) : Runtime(process), m_types() {} in SystemRuntime()
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjC.cpp81 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCBoxedExpr() local
83 llvm::Value *Receiver = Runtime.GetClass(*this, ClassDecl); in EmitObjCBoxedExpr()
116 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 …]
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/
HDScalar.h61 int Runtime = -1, int UpperBound = -1,
/freebsd-head/contrib/xz/src/liblzma/check/
HDcrc32_arm64.h142 # error Runtime detection method unavailable. in is_arch_extension_supported()
/freebsd-head/sys/conf/
HDoptions.arm6 SMP_ON_UP opt_global.h # Runtime detection of MP extensions
HDoptions.arm6419 # EFI Runtime services support
/freebsd-head/contrib/sqlite3/
HDReplace.cs20 using System.Runtime.InteropServices;
/freebsd-head/contrib/bc/locales/
Den_GB.US-ASCII.msg36 3 "Runtime error:"
82 $ Runtime errors.
Den_AU.ISO8859-1.msg36 3 "Runtime error:"
82 $ Runtime errors.
Den_CA.US-ASCII.msg36 3 "Runtime error:"
82 $ Runtime errors.
Den_IE.utf8.msg36 3 "Runtime error:"
82 $ Runtime errors.
Den_IE.UTF-8.msg36 3 "Runtime error:"
82 $ Runtime errors.
Dnl_NL.utf8.msg36 3 "Runtime error:"
82 $ Runtime fouten.
Den_AU.UTF-8.msg36 3 "Runtime error:"
82 $ Runtime errors.
Den_AU.ISO8859-15.msg36 3 "Runtime error:"
82 $ Runtime errors.

123456