/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/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 213 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/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/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/clang/lib/Basic/ |
H A D | Sanitizers.cpp | 96 case llvm::AsanDetectStackUseAfterReturnMode::Runtime: in AsanDetectStackUseAfterReturnModeToString() 110 .Case("runtime", llvm::AsanDetectStackUseAfterReturnMode::Runtime) in AsanDetectStackUseAfterReturnModeFromString()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnroll.cpp | 557 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/contrib/llvm-project/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;
|
/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 | 61 int Runtime = -1, int UpperBound = -1,
|
/freebsd/sys/conf/ |
H A D | options.arm64 | 19 # EFI Runtime services support
|
/freebsd/contrib/bc/locales/ |
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.
|
H A D | en_CA.UTF-8.msg | 36 3 "Runtime error:" 82 $ Runtime errors.
|
H A D | en_GB.UTF-8.msg | 36 3 "Runtime error:" 82 $ Runtime errors.
|
H A D | en_IE.US_ASCII.msg | 36 3 "Runtime error:" 82 $ Runtime errors.
|
H A D | en_NZ.ISO8859-15.msg | 36 3 "Runtime error:" 82 $ Runtime errors.
|
H A D | en_NZ.utf8.msg | 36 3 "Runtime error:" 82 $ Runtime errors.
|
H A D | en_US.ISO8859-15.msg | 36 3 "Runtime error:" 82 $ Runtime errors.
|
H A D | en_US.US_ASCII.msg | 36 3 "Runtime error:" 82 $ Runtime errors.
|
H A D | en_US.msg | 36 3 "Runtime error:" 82 $ Runtime errors.
|
H A D | nl_NL.ISO8859-1.msg | 36 3 "Runtime error:" 82 $ Runtime fouten.
|