Home
last modified time | relevance | path

Searched full:compilers (Results 1 – 25 of 2386) sorted by relevance

12345678910>>...96

/external/google-fruit/extras/benchmark/suites/
Dfruit_full.yml21 compilers: &compilers
35 compiler: *compilers
52 compiler: *compilers
63 compiler: *compilers
80 compiler: *compilers
92 compiler: *compilers
Ddebug.yml24 compilers: &compilers
36 compiler: *compilers
66 compiler: *compilers
80 compiler: *compilers
161 compiler: *compilers
173 compiler: *compilers
Dfruit_mostly_full.yml21 compilers: &compilers
32 compiler: *compilers
49 compiler: *compilers
60 compiler: *compilers
Dboost_di.yml21 compilers: &compilers
38 compiler: *compilers
52 compiler: *compilers
Dfruit_quick.yml21 compilers: &compilers
32 compiler: *compilers
50 compiler: *compilers
Dsimple_di_mostly_full.yml24 compilers: &compilers
54 compiler: *compilers
68 compiler: *compilers
Dsimple_di_full.yml24 compilers: &compilers
55 compiler: *compilers
68 compiler: *compilers
Dfruit_single.yml23 compilers: &compilers
32 compiler: *compilers
/external/rust/crates/tokio/
Dbuild.rs60 // compilers that claim to be 1.59 without supporting the in main()
75 // compilers that claim to be 1.51 without supporting the in main()
90 // compilers that claim to be 1.60 without supporting the in main()
111 // compilers that claim to be 1.63 without supporting the in main()
134 // To disable this feature on compilers that support it, you can in main()
142 // To disable this feature on compilers that support it, you can in main()
150 // To disable this feature on compilers that support it, you can in main()
158 // To disable this feature on compilers that support it, you can in main()
166 // To disable this feature on compilers that support it, you can in main()
/external/icu/icu4c/source/
DrunConfigureICU39 AIX Use the IBM XL xlclang/xlclang compilers on AIX
40 AIX/GCC Use the GNU gcc/g++ compilers on AIX
41 AIX/OpenXL Use the IBM Open XL ibm-clang_r/ibm-clang++_r compilers on AIX
42 Cygwin Use the GNU gcc/g++ compilers on Cygwin
46 FreeBSD Use the clang/clang++ or GNU gcc/g++ compilers on FreeBSD
47 HP-UX/ACC Use the HP ANSI C/Advanced C++ compilers on HP-UX 11
48 IBMi Use the iCC compilers on IBM i, i5/OS, OS/400
49 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux
50 Linux/gcc Use the GNU gcc/g++ compilers on Linux
54 MacOSX Use the default compilers on MacOS X (Darwin)
[all …]
/external/cronet/third_party/icu/source/
DrunConfigureICU39 AIX Use the IBM XL xlclang/xlclang compilers on AIX
40 AIX/GCC Use the GNU gcc/g++ compilers on AIX
41 AIX/OpenXL Use the IBM Open XL ibm-clang_r/ibm-clang++_r compilers on AIX
42 Cygwin Use the GNU gcc/g++ compilers on Cygwin
46 FreeBSD Use the clang/clang++ or GNU gcc/g++ compilers on FreeBSD
47 HP-UX/ACC Use the HP ANSI C/Advanced C++ compilers on HP-UX 11
48 IBMi Use the iCC compilers on IBM i, i5/OS, OS/400
49 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux
50 Linux/gcc Use the GNU gcc/g++ compilers on Linux
54 MacOSX Use the default compilers on MacOS X (Darwin)
[all …]
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt5 compilers, and second, we need a flexible and powerful interface
15 other side, traditional static compilers process everything statically and
25 compilers that support profile guided optimization generate poor code in
36 to when compilers generate quality code for the architecture. Secondly,
37 even when compilers catch up to the new architecture there is often a large
45 independent, static, program optimizations currently in compilers to be
/external/proguard/docs/manual/
Dattributes.html89 just like ordinary classes. Compilers may need this information to find
95 <dd>Specifies the method in which the class was defined. Compilers may need
109 <dd>Specifies the generic signature of the class, field, or method. Compilers
120 <dd>Specifies the exceptions that a method may throw. Compilers may use this
140 fields, and methods. Compilers and annotation processors may use these
146 fields, and methods. Compilers and annotation processors may use these
152 parameters. Compilers and annotation processors may use these
158 parameters. Compilers and annotation processors may use these
164 instructions, etc. Compilers and annotation processors may use these
170 types, instructions, etc. Compilers and annotation processors may use
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/
DREADME.md9 StableHLO is a portability layer between ML frameworks and ML compilers.
11 TensorFlow, JAX and PyTorch, as well as ML compilers including XLA and IREE.
22 portability layer between ML frameworks and ML compilers. Let's work together
33 ML compilers (XLA and IREE) - ETA: H2 2022.
/external/tensorflow/tensorflow/compiler/mlir/g3doc/
Doverview.md7 and low-level compilers/executors that generate hardware-specific code.
10 compilers. This means it consists of a specification for intermediate
30 compilers and hardware acceleration.
32 The TensorFlow ecosystem contains a number of compilers and optimizers that
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.cc84 auto* compilers = GetPlatformCompilers(); in GetForPlatform() local
87 auto it = compilers->find(platform->id()); in GetForPlatform()
88 if (it != compilers->end()) { in GetForPlatform()
106 compilers->insert(std::make_pair(platform->id(), it->second())); in GetForPlatform()
107 return compilers->at(platform->id()).get(); in GetForPlatform()
/external/zstd/lib/common/
Dportability_macros.h24 /* compat. with non-clang compilers */
29 /* compat. with non-clang compilers */
34 /* compat. with non-clang compilers */
91 * Only enable assembly for GNUC comptabile compilers,
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
Dfact_manager.cpp145 (void)success; // Keep compilers happy in release mode. in AddFactDataSynonym()
212 (void)success; // Keep compilers happy in release mode. in AddFactBlockIsDead()
224 (void)success; // Keep compilers happy in release mode. in AddFactFunctionIsLivesafe()
245 (void)success; // Keep compilers happy in release mode. in AddFactValueOfPointeeIsIrrelevant()
254 (void)success; // Keep compilers happy in release mode. in AddFactIdIsIrrelevant()
268 (void)success; // Keep compilers happy in release mode. in AddFactIdEquation()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/fact_manager/
Dfact_manager.cpp145 (void)success; // Keep compilers happy in release mode. in AddFactDataSynonym()
212 (void)success; // Keep compilers happy in release mode. in AddFactBlockIsDead()
224 (void)success; // Keep compilers happy in release mode. in AddFactFunctionIsLivesafe()
245 (void)success; // Keep compilers happy in release mode. in AddFactValueOfPointeeIsIrrelevant()
254 (void)success; // Keep compilers happy in release mode. in AddFactIdIsIrrelevant()
268 (void)success; // Keep compilers happy in release mode. in AddFactIdEquation()
/external/deqp-deps/SPIRV-Tools/source/fuzz/fact_manager/
Dfact_manager.cpp145 (void)success; // Keep compilers happy in release mode. in AddFactDataSynonym()
212 (void)success; // Keep compilers happy in release mode. in AddFactBlockIsDead()
224 (void)success; // Keep compilers happy in release mode. in AddFactFunctionIsLivesafe()
245 (void)success; // Keep compilers happy in release mode. in AddFactValueOfPointeeIsIrrelevant()
254 (void)success; // Keep compilers happy in release mode. in AddFactIdIsIrrelevant()
268 (void)success; // Keep compilers happy in release mode. in AddFactIdEquation()
/external/llvm/include/llvm/Support/
DCompiler.h137 // Some compilers warn about unused functions. When a function is sometimes
183 /// LLVM_ATTRIBUTE_NOINLINE - On compilers where we have a directive to do so,
193 /// LLVM_ATTRIBUTE_ALWAYS_INLINE - On compilers where we have a directive to do
231 /// LLVM_EXTENSION - Support compilers where we have a keyword to suppress
254 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
263 /// LLVM_BUILTIN_TRAP - On compilers which support it, expands to an expression
277 /// LLVM_BUILTIN_DEBUGTRAP - On compilers which support it, expands to
288 // Just continue execution when built with compilers that have no
366 /// \brief Expands to __func__ on compilers which support it. Otherwise,
471 // Clang, GCC, and other compatible compilers used __thread prior to C++11 and
/external/webrtc/g3doc/
Dsupported-platforms-and-compilers.md1 # WebRTC supported plaftorms and compilers
20 ## Compilers section in WebRTC supported plaftorms and compilers
32 Other compilers are not officially supported (which means there is no CI
/external/dagger2/javatests/dagger/internal/codegen/
DBUILD38 name = "compilers",
41 "Compilers.java",
69 "Compilers.java",
80 ":compilers",
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h139 // Some compilers warn about unused functions. When a function is sometimes
185 /// LLVM_ATTRIBUTE_NOINLINE - On compilers where we have a directive to do so,
195 /// LLVM_ATTRIBUTE_ALWAYS_INLINE - On compilers where we have a directive to do
255 /// LLVM_EXTENSION - Support compilers where we have a keyword to suppress
278 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
287 /// LLVM_BUILTIN_TRAP - On compilers which support it, expands to an expression
301 /// LLVM_BUILTIN_DEBUGTRAP - On compilers which support it, expands to
312 // Just continue execution when built with compilers that have no
496 // Clang, GCC, and other compatible compilers used __thread prior to C++11 and
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dconfig.hpp48 // Support move construction and assignment on compilers known to allow it.
61 // pass a non-member function through a const reference, so for most compilers
78 // Support variadic templates on compilers known to allow it.
80 // Support constexpr on compilers known to allow it.
87 // Compliant C++11 compilers put noexcept specifiers on error_category members.
280 // Handler hooking. Disabled for ancient Borland C++ and gcc compilers.

12345678910>>...96