Home
last modified time | relevance | path

Searched refs:compilers (Results 1 – 25 of 794) sorted by relevance

12345678910>>...32

/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
Dsimple_di_mostly_full.yml24 compilers: &compilers
54 compiler: *compilers
68 compiler: *compilers
Dfruit_quick.yml21 compilers: &compilers
32 compiler: *compilers
50 compiler: *compilers
Dsimple_di_full.yml24 compilers: &compilers
55 compiler: *compilers
68 compiler: *compilers
Dfruit_single.yml23 compilers: &compilers
32 compiler: *compilers
/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 Cygwin Use the GNU gcc/g++ compilers on Cygwin
45 FreeBSD Use the clang/clang++ or GNU gcc/g++ compilers on FreeBSD
46 HP-UX/ACC Use the HP ANSI C/Advanced C++ compilers on HP-UX 11
47 IBMi Use the iCC compilers on IBM i, i5/OS, OS/400
48 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux
49 Linux/gcc Use the GNU gcc/g++ compilers on Linux
53 MacOSX Use the default compilers on MacOS X (Darwin)
54 MacOSX/GCC Use the GNU gcc/g++ compilers on MacOSX (Darwin)
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.cc86 auto* compilers = GetPlatformCompilers(); in GetForPlatform() local
89 auto it = compilers->find(platform->id()); in GetForPlatform()
90 if (it != compilers->end()) { in GetForPlatform()
115 compilers->insert(std::make_pair(platform->id(), it->second())); in GetForPlatform()
116 return compilers->at(platform->id()).get(); in GetForPlatform()
/external/jemalloc_new/scripts/
Dgen_travis.py70 compilers = compilers_default variable
72 compilers = compilers_unusual variable
97 compilers, " ".join(compiler_flags), " ".join(configure_flags))
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddecorators.py395 compilers=None, argument
401 compiler=compilers,
406 def expectedFailureDarwin(bugnumber=None, compilers=None, debug_info=None, archs=None): argument
412 compilers,
458 def expectedFlakeyOS(oslist, bugnumber=None, compilers=None): argument
461 self.expectedCompiler(compilers))
465 def expectedFlakeyDarwin(bugnumber=None, compilers=None): argument
471 compilers)
474 def expectedFlakeyFreeBSD(bugnumber=None, compilers=None): argument
475 return expectedFlakeyOS(['freebsd'], bugnumber, compilers)
[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
D2001-06-20-.NET-Differences.txt18 said that SGI and other commercial compilers have included options to export
24 optimize modules from multiple different compilers. (Also, of course, they
/external/llvm-project/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
D2001-06-20-.NET-Differences.txt18 said that SGI and other commercial compilers have included options to export
24 optimize modules from multiple different compilers. (Also, of course, they
/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/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dmodernize-use-override.rst10 user that a function was virtual. C++ compilers did not use the presence of
15 compilers to verify that an overridden function correctly overrides a base
18 This can be useful as compilers can generate a compile time error when:
/external/eigen/bench/
DREADME.txt8 This script allows to run a benchmark on a set of different compilers/compiler options.
10 - a file defining the list of the compilers with their options
/external/freetype/builds/windows/
Ddetect.mk99 $(info $(PROJECT_TITLE) build system -- supported compilers)
101 $(info Several command-line compilers are supported on Win32:)
/external/libcxx/utils/google-benchmark/docs/
DAssemblyTests.md67 `CHECK` lines match against all compilers. (Note: `CHECK-NOT` and
78 inherently non-portable. Different compilers and even different compiler
110 between compilers or compiler versions. A common example of this
143 tests to other architectures and compilers (using `CHECK` prefixes).
/external/llvm-project/llvm/utils/benchmark/docs/
DAssemblyTests.md67 `CHECK` lines match against all compilers. (Note: `CHECK-NOT` and
78 inherently non-portable. Different compilers and even different compiler
110 between compilers or compiler versions. A common example of this
143 tests to other architectures and compilers (using `CHECK` prefixes).
/external/llvm-project/libcxx/utils/google-benchmark/docs/
DAssemblyTests.md67 `CHECK` lines match against all compilers. (Note: `CHECK-NOT` and
78 inherently non-portable. Different compilers and even different compiler
110 between compilers or compiler versions. A common example of this
143 tests to other architectures and compilers (using `CHECK` prefixes).
/external/google-benchmark/docs/
DAssemblyTests.md67 `CHECK` lines match against all compilers. (Note: `CHECK-NOT` and
78 inherently non-portable. Different compilers and even different compiler
110 between compilers or compiler versions. A common example of this
143 tests to other architectures and compilers (using `CHECK` prefixes).
/external/pigweed/
DWORKSPACE101 "@bazel_embedded//toolchains/compilers/gcc_arm_none_eabi:gcc_arm_none_repository.bzl",
116 "@bazel_embedded//toolchains/compilers/llvm:llvm_repository.bzl",

12345678910>>...32