Home
last modified time | relevance | path

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

12345678910>>...300

/external/mesa3d/src/freedreno/ir3/
Dir3_compiler.c55 ir3_compiler_destroy(struct ir3_compiler *compiler) in ir3_compiler_destroy() argument
57 disk_cache_destroy(compiler->disk_cache); in ir3_compiler_destroy()
58 ralloc_free(compiler); in ir3_compiler_destroy()
131 struct ir3_compiler *compiler = rzalloc(NULL, struct ir3_compiler); in ir3_compiler_create() local
141 compiler->dev = dev; in ir3_compiler_create()
142 compiler->dev_id = dev_id; in ir3_compiler_create()
143 compiler->gen = fd_dev_gen(dev_id); in ir3_compiler_create()
144 compiler->is_64bit = fd_dev_64b(dev_id); in ir3_compiler_create()
145 compiler->options = *options; in ir3_compiler_create()
148 compiler->branchstack_size = 64; in ir3_compiler_create()
[all …]
/external/angle/src/
Dcompiler.gni8 "src/compiler/translator/blocklayout.h",
9 "src/compiler/translator/hlsl/blocklayoutHLSL.h",
25 "src/compiler/translator/AsNode.h",
26 "src/compiler/translator/BaseTypes.cpp",
27 "src/compiler/translator/BaseTypes.h",
28 "src/compiler/translator/BuiltInFunctionEmulator.cpp",
29 "src/compiler/translator/BuiltInFunctionEmulator.h",
30 "src/compiler/translator/CallDAG.cpp",
31 "src/compiler/translator/CallDAG.h",
32 "src/compiler/translator/CodeGen.cpp",
[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_dataflow_analysis",
93 "//tensorflow/compiler/xla/service:hlo_verifier",
[all …]
/external/mesa3d/src/gallium/drivers/r300/
Dmeson.build46 'compiler/memory_pool.c',
47 'compiler/memory_pool.h',
48 'compiler/nir_to_rc.c',
49 'compiler/nir_to_rc.h',
50 'compiler/r300_fragprog.c',
51 'compiler/r300_fragprog_emit.c',
52 'compiler/r300_fragprog.h',
53 'compiler/r300_fragprog_swizzle.c',
54 'compiler/r300_fragprog_swizzle.h',
55 'compiler/r3xx_fragprog.c',
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
DBUILD51 "//tensorflow/compiler/xla:friends",
96 "//tensorflow/compiler/xla:xla_data_proto",
97 "//tensorflow/compiler/xla/stream_executor:dnn_proto",
108 "//tensorflow/compiler/xla:status_macros",
109 "//tensorflow/compiler/xla:statusor",
110 "//tensorflow/compiler/xla:types",
111 "//tensorflow/compiler/xla/service:executable",
112 "//tensorflow/compiler/xla/service:global_device_id",
123 "//tensorflow/compiler/xla:types",
132 "//tensorflow/compiler/xla:types",
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
DBUILD5 load("//tensorflow/compiler/xla/tests:build_defs.bzl", "xla_test")
6 load("//tensorflow/compiler/xla:xla.bzl", "xla_py_proto_library", "xla_py_test_deps")
43 "//tensorflow/compiler/xla:friends",
51 protodeps = ["//tensorflow/compiler/xla:xla_data_proto"],
106 "//tensorflow/compiler/xla:util",
107 "//tensorflow/compiler/xla/tests:hlo_test_base",
108 "//tensorflow/compiler/xla/tests:xla_internal_test_main",
129 "//tensorflow/compiler/xla/tests:hlo_test_base",
130 "//tensorflow/compiler/xla/tests:xla_internal_test_main",
141 "//tensorflow/compiler/xla:statusor",
[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/pcre/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; \
395 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \
403 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \
459 …struct sljit_compiler *compiler = (struct sljit_compiler*)SLJIT_MALLOC(sizeof(struct sljit_compile… in sljit_create_compiler() local
[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()
45 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op() argument
57 return push_inst(compiler, OR | S(src2) | A(dst) | B(src2)); in emit_single_op()
65 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
66 return push_inst(compiler, INS_CLEAR_LEFT(dst, src2, 24)); in emit_single_op()
69 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
[all …]
DsljitNativePPC_64.c40 push_inst(compiler, RLDICR | S(reg) | A(reg) | RLDI_SH(63 - shift) | RLDI_ME(shift))
42 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in load_immediate() argument
50 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm)); in load_immediate()
53 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm)); in load_immediate()
56 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate()
57 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)) : SLJIT_SUCCESS; in load_immediate()
61 FAIL_IF(push_inst(compiler, ORIS | S(TMP_ZERO) | A(reg) | IMM(imm >> 16))); in load_immediate()
62 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)) : SLJIT_SUCCESS; in load_immediate()
73 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | (sljit_ins)(tmp >> 48))); in load_immediate()
79 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | (sljit_ins)(tmp >> 48))); in load_immediate()
[all …]
DsljitNativeX86_common.c368 #define INC_SIZE(s) (*inst++ = U8(s), compiler->size += (s))
757 static void reduce_code_size(struct sljit_compiler *compiler) in reduce_code_size() argument
771 label = compiler->labels; in reduce_code_size()
772 jump = compiler->jumps; in reduce_code_size()
865 compiler->size -= size_reduce; in reduce_code_size()
868 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 optio… in sljit_generate_code() argument
886 CHECK_PTR(check_sljit_generate_code(compiler)); in sljit_generate_code()
888 reduce_code_size(compiler); in sljit_generate_code()
891 …code = (sljit_u8*)allocate_executable_memory(compiler->size, options, exec_allocator_data, &execut… in sljit_generate_code()
894 reverse_buf(compiler); in sljit_generate_code()
[all …]
DsljitNativeX86_32.c33 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
127 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
222 static sljit_s32 emit_vex_instruction(struct sljit_compiler *compiler, sljit_uw op, in emit_vex_instruction() argument
265 inst = emit_x86_instruction(compiler, size, a, 0, b, immb); in emit_vex_instruction()
313 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() argument
326 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
327 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
330 FAIL_IF(emit_endbranch(compiler)); in sljit_emit_enter()
[all …]
/external/tensorflow/tensorflow/compiler/xla/tools/
DBUILD15 load("//tensorflow/compiler/xla:xla.bzl", "xla_py_proto_library")
18 default_visibility = ["//tensorflow/compiler/xla:internal"],
29 visibility = ["//tensorflow/compiler/xla:internal"],
36 "//tensorflow/compiler/xla:types",
49 "//tensorflow/compiler/xla:shape_util",
50 "//tensorflow/compiler/xla:statusor",
51 "//tensorflow/compiler/xla:types",
52 "//tensorflow/compiler/xla:xla_data_proto_cc",
53 "//tensorflow/compiler/xla/client",
54 "//tensorflow/compiler/xla/client:client_library",
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
DBUILD8 load("//tensorflow/compiler/xla/tests:build_defs.bzl", "xla_test")
14 load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
32 "//tensorflow/compiler/xla:friends",
52 "//tensorflow/compiler/xla:debug_options_flags",
53 "//tensorflow/compiler/xla:shape_util",
54 "//tensorflow/compiler/xla:types",
55 "//tensorflow/compiler/xla/service:gpu_plugin",
56 "//tensorflow/compiler/xla/service/gpu:gpu_executable",
57 "//tensorflow/compiler/xla/tests:filecheck",
58 "//tensorflow/compiler/xla/tests:llvm_irgen_test_base",
[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",
26 name = "compiler",
27 srcs = ["compiler.cc"],
28 hdrs = ["compiler.h"],
32 "//tensorflow/compiler/xla:status",
33 "//tensorflow/compiler/xla:status_macros",
34 "//tensorflow/compiler/xla:statusor",
35 "//tensorflow/compiler/xla/service:algebraic_simplifier",
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
DBUILD14 "//tensorflow/compiler/xla:friends",
36 "//tensorflow/compiler/xla:comparison_util",
37 "//tensorflow/compiler/xla:literal_util",
38 "//tensorflow/compiler/xla:protobuf_util",
39 "//tensorflow/compiler/xla:shape_util",
40 "//tensorflow/compiler/xla:status",
41 "//tensorflow/compiler/xla:util",
42 "//tensorflow/compiler/xla:window_util",
43 "//tensorflow/compiler/xla:xla_data_proto_cc",
44 "//tensorflow/compiler/xla/client:xla_builder",
[all …]
/external/cronet/tot/third_party/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/enum.cc
5 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/enum_field.cc
6 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/extension.cc
7 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/field.cc
8 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/file.cc
9 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/generator.cc
10 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/helpers.cc
11 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/map_field.cc
[all …]
/external/cronet/stable/third_party/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/enum.cc
5 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/enum_field.cc
6 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/extension.cc
7 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/field.cc
8 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/file.cc
9 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/generator.cc
10 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/helpers.cc
11 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/map_field.cc
[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/enum.cc
5 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/enum_field.cc
6 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/extension.cc
7 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/field.cc
8 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/file.cc
9 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/generator.cc
10 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/helpers.cc
11 ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/map_field.cc
[all …]
/external/angle/src/compiler/translator/
DShaderLang.cpp38 const std::vector<VarT> *GetVariableList(const TCompiler *compiler);
41 const std::vector<InterfaceBlock> *GetVariableList(const TCompiler *compiler) in GetVariableList() argument
43 return &compiler->getInterfaceBlocks(); in GetVariableList()
60 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVariables() local
61 if (!compiler) in GetShaderVariables()
66 return GetVariableList<VarT>(compiler); in GetShaderVariables()
358 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler() local
359 if (compiler == nullptr) in ConstructCompiler()
365 if (!compiler->Init(*resources)) in ConstructCompiler()
387 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResources() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
DBUILD5 load("//tensorflow/compiler/xla:xla.bzl", "ORC_JIT_MEMORY_MAPPER_TARGETS")
31 "//tensorflow/compiler/xla:friends",
116 "//tensorflow/compiler/xla:literal",
117 "//tensorflow/compiler/xla:literal_util",
118 "//tensorflow/compiler/xla:shape_util",
119 "//tensorflow/compiler/xla:status",
120 "//tensorflow/compiler/xla:status_macros",
121 "//tensorflow/compiler/xla:statusor",
122 "//tensorflow/compiler/xla:types",
123 "//tensorflow/compiler/xla:util",
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
DBUILD15 "//tensorflow/compiler/xla:friends",
33 "//tensorflow/compiler/xla/service:cpu_plugin",
34 "//tensorflow/compiler/xla/tests:llvm_irgen_test_base",
43 "//tensorflow/compiler/xla/service:hlo",
44 "//tensorflow/compiler/xla/service/cpu:cpu_compiler",
45 "//tensorflow/compiler/xla/service/cpu:test_header_helper",
46 "//tensorflow/compiler/xla/service/cpu/tests:cpu_codegen_test",
57 "//tensorflow/compiler/xla:literal",
58 "//tensorflow/compiler/xla:shape_util",
59 "//tensorflow/compiler/xla:util",
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
DBUILD18 "//tensorflow/compiler/tf2xla:internal",
184 "//tensorflow/compiler/jit:xla_activity_listener",
185 "//tensorflow/compiler/jit:xla_activity_proto_cc",
186 "//tensorflow/compiler/xla/mlir_hlo",
187 "//tensorflow/compiler/mlir/tensorflow:error_util",
188 "//tensorflow/compiler/mlir/tensorflow:tensorflow_passes",
189 "//tensorflow/compiler/mlir/tensorflow:tensorflow_types",
190 "//tensorflow/compiler/mlir/xla:hlo_utils",
191 "//tensorflow/compiler/tf2xla:common",
192 "//tensorflow/compiler/tf2xla:mlir_xla_op_kernel",
[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>>...300