Home
last modified time | relevance | path

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

1234567

/freebsd/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/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DBoundsChecking.h25 struct Runtime { struct
26 Runtime(bool MinRuntime, bool MayReturn) in Runtime() argument
31 std::optional<Runtime> Rt; // Trap if empty.
H A DAddressSanitizerOptions.h31 Runtime, ///< Detect stack use after return if not disabled runtime with enumerator
H A DAddressSanitizer.h29 AsanDetectStackUseAfterReturnMode::Runtime;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp212 UP.Runtime = false; in gatherUnrollingPreferences()
257 UP.Runtime = UnrollRuntime; in gatherUnrollingPreferences()
275 UP.Runtime = *UserRuntime; in gatherUnrollingPreferences()
952 UP.Runtime = false; in computeUnrollCount()
966 UP.Runtime |= (PragmaCount > 0); in computeUnrollCount()
1018 UP.Runtime = false; in computeUnrollCount()
1093 UP.Runtime |= PragmaEnableUnroll || PragmaCount > 0 || UserUnrollCount; in computeUnrollCount()
1094 if (!UP.Runtime) { in computeUnrollCount()
1302 UP.Runtime &= UCE.ConvergenceAllowsRuntime; in tryToUnrollLoop()
1340 UP.Runtime &= TripCount == 0 && TripMultiple % UP.Count != 0; in tryToUnrollLoop()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h93 LoopUnrollOptions &setRuntime(bool Runtime) { in setRuntime()
94 AllowRuntime = Runtime; in setRuntime()
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenData.inc40 /* Runtime section names and name strings. */
45 /* Runtime section names and name strings. */
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp553 ULO.Runtime = false; in UnrollLoop()
583 assert((!ULO.Runtime || canHaveUnrollRemainder(L)) && in UnrollLoop()
590 if (ULO.Runtime && in UnrollLoop()
597 ULO.Runtime = false; in UnrollLoop()
620 if (ULO.Runtime) in UnrollLoop()
629 if (ULO.Runtime) in UnrollLoop()
914 if (ULO.Runtime) { in UnrollLoop()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSanitizers.cpp175 case llvm::AsanDetectStackUseAfterReturnMode::Runtime: in AsanDetectStackUseAfterReturnModeToString()
189 .Case("runtime", llvm::AsanDetectStackUseAfterReturnMode::Runtime) in AsanDetectStackUseAfterReturnModeFromString()
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/recipes/
H A Dtest2 using System.Runtime.InteropServices;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSystemRuntime.cpp30 SystemRuntime::SystemRuntime(Process *process) : Runtime(process), m_types() {} in SystemRuntime()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.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/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DScalar.h71 int AllowPartial = -1, int Runtime = -1,
/freebsd/sys/conf/
H A Doptions.arm6 SMP_ON_UP opt_global.h # Runtime detection of MP extensions
H A Doptions.arm6422 # EFI Runtime services support
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td1009 // F128 libm Runtime Libcalls
1140 // Objective-C Runtime Libcalls
1171 // AArch64 Runtime Libcalls
1233 // AMDGPU Runtime Libcalls
1242 // ARM Runtime Libcalls
1499 // AVR Runtime Libcalls
1544 // Hexagon Runtime Libcalls
1592 // Lanai Runtime Libcalls
1604 // Mips16 Runtime Libcalls
1644 // MSP430 Runtime Libcalls
[all …]
/freebsd/contrib/xz/src/liblzma/check/
H A Dcrc32_arm64.h143 # error Runtime detection method unavailable. in is_arch_extension_supported()
/freebsd/contrib/sqlite3/
H A DReplace.cs20 using System.Runtime.InteropServices;
/freebsd/contrib/bc/locales/
H A Dnl_NL.ISO8859-1.msg36 3 "Runtime error:"
82 $ Runtime fouten.
H A Dnl_NL.UTF-8.msg36 3 "Runtime error:"
82 $ Runtime fouten.
H A Den_US.msg36 3 "Runtime error:"
82 $ Runtime errors.
H A Den_AU.ISO8859-1.msg36 3 "Runtime error:"
82 $ Runtime errors.
H A Den_CA.ISO8859-1.msg36 3 "Runtime error:"
82 $ Runtime errors.

1234567