Home
last modified time | relevance | path

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

123456

/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/lib/Transforms/Scalar/
H A DLoopUnrollPass.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/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/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/clang/lib/Basic/
H A DSanitizers.cpp96 case llvm::AsanDetectStackUseAfterReturnMode::Runtime: in AsanDetectStackUseAfterReturnModeToString()
110 .Case("runtime", llvm::AsanDetectStackUseAfterReturnMode::Runtime) in AsanDetectStackUseAfterReturnModeFromString()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.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/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/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.h61 int Runtime = -1, int UpperBound = -1,
/freebsd/sys/conf/
H A Doptions.arm6419 # EFI Runtime services support
/freebsd/contrib/bc/locales/
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.
H A Den_CA.UTF-8.msg36 3 "Runtime error:"
82 $ Runtime errors.
H A Den_GB.UTF-8.msg36 3 "Runtime error:"
82 $ Runtime errors.
H A Den_IE.US_ASCII.msg36 3 "Runtime error:"
82 $ Runtime errors.
H A Den_NZ.ISO8859-15.msg36 3 "Runtime error:"
82 $ Runtime errors.
H A Den_NZ.utf8.msg36 3 "Runtime error:"
82 $ Runtime errors.
H A Den_US.ISO8859-15.msg36 3 "Runtime error:"
82 $ Runtime errors.
H A Den_US.US_ASCII.msg36 3 "Runtime error:"
82 $ Runtime errors.
H A Den_US.msg36 3 "Runtime error:"
82 $ Runtime errors.
H A Dnl_NL.ISO8859-1.msg36 3 "Runtime error:"
82 $ Runtime fouten.

123456