Home
last modified time | relevance | path

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

12345678910>>...1066

/aosp_15_r20/external/angle/src/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A 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 …]
/aosp_15_r20/out/soong/.intermediates/art/compiler/libart-compiler/android_arm64_armv8-2a_cortex-a55_static_apex31/
Dlibart-compiler.a.rsp1compiler/libart-compiler/android_arm64_armv8-2a_cortex-a55_static_apex31/obj/art/compiler/debug/el…
/aosp_15_r20/out/soong/.intermediates/art/compiler/libartd-compiler/android_arm64_armv8-2a_cortex-a55_static_apex31/
Dlibartd-compiler.a.rsp1compiler/libartd-compiler/android_arm64_armv8-2a_cortex-a55_static_apex31/obj/art/compiler/debug/e…
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A 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 …]
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDecj-4.4.jar ... Object) org.eclipse.jdt.internal.compiler.Compiler compiler Object compilationUnitLocator Object javaProject public java. ...
HDecj-4.6.1.jar ... Object) org.eclipse.jdt.internal.compiler.Compiler compiler Object compilationUnitLocator Object javaProject public java.
/aosp_15_r20/out/soong/.intermediates/external/compiler-rt/libcompiler_rt/android_arm64_armv8-2a_cortex-a55_shared/unstripped/
Dlibcompiler_rt.so.rsp1compiler-rt/libcompiler_rt/android_arm64_armv8-2a_cortex-a55_static/obj/external/compiler-rt/lib/b…
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/room/room-compiler-processing/2.7.0-alpha12/
HDroom-compiler-processing-2.7.0-alpha12-sources.jar ... androidx/ androidx/room/ androidx/room/compiler/ androidx/room/compiler/codegen/ androidx
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A 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 …]
/aosp_15_r20/external/pcre/src/sljit/
H A 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; \
395 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \
403 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \
[all …]
H A DsljitNativeX86_common.c2 * Stack-less Just-In-Time compiler
368 #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()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
H A 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 …]
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.1.0-alpha04/
HDappsearch-compiler-1.1.0-alpha04.jar ... androidx/ androidx/appsearch/ androidx/appsearch/compiler/ androidx/appsearch/compiler/AnnotatedGetterOrField$1 ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.1.0-alpha04/androidx.appsearch_appsearch-compiler/linux_glibc_common/local-combined/
Dandroidx.appsearch_appsearch-compiler.jar ... androidx/ androidx/appsearch/ androidx/appsearch/compiler/ androidx/appsearch/compiler/AnnotatedGetterOrField$1 ...
/aosp_15_r20/out/soong/raw-aosp_shiba/80/
D8059c32189364b5d432bddb747fa67bbea2f45ec3 from: "external/rust/android-crates-io/crates/pdl-compiler/tests/generated_files_compile.sh"
4 …to: "tools/src/external/rust/android-crates-io/crates/pdl-compiler/tests/generated_files_compile.s…
7 …from: "external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/custom_field_decla…
8 …to: "external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/custom_field_declara…
11 …from: "external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/custom_field_decla…
12 …to: "external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/custom_field_declara…
15 …from: "external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/enum_declaration_b…
16 …to: "external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/enum_declaration_big…
19 …from: "external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/enum_declaration_l…
20 …to: "external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/enum_declaration_lit…
[all …]
/aosp_15_r20/external/angle/third_party/mesa/
H A Dmesa_autogen.gni23 "src/compiler/glsl/ast_array_index.cpp",
24 "src/compiler/glsl/ast_expr.cpp",
25 "src/compiler/glsl/ast_function.cpp",
26 "src/compiler/glsl/ast_to_hir.cpp",
27 "src/compiler/glsl/ast_type.cpp",
28 "src/compiler/glsl/builtin_functions.cpp",
29 "src/compiler/glsl/builtin_types.cpp",
30 "src/compiler/glsl/builtin_variables.cpp",
31 "src/compiler/glsl/float64.glsl",
32 "src/compiler/glsl/generate_ir.cpp",
[all …]
/aosp_15_r20/out/soong/.intermediates/external/angle/angle_program_version_id/android_arm64_armv8-2a_cortex-a55/
Dgenrule.sbox.textproto499 from: "external/angle/src/compiler/preprocessor/DiagnosticsBase.cpp"
500 to: "external/angle/src/compiler/preprocessor/DiagnosticsBase.cpp"
503 from: "external/angle/src/compiler/preprocessor/DiagnosticsBase.h"
504 to: "external/angle/src/compiler/preprocessor/DiagnosticsBase.h"
507 from: "external/angle/src/compiler/preprocessor/DirectiveHandlerBase.cpp"
508 to: "external/angle/src/compiler/preprocessor/DirectiveHandlerBase.cpp"
511 from: "external/angle/src/compiler/preprocessor/DirectiveHandlerBase.h"
512 to: "external/angle/src/compiler/preprocessor/DirectiveHandlerBase.h"
515 from: "external/angle/src/compiler/preprocessor/DirectiveParser.cpp"
516 to: "external/angle/src/compiler/preprocessor/DirectiveParser.cpp"
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/29/
D29f13e14b862c740ed710468bd50d2b120d310e3499 from: "external/angle/src/compiler/preprocessor/DiagnosticsBase.cpp"
500 to: "external/angle/src/compiler/preprocessor/DiagnosticsBase.cpp"
503 from: "external/angle/src/compiler/preprocessor/DiagnosticsBase.h"
504 to: "external/angle/src/compiler/preprocessor/DiagnosticsBase.h"
507 from: "external/angle/src/compiler/preprocessor/DirectiveHandlerBase.cpp"
508 to: "external/angle/src/compiler/preprocessor/DirectiveHandlerBase.cpp"
511 from: "external/angle/src/compiler/preprocessor/DirectiveHandlerBase.h"
512 to: "external/angle/src/compiler/preprocessor/DirectiveHandlerBase.h"
515 from: "external/angle/src/compiler/preprocessor/DirectiveParser.cpp"
516 to: "external/angle/src/compiler/preprocessor/DirectiveParser.cpp"
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/4d/
D4d2e31734502d1be2e5dfce5a61e7d52f40abccd499 from: "external/angle/src/compiler/preprocessor/DiagnosticsBase.cpp"
500 to: "external/angle/src/compiler/preprocessor/DiagnosticsBase.cpp"
503 from: "external/angle/src/compiler/preprocessor/DiagnosticsBase.h"
504 to: "external/angle/src/compiler/preprocessor/DiagnosticsBase.h"
507 from: "external/angle/src/compiler/preprocessor/DirectiveHandlerBase.cpp"
508 to: "external/angle/src/compiler/preprocessor/DirectiveHandlerBase.cpp"
511 from: "external/angle/src/compiler/preprocessor/DirectiveHandlerBase.h"
512 to: "external/angle/src/compiler/preprocessor/DirectiveHandlerBase.h"
515 from: "external/angle/src/compiler/preprocessor/DirectiveParser.cpp"
516 to: "external/angle/src/compiler/preprocessor/DirectiveParser.cpp"
[all …]
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/xprocessing/
HDxprocessing-testing.jar ... androidx/room/compiler/ androidx/room/compiler/processing/ androidx/room/compiler/processing ...
/aosp_15_r20/external/cronet/third_party/protobuf/
H A Dproto_sources.gni15 "src/google/protobuf/compiler/importer.h",
16 "src/google/protobuf/compiler/parser.h",
150 "src/google/protobuf/compiler/importer.cc",
151 "src/google/protobuf/compiler/parser.cc",
224 "src/google/protobuf/compiler/code_generator.cc",
225 "src/google/protobuf/compiler/command_line_interface.cc",
226 "src/google/protobuf/compiler/cpp/enum.cc",
227 "src/google/protobuf/compiler/cpp/enum.h",
228 "src/google/protobuf/compiler/cpp/enum_field.cc",
229 "src/google/protobuf/compiler/cpp/enum_field.h",
[all …]
/aosp_15_r20/external/protobuf/src/
H A DMakefile.am45 google/protobuf/compiler/plugin.proto \
75 google/protobuf/compiler/code_generator.h \
76 google/protobuf/compiler/command_line_interface.h \
77 google/protobuf/compiler/cpp/cpp_generator.h \
78 google/protobuf/compiler/cpp/file.h \
79 google/protobuf/compiler/cpp/generator.h \
80 google/protobuf/compiler/cpp/helpers.h \
81 google/protobuf/compiler/cpp/names.h \
82 google/protobuf/compiler/csharp/csharp_doc_comment.h \
83 google/protobuf/compiler/csharp/csharp_generator.h \
[all …]

12345678910>>...1066