Home
last modified time | relevance | path

Searched +full:- +full:- +full:compiler (Results 1 – 25 of 1422) sorted by relevance

12345678910>>...57

/external/mesa3d/src/freedreno/ir3/
Dir3_compiler.c34 /* clang-format off */
53 /* DEBUG-only options: */
55 {"ramsgs", IR3_DBG_RAMSGS, "Enable register-allocation debug messages"},
58 /* clang-format on */
70 ir3_compiler_destroy(struct ir3_compiler *compiler) in ir3_compiler_destroy() argument
72 disk_cache_destroy(compiler->disk_cache); in ir3_compiler_destroy()
73 ralloc_free(compiler); in ir3_compiler_destroy()
134 struct ir3_compiler *compiler = rzalloc(NULL, struct ir3_compiler); in ir3_compiler_create() local
144 compiler->dev = dev; in ir3_compiler_create()
145 compiler->dev_id = dev_id; in ir3_compiler_create()
[all …]
/external/pcre/src/sljit/
DsljitLir.c2 * Stack-less Just-In-Time compiler
45 if (SLJIT_UNLIKELY(compiler->error)) \
46 return compiler->error; \
51 if (SLJIT_UNLIKELY(compiler->error)) \
58 return compiler->error; \
70 compiler->error = SLJIT_ERR_ALLOC_FAILED; \
78 compiler->error = SLJIT_ERR_ALLOC_FAILED; \
86 compiler->error = SLJIT_ERR_EX_ALLOC_FAILED; \
261 /* 1 - 31 last destination register */
305 …(((scratches < SLJIT_NUMBER_OF_SCRATCH_REGISTERS ? 0 : (scratches - SLJIT_NUMBER_OF_SCRATCH_REGIST…
[all …]
DsljitNativeX86_32.c2 * Stack-less Just-In-Time compiler
27 /* x86 32-bit arch dependent functions. */
29 /* --------------------------------------------------------------------- */
31 /* --------------------------------------------------------------------- */
33 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm) in emit_do_imm() argument
37 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw)); in emit_do_imm()
46 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction() argument
67 & ((flags & (EX86_PREF_F2 | EX86_PREF_F3 | EX86_PREF_66)) - 1)) == 0); in emit_x86_instruction()
84 if (immb <= 127 && immb >= -128) in emit_x86_instruction()
107 if (imma <= 127 && imma >= -128) { in emit_x86_instruction()
[all …]
DsljitNativeRISCV_common.c2 * Stack-less Just-In-Time compiler
30 return "RISC-V-32" SLJIT_CPUINFO; in sljit_get_platform_name()
32 return "RISC-V-64" SLJIT_CPUINFO; in sljit_get_platform_name()
37 Both for riscv-32 and riscv-64 */
61 /* --------------------------------------------------------------------- */
63 /* --------------------------------------------------------------------- */
143 #define SIMM_MIN (-0x800)
145 #define BRANCH_MIN (-0x1000)
147 #define JUMP_MIN (-0x100000)
151 #define S32_MIN (-0x80000000l)
[all …]
DsljitNativeX86_common.c2 * Stack-less Just-In-Time compiler
34 0 - EAX
35 1 - ECX
36 2 - EDX
37 3 - EBX
38 4 - ESP
39 5 - EBP
40 6 - ESI
41 7 - EDI
46 0 - RAX
[all …]
DsljitNativeLOONGARCH_64.c2 * Stack-less Just-In-Time compiler
55 /* --------------------------------------------------------------------- */
57 /* --------------------------------------------------------------------- */
153 /* Bit-shift instructions */
171 /* Bit-manipulation instructions */
258 /* Basic Floating-Point Instructions */
259 /* Floating-Point Arithmetic Operation Instructions */
280 /* Floating-Point Conversion Instructions */
292 /* Floating-Point Move Instructions */
308 /* Floating-Point Branch Instructions */
[all …]
DsljitNativeARM_T2_32.c2 * Stack-less Just-In-Time compiler
30 return "ARM-Thumb2" SLJIT_CPUINFO " ABI:softfp"; in sljit_get_platform_name()
32 return "ARM-Thumb2" SLJIT_CPUINFO " ABI:hardfp"; in sljit_get_platform_name()
69 …((from >= to ? ((sljit_ins)(src) >> (from - to)) : ((sljit_ins)(src) << (to - from))) & (((1 << bi…
71 #define NEGATE(uimm) ((sljit_uw)-(sljit_sw)(uimm))
104 /* --------------------------------------------------------------------- */
106 /* --------------------------------------------------------------------- */
259 static sljit_s32 function_check_is_freg(struct sljit_compiler *compiler, sljit_s32 fr, sljit_s32 is… in function_check_is_freg() argument
261 if (compiler->scratches == -1) in function_check_is_freg()
265 fr -= SLJIT_F64_SECOND(0); in function_check_is_freg()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
DBUILD2 # LLVM-based CPU backend for XLA.
3 # buildifier: disable=same-origin-load
5 load("//tensorflow/compiler/xla:xla.bzl", "ORC_JIT_MEMORY_MAPPER_TARGETS")
17 # buildifier: disable=same-origin-load
31 "//tensorflow/compiler/xla:friends",
57 "@llvm-project//mlir:mlir_c_runner_utils",
64 # Single-threaded support.
74 # Multi-threaded support.
87 # Single-threaded support.
99 # Multi-threaded support.
[all …]
/external/tensorflow/tensorflow/compiler/mlir/xla/
DBUILD2 load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_library", "td_library")
16 ["-gen-rewriters"],
20 tblgen = "@llvm-project//mlir:mlir-tblgen",
23 "//tensorflow/compiler/mlir/tensorflow:tensorflow_ops_td_files",
24 "//tensorflow/compiler/xla/mlir_hlo:hlo_ops_td_files",
25 "@llvm-project//llvm:Support",
26 "@llvm-project//mlir:FuncTdFiles",
27 "@llvm-project//mlir:TensorOpsTdFiles",
37 "-gen-pass-decls",
38 "-name=LegalizeTf",
[all …]
/external/sdv/vsomeip/third_party/boost/exception/
D.travis.yml1 # Copyright 2016-2018 Peter Dimov
2 # Copyright 2018-2019 Emil Dotchevski
15 - linux
16 - osx
20 - master
21 - develop
22 - /^feature.*/
26 - BOGUS_JOB=true
31 - g++-4.9
32 - g++-5
[all …]
/external/sdv/vsomeip/third_party/boost/endian/
D.travis.yml1 # Copyright 2016-2020 Peter Dimov
11 - master
12 - develop
13 - /feature\/.*/
17 - BOGUS_JOB=true
22 - env: BOGUS_JOB=true
25 - os: linux
26 compiler: g++
27 env: TOOLSET=gcc COMPILER=g++ CXXSTD=03,11,14 ADDRMD=32,64
31 - g++-multilib
[all …]
/external/angle/src/compiler/translator/
DShaderLang.cpp3 // Use of this source code is governed by a BSD-style license that can be
8 // Implement the top-level of interface to the compiler,
15 #include "compiler/translator/Compiler.h"
16 #include "compiler/translator/InitializeDll.h"
17 #include "compiler/translator/length_limits.h"
19 # include "compiler/translator/hlsl/TranslatorHLSL.h"
22 #include "compiler/translator/VariablePacker.h"
34 // and the shading language compiler.
38 const std::vector<VarT> *GetVariableList(const TCompiler *compiler);
41 const std::vector<InterfaceBlock> *GetVariableList(const TCompiler *compiler) in GetVariableList() argument
[all …]
/external/sdv/vsomeip/third_party/boost/rational/
D.travis.yml1 # Copyright 2016-2019 Peter Dimov
13 - master
14 - develop
15 - /feature\/.*/
19 - BOGUS_JOB=true
24 - env: BOGUS_JOB=true
27 - os: linux
28 compiler: g++
29 env: TOOLSET=gcc COMPILER=g++ CXXSTD=03,11
31 - os: linux
[all …]
/external/cronet/third_party/protobuf/src/
DMakefile.am7 ZLIB_DEF = -DHAVE_ZLIB=1
16 PTHREAD_DEF = -DHAVE_PTHREAD=1
26 NO_OPT_CXXFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_DEF) $(ZLIB_DEF) -Wall -Wno-sign-compare
40 # all other languages, //protoc-artifacts/build-zip.sh and run
45 google/protobuf/compiler/plugin.proto \
57 clean-local:
58 rm -f *.loT
75 google/protobuf/compiler/code_generator.h \
76 google/protobuf/compiler/command_line_interface.h \
77 google/protobuf/compiler/cpp/cpp_file.h \
[all …]
/external/protobuf/src/
DMakefile.am7 ZLIB_DEF = -DHAVE_ZLIB=1
16 PTHREAD_DEF = -DHAVE_PTHREAD=1
26 NO_OPT_CXXFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_DEF) $(ZLIB_DEF) -Wall -Wno-sign-compare
40 # all other languages, //protoc-artifacts/build-zip.sh and run
45 google/protobuf/compiler/plugin.proto \
57 clean-local:
58 rm -f *.loT
75 google/protobuf/compiler/code_generator.h \
76 google/protobuf/compiler/command_line_interface.h \
77 google/protobuf/compiler/cpp/cpp_generator.h \
[all …]
/external/sdv/vsomeip/third_party/boost/proto/
D.travis.yml1 # Copyright 2016-2019 Peter Dimov
13 - master
14 - develop
15 - /feature\/.*/
19 - BOGUS_JOB=true
24 - env: BOGUS_JOB=true
27 - os: linux
28 compiler: g++
29 env: TOOLSET=gcc COMPILER=g++ CXXSTD=03,11
31 - os: linux
[all …]
/external/sdv/vsomeip/third_party/boost/ratio/
D.travis.yml12 - linux
13 - osx
17 - master
18 - develop
19 - /feature\/.*/
23 - BOGUS_JOB=true
28 - env: BOGUS_JOB=true
31 - os: linux
32 compiler: g++-4.7
33 env: TOOLSET=gcc COMPILER=g++-4.7 CXXSTD=c++11
[all …]
/external/sdv/vsomeip/third_party/boost/io/
D.travis.yml15 - master
16 - develop
20 - BOGUS_JOB=true
25 - env: BOGUS_JOB=true
28 - os: linux
29 compiler: g++
30 env: TOOLSET=gcc COMPILER=g++ CXXSTD=03,11
32 - os: linux
33 compiler: g++-4.4
34 env: TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98,0x
[all …]
/external/sdv/vsomeip/third_party/boost/assert/
D.travis.yml1 # Copyright 2016-2020 Peter Dimov
9 - master
10 - develop
11 - /feature\/.*/
15 - BOGUS_JOB=true
20 - env: BOGUS_JOB=true
23 - os: linux
24 compiler: g++
25 env: TOOLSET=gcc COMPILER=g++ CXXSTD=03,11
27 - os: linux
[all …]
/external/sdv/vsomeip/third_party/boost/throw_exception/
D.travis.yml1 # Copyright 2016-2018 Peter Dimov
11 - master
12 - develop
13 - /feature\/.*/
17 - BOGUS_JOB=true
22 - env: BOGUS_JOB=true
25 - os: linux
26 compiler: g++
27 env: TOOLSET=gcc COMPILER=g++ CXXSTD=03,11
29 - os: linux
[all …]
/external/sdv/vsomeip/third_party/boost/align/
D.travis.yml15 - master
16 - develop
20 - EMPTY=true
25 - env: EMPTY=true
28 - os: linux
29 compiler: g++
30 env: TOOLSET=gcc COMPILER=g++ STANDARD=03,11
32 - os: linux
33 compiler: g++-4.4
34 env: TOOLSET=gcc COMPILER=g++-4.4 STANDARD=98,0x
[all …]
/external/sdv/vsomeip/third_party/boost/chrono/
D.travis.yml12 - linux
13 - osx
17 - master
18 - develop
19 - /feature\/.*/
23 - BOGUS_JOB=true
28 - env: BOGUS_JOB=true
31 - os: linux
32 compiler: g++-4.7
33 env: TOOLSET=gcc COMPILER=g++-4.7 CXXSTD=c++11
[all …]
/external/sdv/vsomeip/third_party/boost/multi_index/
D.travis.yml1 # Copyright 2003-2019 Joaqu�n M L�pez Mu�oz.
18 - develop
19 - master
23 - BOGUS_JOB=true
26 exclude: # workaround for https://github.com/travis-ci/travis-ci/issues/4681
27 - env: BOGUS_JOB=true
29 - os: linux
30 compiler: g++
31 env: TOOLSET=gcc COMPILER=g++ CXXSTD=03,11
32 - os: linux
[all …]
/external/tensorflow/tensorflow/compiler/mlir/
DBUILD19 packages = ["//tensorflow/compiler/mlir/..."],
35 "@llvm-project//llvm:Support",
44 "@llvm-project//llvm:Support",
53 "@llvm-project//llvm:Support",
54 "@llvm-project//mlir:IR",
65 "@llvm-project//llvm:Support",
66 "@llvm-project//mlir:IR",
76 "//tensorflow/compiler/mlir/lite:tensorflow_lite",
77 "//tensorflow/compiler/mlir/lite:tf_tfl_passes",
78 "//tensorflow/compiler/mlir/tensorflow",
[all …]
/external/sdv/vsomeip/third_party/boost/preprocessor/
D.travis.yml1 # Copyright 2016-2019 Peter Dimov
11 - master
12 - develop
13 - /feature\/.*/
17 - BOGUS_JOB=true
22 - env: BOGUS_JOB=true
25 - os: linux
26 compiler: g++
27 env: TOOLSET=gcc COMPILER=g++ CXXSTD=03,11
29 - os: linux
[all …]

12345678910>>...57