| /freebsd/contrib/llvm-project/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 {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | BoundsChecking.h | 25 struct Runtime { struct 26 Runtime(bool MinRuntime, bool MayReturn) in Runtime() argument 31 std::optional<Runtime> Rt; // Trap if empty.
|
| H A D | AddressSanitizerOptions.h | 31 Runtime, ///< Detect stack use after return if not disabled runtime with enumerator
|
| H A D | AddressSanitizer.h | 29 AsanDetectStackUseAfterReturnMode::Runtime;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollPass.cpp | 212 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 D | LoopUnrollPass.h | 93 LoopUnrollOptions &setRuntime(bool Runtime) { in setRuntime() 94 AllowRuntime = Runtime; in setRuntime()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CGData/ |
| H A D | CodeGenData.inc | 40 /* Runtime section names and name strings. */ 45 /* Runtime section names and name strings. */
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | libomp.rc.var | 41 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 D | LoopUnroll.cpp | 553 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 D | Sanitizers.cpp | 175 case llvm::AsanDetectStackUseAfterReturnMode::Runtime: in AsanDetectStackUseAfterReturnModeToString() 189 .Case("runtime", llvm::AsanDetectStackUseAfterReturnMode::Runtime) in AsanDetectStackUseAfterReturnModeFromString()
|
| /freebsd/sys/contrib/libsodium/packaging/dotnet-core/recipes/ |
| H A D | test | 2 using System.Runtime.InteropServices;
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | SystemRuntime.cpp | 30 SystemRuntime::SystemRuntime(Process *process) : Runtime(process), m_types() {} in SystemRuntime()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 81 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 D | Scalar.h | 71 int AllowPartial = -1, int Runtime = -1,
|
| /freebsd/sys/conf/ |
| H A D | options.arm | 6 SMP_ON_UP opt_global.h # Runtime detection of MP extensions
|
| H A D | options.arm64 | 22 # EFI Runtime services support
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.td | 1009 // 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 D | crc32_arm64.h | 143 # error Runtime detection method unavailable. in is_arch_extension_supported()
|
| /freebsd/contrib/sqlite3/ |
| H A D | Replace.cs | 20 using System.Runtime.InteropServices;
|
| /freebsd/contrib/bc/locales/ |
| H A D | nl_NL.ISO8859-1.msg | 36 3 "Runtime error:" 82 $ Runtime fouten.
|
| H A D | nl_NL.UTF-8.msg | 36 3 "Runtime error:" 82 $ Runtime fouten.
|
| H A D | en_US.msg | 36 3 "Runtime error:" 82 $ Runtime errors.
|
| H A D | en_AU.ISO8859-1.msg | 36 3 "Runtime error:" 82 $ Runtime errors.
|
| H A D | en_CA.ISO8859-1.msg | 36 3 "Runtime error:" 82 $ Runtime errors.
|