Home
last modified time | relevance | path

Searched refs:COMPILER (Results 1 – 25 of 63) sorted by relevance

123

/external/tensorflow/third_party/toolchains/preconfig/generate/
Dgenerate.sh33 COMPILER="${PLATFORM[2]}"
41 COMPILER="${COMPILER}"
43 if [[ "${COMPILER}" == gcc* ]]; then
44 COMPILER="${COMPILER}-nvcc-${GPU_VERSION}"
49 if [[ "${COMPILER}" == clang* ]]; then
50 COMPILER="${COMPILER}-${GPU_VERSION}"
56 echo "Compiler: ${COMPILER}"
85 mv local_config_rocm/crosstool "${OS}/${COMPILER}-${GPU_VERSION}"
91 mv local_config_cuda/crosstool "${OS}/${COMPILER}"
100 mv local_config_cc "${OS}/${COMPILER}"
/external/python/cpython2/Python/
Dgetcompiler.c6 #ifndef COMPILER
9 #define COMPILER "\n[GCC " __VERSION__ "]" macro
14 #ifndef COMPILER
17 #define COMPILER "[C++]" macro
19 #define COMPILER "[C]" macro
27 return COMPILER; in Py_GetCompiler()
/external/python/cpython3/Python/
Dgetcompiler.c6 #ifndef COMPILER
11 #define COMPILER "\n[Clang " __clang_version__ "]" macro
13 #define COMPILER "\n[GCC " __VERSION__ "]" macro
16 #define COMPILER "[C++]" macro
18 #define COMPILER "[C]" macro
26 return COMPILER; in Py_GetCompiler()
/external/python/cpython3/PC/
Dpyconfig.h124 #define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 64 bit (amd64) with MSC v." _Py_STRIN… macro
126 #define COMPILER _Py_PASTE_VERSION("64 bit (AMD64)") macro
130 #define COMPILER _Py_PASTE_VERSION("64 bit (ARM64)") macro
133 #define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)") macro
177 #define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 32 bit (Intel) with MSC v." _Py_STRIN… macro
179 #define COMPILER _Py_PASTE_VERSION("32 bit (Intel)") macro
183 #define COMPILER _Py_PASTE_VERSION("32 bit (ARM)") macro
186 #define COMPILER _Py_PASTE_VERSION("32 bit (Unknown)") macro
218 #define COMPILER "[gcc]" macro
231 #define COMPILER "[lcc-win32]" macro
/external/python/cpython2/PC/
Dpyconfig.h148 #define COMPILER _Py_PASTE_VERSION("64 bit (Itanium)") macro
152 #define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 64 bit (amd64) with MSC v." _Py_STRIN… macro
154 #define COMPILER _Py_PASTE_VERSION("64 bit (AMD64)") macro
158 #define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)") macro
212 #define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 32 bit (Intel) with MSC v." _Py_STRIN… macro
214 #define COMPILER _Py_PASTE_VERSION("32 bit (Intel)") macro
217 #define COMPILER _Py_PASTE_VERSION("32 bit (Unknown)") macro
246 #define COMPILER "[Borland]" macro
284 #define COMPILER "[gcc]" macro
298 #define COMPILER "[lcc-win32]" macro
/external/eigen/bench/btl/generic_bench/utils/
Dutilities.h28 # define COMPILER "g++" ; macro
30 # define COMPILER "CC" ; macro
32 # define COMPILER "KCC" ; macro
34 # define COMPILER "pgCC" ; macro
36 # define COMPILER "undefined" ; macro
46 cout << "COMPILED with " << COMPILER ;\
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Ddiscard-mix-local-and-all.test6 # RUN: llvm-readobj --symbols %t-discard-none | FileCheck %s --check-prefixes=CHECK,LOCAL,COMPILER-…
88 # COMPILER-LOCAL-NEXT: Symbol {
89 # COMPILER-LOCAL-NEXT: Name: .L.str
90 # COMPILER-LOCAL-NEXT: Value:
91 # COMPILER-LOCAL-NEXT: Size:
92 # COMPILER-LOCAL-NEXT: Binding: Local
93 # COMPILER-LOCAL-NEXT: Type: Object
94 # COMPILER-LOCAL-NEXT: Other:
95 # COMPILER-LOCAL-NEXT: Section: .text
96 # COMPILER-LOCAL-NEXT: }
/external/deqp-deps/amber/kokoro/scripts/linux/
Dbuild_dawn.sh25 COMPILER=$2
35 --env COMPILER="${COMPILER}" \
Dbuild.sh25 COMPILER=$2
35 --env COMPILER="${COMPILER}" \
Dbuild-docker.sh28 if [ ! -z "$COMPILER" ]; then
29 using "$COMPILER"
Dbuild_dawn-docker.sh28 if [ ! -z "$COMPILER" ]; then
29 using "$COMPILER"
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/linux/
Dbuild.sh25 COMPILER=$2
36 --env COMPILER=${COMPILER} \
Dbuild-docker.sh25 if [ $COMPILER = "clang" ]; then
27 elif [ $COMPILER = "gcc" ]; then
71 [ $COMPILER = "clang" ] || { echo "$CONFIG requires clang"; exit 1; }
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/
Dbuild.sh25 COMPILER=$2
36 --env COMPILER=${COMPILER} \
Dbuild-docker.sh25 if [ $COMPILER = "clang" ]; then
27 elif [ $COMPILER = "gcc" ]; then
71 [ $COMPILER = "clang" ] || { echo "$CONFIG requires clang"; exit 1; }
/external/tensorflow/tensorflow/lite/micro/tools/make/
Dethos_u_core_platform_download.sh68 COMPILER=${DOWNLOADS_DIR}/gcc_embedded/bin/arm-none-eabi-gcc
69 if [ ! -f ${COMPILER} ]; then
77 ${COMPILER} -E -x c -P -o ${LINKER_PATH}/platform_parsed.ld ${LINKER_PATH}/platform.ld
/external/selinux/libselinux/
DMakefile37 COMPILER := gcc macro
39 COMPILER := clang macro
41 export COMPILER
/external/deqp-deps/glslang/Test/
Dsample.frag.out1 #### BEGIN COMPILER 0 INFO LOG ####
12 #### END COMPILER 0 INFO LOG ####
Dsample.vert.out1 #### BEGIN COMPILER 0 INFO LOG ####
17 #### END COMPILER 0 INFO LOG ####
/external/google-fruit/extras/scripts/
Dpostsubmit.sh25 export COMPILER=$COMPILER;
35 export COMPILER
Dtravis_ci_install_osx.sh28 case "${COMPILER}" in
53 *) echo "Compiler not supported: ${COMPILER}. See travis_ci_install_osx.sh"; exit 1 ;;
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dfence-singlethread.ll11 ; LINUX: // COMPILER BARRIER
16 ; IOS: ; COMPILER BARRIER
/external/selinux/libselinux/utils/
DMakefile8 COMPILER ?= gcc macro
10 COMPILER ?= clang macro
13 ifeq ($(COMPILER), gcc)
/external/catch2/CMake/
DFindcodecov.cmake80 set(COMPILER ${CMAKE_${LANG}_COMPILER_ID}) variable
81 if (NOT COVERAGE_${COMPILER}_FLAGS)
84 message(STATUS "Try ${COMPILER} code coverage flag = [${FLAG}]")
116 set(COVERAGE_${COMPILER}_FLAGS "${FLAG}"
117 CACHE STRING "${COMPILER} flags for code coverage.")
118 mark_as_advanced(COVERAGE_${COMPILER}_FLAGS)
121 message(WARNING "Code coverage is not available for ${COMPILER}"
/external/llvm-project/libcxx/test/configs/
Dlibcxx-trunk-static.cfg.in5 COMPILER = "@CMAKE_CXX_COMPILER@"
27 config.substitutions.append(('%{cxx}', COMPILER))

123