Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/gcc/doc/
H A Dlibgcc.texi95 @deftypefn {Runtime Function} long __negdi2 (long @var{a})
149 @deftypefn {Runtime Function} int __absvsi2 (int @var{a})
150 @deftypefnx {Runtime Function} long __absvdi2 (long @var{a})
166 @deftypefn {Runtime Function} int __negvsi2 (int @var{a})
167 @deftypefnx {Runtime Function} long __negvdi2 (long @var{a})
179 @deftypefn {Runtime Function} int __clzsi2 (int @var{a})
180 @deftypefnx {Runtime Function} int __clzdi2 (long @var{a})
187 @deftypefn {Runtime Function} int __ctzsi2 (int @var{a})
188 @deftypefnx {Runtime Function} int __ctzdi2 (long @var{a})
195 @deftypefn {Runtime Function} int __ffsdi2 (long @var{a})
[all …]
/freebsd-12.1/contrib/apr-util/
H A Dlibaprutil.rc19 #define APU_DLL_DESCRIPTION "Apache Portable Runtime " APU_STRINGIFY(DLL_NAME) " Module"
22 #define APU_DLL_DESCRIPTION "Apache Portable Runtime Utility Library"
61 VALUE "ProductName", "Apache Portable Runtime Project\0"
H A Dapr-util.spec4 Summary: Apache Portable Runtime Utility library
17 The mission of the Apache Portable Runtime (APR) is to provide a
31 of the Apache Portable Runtime (APR) is to provide a free
H A DNOTICE1 Apache Portable Runtime Utility Library
H A DREADME1 Apache Portable Runtime Utility Library README
4 The Apache Portable Runtime Utility Library provides a predictable
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp188 UP.Runtime = false; in gatherUnrollingPreferences()
225 UP.Runtime = UnrollRuntime; in gatherUnrollingPreferences()
243 UP.Runtime = *UserRuntime; in gatherUnrollingPreferences()
739 UP.Runtime = true; in computeUnrollCount()
809 UP.Runtime = false; in computeUnrollCount()
905 UP.Runtime |= PragmaEnableUnroll || PragmaCount > 0 || UserUnrollCount; in computeUnrollCount()
906 if (!UP.Runtime) { in computeUnrollCount()
1084 L, UP.Count, TripCount, UP.Force, UP.Runtime, UP.AllowExpensiveTripCount, in tryToUnrollLoop()
1150 ProvidedAllowPartial(AllowPartial), ProvidedRuntime(Runtime), in LoopUnroll()
1207 int Runtime, int UpperBound, in INITIALIZE_PASS_DEPENDENCY()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h75 LoopUnrollOptions &setRuntime(bool Runtime) { in setRuntime()
76 AllowRuntime = Runtime; in setRuntime()
/freebsd-12.1/contrib/apr/
H A Dapr.spec4 Summary: Apache Portable Runtime library
16 The mission of the Apache Portable Runtime (APR) is to provide a
29 Apache Portable Runtime (APR) is to provide a free library of
H A Dlibapr.rc51 VALUE "FileDescription", "Apache Portable Runtime Library\0"
56 VALUE "ProductName", "Apache Portable Runtime Project\0"
H A Dapr.pc.in8 Description: The Apache Portable Runtime library
H A DNOTICE1 Apache Portable Runtime
H A DREADME1 Apache Portable Runtime Library (APR)
4 The Apache Portable Runtime Library provides a predictable and
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dlibomp.rc.var42 VALUE "FileDescription", "LLVM* OpenMP* Runtime Library\0"
46 VALUE "ProductName", "LLVM* OpenMP* Runtime Library\0"
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp72 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCBoxedExpr() local
106 RValue result = Runtime.GenerateMessageSend( in EmitObjCBoxedExpr()
219 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCCollectionLiteral() local
220 llvm::Value *Receiver = Runtime.GetClass(*this, Class); in EmitObjCCollectionLiteral()
223 RValue result = Runtime.GenerateMessageSend( in EmitObjCCollectionLiteral()
379 auto &Runtime = CGM.getLangOpts().ObjCRuntime; in tryGenerateSpecializedMessageSend() local
383 Runtime.shouldUseRuntimeFunctionsForAlloc() && in tryGenerateSpecializedMessageSend()
461 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMessageExpr() local
486 Receiver = Runtime.GetClass(*this, OID); in EmitObjCMessageExpr()
2470 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMRRAutoreleasePoolPush() local
[all …]
/freebsd-12.1/sys/contrib/libsodium/packaging/dotnet-core/recipes/
H A Dtest2 using System.Runtime.InteropServices;
/freebsd-12.1/sys/conf/
H A Doptions.arm6413 # EFI Runtime services support
H A Doptions.amd6470 # EFI Runtime services support
H A Doptions.arm17 SMP_ON_UP opt_global.h # Runtime detection of MP extensions
/freebsd-12.1/contrib/sqlite3/
H A DReplace.cs20 using System.Runtime.InteropServices;
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/
H A DScalar.h188 int AllowPartial = -1, int Runtime = -1,
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp152 UP.Partial = UP.Runtime = true; in getUnrollingPreferences()
/freebsd-12.1/contrib/serf/
H A DREADME4 Portable Runtime (APR) library. It multiplexes connections, running the
/freebsd-12.1/contrib/openmp/
H A DLICENSE.txt22 OpenMP Runtime Team
40 * Neither the names of Intel Corporation OpenMP Runtime Team nor the
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSanitizers.def1 //===--- Sanitizers.def - Runtime sanitizer options -------------*- C++ -*-===//
/freebsd-12.1/contrib/apr-util/dbd/
H A DNWGNUdbdsqli2130 NLM_DESCRIPTION = Apache Portability Runtime Library $(VERSION_STR) DBD SQLite2 Driver Module

1234