Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 25 of 4636) sorted by relevance

12345678910>>...186

/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/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/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/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/freedreno/ir3/
Dir3_compiler.c57 ir3_compiler_destroy(struct ir3_compiler *compiler) in ir3_compiler_destroy() argument
59 ralloc_free(compiler); in ir3_compiler_destroy()
65 struct ir3_compiler *compiler = rzalloc(NULL, struct ir3_compiler); in ir3_compiler_create() local
69 compiler->dev = dev; in ir3_compiler_create()
70 compiler->gpu_id = gpu_id; in ir3_compiler_create()
71 compiler->set = ir3_ra_alloc_reg_set(compiler, false); in ir3_compiler_create()
73 if (compiler->gpu_id >= 600) { in ir3_compiler_create()
74 compiler->mergedregs_set = ir3_ra_alloc_reg_set(compiler, true); in ir3_compiler_create()
75 compiler->samgq_workaround = true; in ir3_compiler_create()
85 compiler->max_const_pipeline = 640; in ir3_compiler_create()
[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/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/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/pcre/dist2/src/sljit/
DsljitLir.c45 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; \
368 …struct sljit_compiler *compiler = (struct sljit_compiler*)SLJIT_MALLOC(sizeof(struct sljit_compile… in sljit_create_compiler() local
[all …]
DsljitNativePPC_64.c39 push_inst(compiler, RLDI(reg, reg, 63 - shift, shift, 1))
41 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in load_immediate() argument
49 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm)); in load_immediate()
52 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm)); in load_immediate()
55 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate()
56 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)) : SLJIT_SUCCESS; in load_immediate()
67 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate()
73 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate()
74 FAIL_IF(push_inst(compiler, ORI | S(reg) | A(reg) | IMM(tmp >> 32))); in load_immediate()
84 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate()
[all …]
DsljitNativeX86_32.c29 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm) in emit_do_imm() argument
33 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw)); in emit_do_imm()
68 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() argument
76 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
77 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
80 FAIL_IF(emit_endbranch(compiler)); in sljit_emit_enter()
83 compiler->args = args; in sljit_emit_enter()
86 compiler->stack_tmp_size = 2 * sizeof(sljit_sw); in sljit_emit_enter()
90 compiler->stack_tmp_size = 3 * sizeof(sljit_sw); in sljit_emit_enter()
93 compiler->saveds_offset = compiler->stack_tmp_size; in sljit_emit_enter()
[all …]
DsljitNativePPC_32.c29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in load_immediate() argument
32 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm)); in load_immediate()
35 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm)); in load_immediate()
37 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate()
38 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)) : SLJIT_SUCCESS; in load_immediate()
44 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op() argument
54 return push_inst(compiler, OR | S(src2) | A(dst) | B(src2)); in emit_single_op()
62 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
63 return push_inst(compiler, INS_CLEAR_LEFT(dst, src2, 24)); in emit_single_op()
66 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
[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/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/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/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/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/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/angle/src/compiler/translator/
DShaderLang.cpp39 const std::vector<VarT> *GetVariableList(const TCompiler *compiler);
42 const std::vector<InterfaceBlock> *GetVariableList(const TCompiler *compiler) in GetVariableList() argument
44 return &compiler->getInterfaceBlocks(); in GetVariableList()
61 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVariables() local
62 if (!compiler) in GetShaderVariables()
67 return GetVariableList<VarT>(compiler); in GetShaderVariables()
349 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler() local
350 if (compiler == nullptr) in ConstructCompiler()
356 if (!compiler->Init(*resources)) in ConstructCompiler()
378 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResourcesString() local
[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/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/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/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/tensorflow/tensorflow/compiler/xrt/kernels/
DBUILD6 "//tensorflow/compiler/xrt:__subpackages__",
14 "//tensorflow/compiler/tf2xla:friends",
27 "//tensorflow/compiler/tf2xla:common",
28 "//tensorflow/compiler/tf2xla:xla_compiler",
29 "//tensorflow/compiler/xla:literal",
30 "//tensorflow/compiler/xla:shape_util",
31 "//tensorflow/compiler/xla:status_macros",
32 "//tensorflow/compiler/xla:statusor",
33 "//tensorflow/compiler/xla:xla_data_proto_cc",
34 "//tensorflow/compiler/xla/client:local_client",
[all …]

12345678910>>...186