Home
last modified time | relevance | path

Searched full:compiler (Results 1 – 25 of 12677) sorted by relevance

12345678910>>...508

/external/angle/src/
Dcompiler.gni8 "src/compiler/translator/blocklayout.h",
9 "src/compiler/translator/blocklayoutHLSL.h",
25 "src/compiler/translator/BaseTypes.h",
26 "src/compiler/translator/BuiltInFunctionEmulator.cpp",
27 "src/compiler/translator/BuiltInFunctionEmulator.h",
28 "src/compiler/translator/CallDAG.cpp",
29 "src/compiler/translator/CallDAG.h",
30 "src/compiler/translator/CodeGen.cpp",
31 "src/compiler/translator/CollectVariables.cpp",
32 "src/compiler/translator/CollectVariables.h",
[all …]
/external/tensorflow/tensorflow/compiler/xla/tests/
DBUILD4 load("//tensorflow/compiler/xla/tests:build_defs.bzl", "generate_backend_suites", "generate_backend…
26 "//tensorflow/compiler/xla:friends",
50 "//tensorflow/compiler/xla:debug_options_flags",
87 "//tensorflow/compiler/xla:literal",
88 "//tensorflow/compiler/xla:literal_util",
89 "//tensorflow/compiler/xla:shape_util",
90 "//tensorflow/compiler/xla:xla_data_proto_cc",
91 "//tensorflow/compiler/xla/service:hlo",
92 "//tensorflow/compiler/xla/service:hlo_casting_utils",
93 "//tensorflow/compiler/xla/service:hlo_dataflow_analysis",
[all …]
/external/tensorflow/tensorflow/compiler/xla/client/lib/
DBUILD5 load("//tensorflow/compiler/xla/tests:build_defs.bzl", "generate_backend_suites", "xla_test")
8 default_visibility = ["//tensorflow/compiler/xla/client:friends"],
30 "//tensorflow/compiler/xla:shape_util",
31 "//tensorflow/compiler/xla:status_macros",
32 "//tensorflow/compiler/xla:types",
33 "//tensorflow/compiler/xla:xla_data_proto_cc",
34 "//tensorflow/compiler/xla/client:xla_builder",
35 "//tensorflow/compiler/xla/client:xla_computation",
45 "//tensorflow/compiler/xla:literal_util",
46 "//tensorflow/compiler/xla:shape_util",
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
DBUILD49 "//tensorflow/compiler/xla:friends",
66 protodeps = ["//tensorflow/compiler/xla:xla_data_proto"],
75 "//tensorflow/compiler/xla:statusor",
76 "//tensorflow/compiler/xla:types",
77 "//tensorflow/compiler/xla/service:global_device_id",
88 "//tensorflow/compiler/xla:types",
111 "//tensorflow/compiler/xla:shape_util",
121 "//tensorflow/compiler/xla/tests:xla_internal_test_main", # fixdeps: keep
122 "//tensorflow/compiler/xla:status_macros",
123 "//tensorflow/compiler/xla:test_helpers",
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
DBUILD5 load("//tensorflow/compiler/xla/tests:build_defs.bzl", "xla_test")
37 "//tensorflow/compiler/xla:friends",
46 protodeps = ["//tensorflow/compiler/xla:xla_data_proto"],
90 "//tensorflow/compiler/xla:status_macros",
91 "//tensorflow/compiler/xla:xla_data_proto_cc",
104 "//tensorflow/compiler/xla:shape_util",
105 "//tensorflow/compiler/xla:status_macros",
106 "//tensorflow/compiler/xla:test",
107 "//tensorflow/compiler/xla:test_helpers",
108 "//tensorflow/compiler/xla:types",
[all …]
/external/mesa3d/src/gallium/drivers/r300/
DMakefile.sources44 compiler/memory_pool.c \
45 compiler/memory_pool.h \
46 compiler/r300_fragprog.c \
47 compiler/r300_fragprog_emit.c \
48 compiler/r300_fragprog.h \
49 compiler/r300_fragprog_swizzle.c \
50 compiler/r300_fragprog_swizzle.h \
51 compiler/r3xx_fragprog.c \
52 compiler/r3xx_vertprog.c \
53 compiler/r3xx_vertprog_dump.c \
[all …]
Dmeson.build63 'compiler/memory_pool.c',
64 'compiler/memory_pool.h',
65 'compiler/r300_fragprog.c',
66 'compiler/r300_fragprog_emit.c',
67 'compiler/r300_fragprog.h',
68 'compiler/r300_fragprog_swizzle.c',
69 'compiler/r300_fragprog_swizzle.h',
70 'compiler/r3xx_fragprog.c',
71 'compiler/r3xx_vertprog.c',
72 'compiler/r3xx_vertprog_dump.c',
[all …]
/external/mesa3d/src/intel/
DMakefile.sources32 compiler/brw_cfg.cpp \
33 compiler/brw_cfg.h \
34 compiler/brw_clip.h \
35 compiler/brw_clip_line.c \
36 compiler/brw_clip_point.c \
37 compiler/brw_clip_tri.c \
38 compiler/brw_clip_unfilled.c \
39 compiler/brw_clip_util.c \
40 compiler/brw_compile_clip.c \
41 compiler/brw_compile_sf.c \
[all …]
/external/protobuf/cmake/
Dlibprotoc.cmake2 ${protobuf_source_dir}/src/google/protobuf/compiler/code_generator.cc
3 ${protobuf_source_dir}/src/google/protobuf/compiler/command_line_interface.cc
4 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_enum.cc
5 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_enum_field.cc
6 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_extension.cc
7 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_field.cc
8 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_file.cc
9 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_generator.cc
10 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_helpers.cc
11 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_map_field.cc
[all …]
/external/google-fruit/
D.travis.yml12 - compiler: gcc
13 env: COMPILER=gcc-10 UBUNTU=20.10 TEST=ReleasePlain
14 …install: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/travis_c…
16 …script: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/postsubmi…
18 - compiler: gcc
19 env: COMPILER=gcc-10 UBUNTU=20.10 TEST=DebugPlain
20 …install: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/travis_c…
22 …script: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/postsubmi…
24 - compiler: clang
25 env: COMPILER=clang-8.0 STL=libstdc++ UBUNTU=20.10 TEST=ReleasePlain
[all …]
/external/mesa3d/.gitlab-ci/piglit/
Dglslparser.txt227 spec/arb_bindless_texture/compiler/images/arith-bound-image.frag: skip
228 spec/arb_bindless_texture/compiler/images/arith-expr.vert: skip
229 spec/arb_bindless_texture/compiler/images/arrays-of-struct.frag: skip
230 spec/arb_bindless_texture/compiler/images/bindless-global-and-bound-global.vert: skip
231 spec/arb_bindless_texture/compiler/images/bindless-global.vert: skip
232 spec/arb_bindless_texture/compiler/images/bindless-local.vert: skip
233 spec/arb_bindless_texture/compiler/images/bindless-nonuniform.vert: skip
234 spec/arb_bindless_texture/compiler/images/bound-global.vert: skip
235 spec/arb_bindless_texture/compiler/images/bound-local.vert: skip
236 spec/arb_bindless_texture/compiler/images/bound-nonuniform.vert: skip
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
DBUILD9 load("//tensorflow/compiler/xla/tests:build_defs.bzl", "xla_test")
15 load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
25 "//tensorflow/compiler/xla:friends",
45 "//tensorflow/compiler/xla:debug_options_flags",
46 "//tensorflow/compiler/xla:shape_util",
47 "//tensorflow/compiler/xla/service:gpu_plugin",
48 "//tensorflow/compiler/xla/service/gpu:gpu_executable",
49 "//tensorflow/compiler/xla/tests:filecheck",
50 "//tensorflow/compiler/xla/tests:llvm_irgen_test_base",
51 "//tensorflow/compiler/xla/tests:verified_hlo_module",
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
DBUILD5 load("//tensorflow/compiler/xla:xla.bzl", "ORC_JIT_MEMORY_MAPPER_TARGETS")
25 "//tensorflow/compiler/xla:friends",
98 "//tensorflow/compiler/xla:literal",
99 "//tensorflow/compiler/xla:literal_util",
100 "//tensorflow/compiler/xla:shape_util",
101 "//tensorflow/compiler/xla:status_macros",
102 "//tensorflow/compiler/xla:statusor",
103 "//tensorflow/compiler/xla:types",
104 "//tensorflow/compiler/xla:util",
105 "//tensorflow/compiler/xla:xla_data_proto_cc",
[all …]
/external/tensorflow/tensorflow/compiler/xla/tools/
DBUILD13 default_visibility = ["//tensorflow/compiler/xla:internal"],
24 visibility = ["//tensorflow/compiler/xla:internal"],
31 "//tensorflow/compiler/xla:types",
44 "//tensorflow/compiler/xla:shape_util",
45 "//tensorflow/compiler/xla:statusor",
46 "//tensorflow/compiler/xla:types",
47 "//tensorflow/compiler/xla:xla_data_proto_cc",
48 "//tensorflow/compiler/xla/client",
49 "//tensorflow/compiler/xla/client:client_library",
50 "//tensorflow/compiler/xla/client:local_client",
[all …]
/external/tensorflow/tensorflow/compiler/xla/client/
DBUILD16 "//tensorflow/compiler/xla:friends",
34 "//tensorflow/compiler/xla:service_interface",
35 "//tensorflow/compiler/xla:types",
36 "//tensorflow/compiler/xla:xla_data_proto_cc",
37 "//tensorflow/compiler/xla:xla_proto_cc",
49 "//tensorflow/compiler/xla:statusor",
50 "//tensorflow/compiler/xla:types",
51 "//tensorflow/compiler/xla:util",
74 "//tensorflow/compiler/xla:debug_options_flags",
75 "//tensorflow/compiler/xla:execution_options_util",
[all …]
/external/tensorflow/tensorflow/compiler/mlir/xla/
DBUILD23 "//tensorflow/compiler/mlir/...",
24 "//tensorflow/compiler/tf2xla/...",
25 "//tensorflow/compiler/xla/...",
43 "//tensorflow/compiler/mlir/hlo:hlo_ops_td_files",
47 "//tensorflow/compiler/mlir/tensorflow:tensorflow_ops_td_files",
64 "//tensorflow/compiler/mlir/hlo:hlo_ops_td_files",
68 "//tensorflow/compiler/mlir/tensorflow:tensorflow_ops_td_files",
84 "//tensorflow/compiler/mlir/hlo",
85 "//tensorflow/compiler/mlir/tensorflow:tensorflow_types",
110 "//tensorflow/compiler/mlir/hlo",
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
DBUILD5 default_visibility = ["//tensorflow/compiler/tf2xla:internal"],
150 "//tensorflow/compiler/jit:xla_activity_listener",
151 "//tensorflow/compiler/jit:xla_activity_proto_cc",
152 "//tensorflow/compiler/tf2xla:common",
153 "//tensorflow/compiler/tf2xla:xla_compilation_device",
154 "//tensorflow/compiler/tf2xla:xla_compiler",
155 "//tensorflow/compiler/tf2xla:xla_context",
156 "//tensorflow/compiler/tf2xla:xla_helpers",
157 "//tensorflow/compiler/tf2xla:xla_op_registry",
158 "//tensorflow/compiler/tf2xla:xla_resource",
[all …]
/external/pcre/dist2/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; \
304 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \
312 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
DBUILD17 "//tensorflow/compiler/xla/service:generic_transfer_manager",
18 "//tensorflow/compiler/xla/service:transfer_manager",
19 "//tensorflow/compiler/xla/service/interpreter:platform_id",
27 name = "compiler",
28 srcs = ["compiler.cc"],
29 hdrs = ["compiler.h"],
33 "//tensorflow/compiler/xla:status",
34 "//tensorflow/compiler/xla:status_macros",
35 "//tensorflow/compiler/xla:statusor",
36 "//tensorflow/compiler/xla/service:algebraic_simplifier",
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
DBUILD16 "//tensorflow/compiler/xla:friends",
34 "//tensorflow/compiler/xla/service:cpu_plugin",
35 "//tensorflow/compiler/xla/tests:llvm_irgen_test_base",
44 "//tensorflow/compiler/xla/service:hlo",
45 "//tensorflow/compiler/xla/service/cpu:cpu_compiler",
46 "//tensorflow/compiler/xla/service/cpu:test_header_helper",
47 "//tensorflow/compiler/xla/service/cpu/tests:cpu_codegen_test",
58 "//tensorflow/compiler/xla:literal",
59 "//tensorflow/compiler/xla:shape_util",
60 "//tensorflow/compiler/xla:util",
[all …]
/external/grpc-grpc/tools/distrib/python/grpcio_tools/
Dprotoc_lib_deps.py17compiler/zip_writer.cc', 'google/protobuf/compiler/subprocess.cc', 'google/protobuf/compiler/ruby/…
18 …f/duration.proto', 'google/protobuf/descriptor.proto', 'google/protobuf/compiler/plugin.proto', 'g…
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/
Dprotoc_lib_deps.py17compiler/zip_writer.cc', 'google/protobuf/compiler/subprocess.cc', 'google/protobuf/compiler/ruby/…
18 …f/duration.proto', 'google/protobuf/descriptor.proto', 'google/protobuf/compiler/plugin.proto', 'g…
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
DBUILD14 "//tensorflow/compiler/xla:friends",
34 "//tensorflow/compiler/xla:comparison_util",
35 "//tensorflow/compiler/xla:literal_util",
36 "//tensorflow/compiler/xla:protobuf_util",
37 "//tensorflow/compiler/xla:shape_util",
38 "//tensorflow/compiler/xla:status",
39 "//tensorflow/compiler/xla:util",
40 "//tensorflow/compiler/xla:window_util",
41 "//tensorflow/compiler/xla:xla_data_proto_cc",
42 "//tensorflow/compiler/xla/client/lib:comparators",
[all …]
/external/openscreen/third_party/protobuf/
DBUILD.gn44 # compiler. It sets up the include directories properly.
145 # specify the LITE_RUNTIME option. The protocol compiler itself (protoc) falls
156 "src/src/google/protobuf/compiler/importer.cc",
157 "src/src/google/protobuf/compiler/importer.h",
158 "src/src/google/protobuf/compiler/parser.cc",
159 "src/src/google/protobuf/compiler/parser.h",
281 # Only compile the compiler for the host architecture.
283 # protoc compiler is separated into protoc library and executable targets to
285 # itself. See src/google/protobuf/compiler/plugin.h
288 "src/src/google/protobuf/compiler/code_generator.cc",
[all …]
/external/tensorflow/tensorflow/compiler/xla/pjrt/
DBUILD36 "//tensorflow/compiler/xla:status_macros",
37 "//tensorflow/compiler/xla:statusor",
38 "//tensorflow/compiler/xla:types",
51 "//tensorflow/compiler/xla:types",
63 "//tensorflow/compiler/xla:test",
81 "//tensorflow/compiler/xla:shape_util",
82 "//tensorflow/compiler/xla:types",
83 "//tensorflow/compiler/xla/service:shaped_buffer",
84 "//tensorflow/compiler/xla/service:transfer_manager",
99 "//tensorflow/compiler/xla:literal_util",
[all …]

12345678910>>...508