Home
last modified time | relevance | path

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

12345678910>>...148

/external/v8/src/interpreter/
Dinterpreter-assembler.h22 InterpreterAssembler(compiler::CodeAssemblerState* state, Bytecode bytecode,
28 compiler::Node* BytecodeOperandCount(int operand_index);
31 compiler::Node* BytecodeOperandFlag(int operand_index);
34 compiler::Node* BytecodeOperandIdxInt32(int operand_index);
37 compiler::Node* BytecodeOperandIdx(int operand_index);
40 compiler::Node* BytecodeOperandIdxSmi(int operand_index);
43 compiler::Node* BytecodeOperandUImm(int operand_index);
46 compiler::Node* BytecodeOperandUImmWord(int operand_index);
49 compiler::Node* BytecodeOperandUImmSmi(int operand_index);
52 compiler::Node* BytecodeOperandImm(int operand_index);
[all …]
/external/tensorflow/tensorflow/compiler/xla/tests/
DBUILD4 load("//tensorflow/compiler/xla/tests:build_defs.bzl", "generate_backend_suites", "generate_backend…
20 "//tensorflow/compiler/xla:friends",
43 "//tensorflow/compiler/xla:debug_options_flags",
56 "//tensorflow/compiler/xla:types",
69 "//tensorflow/compiler/xla:literal",
70 "//tensorflow/compiler/xla:literal_util",
71 "//tensorflow/compiler/xla:shape_util",
72 "//tensorflow/compiler/xla:xla_data_proto",
73 "//tensorflow/compiler/xla/service:hlo",
74 "//tensorflow/compiler/xla/service:hlo_casting_utils",
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
DBUILD4 load("//tensorflow/compiler/xla/tests:build_defs.bzl", "xla_test")
5 load("//tensorflow/compiler/xla:xla.bzl", "xla_proto_library")
19 "//tensorflow/compiler/xla:friends",
27 deps = ["//tensorflow/compiler/xla:xla_data_proto"],
34 deps = ["//tensorflow/compiler/xla:xla_data_proto_py"],
68 "//tensorflow/compiler/xla:status_macros",
69 "//tensorflow/compiler/xla:xla_data_proto",
82 "//tensorflow/compiler/xla:shape_util",
83 "//tensorflow/compiler/xla:status_macros",
84 "//tensorflow/compiler/xla:test",
[all …]
/external/tensorflow/tensorflow/compiler/xla/client/lib/
DBUILD3 load("//tensorflow/compiler/xla/tests:build_defs.bzl", "generate_backend_suites", "xla_test")
7 package(default_visibility = ["//tensorflow/compiler/xla/client:friends"])
27 "//tensorflow/compiler/xla:shape_util",
28 "//tensorflow/compiler/xla:status_macros",
29 "//tensorflow/compiler/xla:types",
30 "//tensorflow/compiler/xla:xla_data_proto",
31 "//tensorflow/compiler/xla/client:xla_builder",
32 "//tensorflow/compiler/xla/client:xla_computation",
42 "//tensorflow/compiler/xla:literal_util",
43 "//tensorflow/compiler/xla:test",
[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/tensorflow/tensorflow/compiler/xla/service/gpu/
DBUILD4 load("//tensorflow/compiler/xla/tests:build_defs.bzl", "xla_test")
5 load("//tensorflow/compiler/xla:xla.bzl", "xla_proto_library")
19 "//tensorflow/compiler/xla:friends",
42 "//tensorflow/compiler/xla:types",
56 "//tensorflow/compiler/xla:shape_util",
57 "//tensorflow/compiler/xla:types",
58 "//tensorflow/compiler/xla:util",
59 "//tensorflow/compiler/xla/service:hlo",
78 # "//tensorflow/compiler/xla:shape_util",
79 # "//tensorflow/compiler/xla:xla_data_proto",
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
DBUILD4 load("//tensorflow/compiler/xla:xla.bzl", "ORC_JIT_MEMORY_MAPPER_TARGETS")
21 "//tensorflow/compiler/xla:friends",
39 "//tensorflow/compiler/xla:literal",
40 "//tensorflow/compiler/xla:literal_util",
41 "//tensorflow/compiler/xla:shape_util",
42 "//tensorflow/compiler/xla:status_macros",
43 "//tensorflow/compiler/xla:statusor",
44 "//tensorflow/compiler/xla:types",
45 "//tensorflow/compiler/xla:util",
46 "//tensorflow/compiler/xla:xla_data_proto",
[all …]
/external/pcre/dist2/src/sljit/
DsljitLir.c46 if (SLJIT_UNLIKELY(compiler->error)) \
47 return compiler->error; \
52 if (SLJIT_UNLIKELY(compiler->error)) \
59 return compiler->error; \
71 compiler->error = SLJIT_ERR_ALLOC_FAILED; \
79 compiler->error = SLJIT_ERR_ALLOC_FAILED; \
87 compiler->error = SLJIT_ERR_EX_ALLOC_FAILED; \
305 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \
313 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \
369 …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()
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 …]
DsljitNativePPC_64.c42 push_inst(compiler, RLDI(reg, reg, 63 - shift, shift, 1))
44 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in load_immediate() argument
52 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm)); in load_immediate()
55 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm)); in load_immediate()
58 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate()
59 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)) : SLJIT_SUCCESS; in load_immediate()
70 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate()
76 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate()
77 FAIL_IF(push_inst(compiler, ORI | S(reg) | A(reg) | IMM(tmp >> 32))); in load_immediate()
87 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()
66 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() argument
74 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
75 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
78 compiler->args = args; in sljit_emit_enter()
81 compiler->stack_tmp_size = 2 * sizeof(sljit_sw); in sljit_emit_enter()
85 compiler->stack_tmp_size = 3 * sizeof(sljit_sw); in sljit_emit_enter()
88 compiler->saveds_offset = compiler->stack_tmp_size; in sljit_emit_enter()
90 compiler->saveds_offset += ((scratches > (3 + 6)) ? 6 : (scratches - 3)) * sizeof(sljit_sw); in sljit_emit_enter()
[all …]
DsljitNativeARM_T2_32.c200 static sljit_s32 push_inst16(struct sljit_compiler *compiler, sljit_ins inst) in push_inst16() argument
205 ptr = (sljit_u16*)ensure_buf(compiler, sizeof(sljit_u16)); in push_inst16()
208 compiler->size++; in push_inst16()
212 static sljit_s32 push_inst32(struct sljit_compiler *compiler, sljit_ins inst) in push_inst32() argument
214 sljit_u16 *ptr = (sljit_u16*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst32()
218 compiler->size += 2; in push_inst32()
222 static SLJIT_INLINE sljit_s32 emit_imm32_const(struct sljit_compiler *compiler, sljit_s32 dst, slji… in emit_imm32_const() argument
224 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in emit_imm32_const()
226 return push_inst32(compiler, MOVT | RD4(dst) in emit_imm32_const()
360 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() argument
[all …]
DsljitNativeX86_common.c79 if (p <= compiler->scratches) \
80 w = compiler->saveds_offset - ((p) - SLJIT_R2) * (sljit_sw)sizeof(sljit_sw); \
82 w = compiler->locals_offset + ((p) - SLJIT_S2) * (sljit_sw)sizeof(sljit_sw); \
277 #define INC_SIZE(s) (*inst++ = (s), compiler->size += (s))
486 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() argument
502 CHECK_PTR(check_sljit_generate_code(compiler)); in sljit_generate_code()
503 reverse_buf(compiler); in sljit_generate_code()
506 code = (sljit_u8*)SLJIT_MALLOC_EXEC(compiler->size); in sljit_generate_code()
508 buf = compiler->buf; in sljit_generate_code()
511 label = compiler->labels; in sljit_generate_code()
[all …]
DsljitNativeARM_32.c139 static sljit_s32 push_cpool(struct sljit_compiler *compiler) in push_cpool() argument
148 if (compiler->last_label && compiler->last_label->size == compiler->size) in push_cpool()
149 compiler->last_label->size += compiler->cpool_fill + (CONST_POOL_ALIGNMENT - 1) + 1; in push_cpool()
151 SLJIT_ASSERT(compiler->cpool_fill > 0 && compiler->cpool_fill <= CPOOL_SIZE); in push_cpool()
152 inst = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_cpool()
154 compiler->size++; in push_cpool()
155 *inst = 0xff000000 | compiler->cpool_fill; in push_cpool()
158 inst = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_cpool()
160 compiler->size++; in push_cpool()
164 cpool_ptr = compiler->cpool; in push_cpool()
[all …]
/external/mesa3d/src/intel/
DMakefile.sources26 compiler/brw_cfg.cpp \
27 compiler/brw_cfg.h \
28 compiler/brw_clip.h \
29 compiler/brw_clip_line.c \
30 compiler/brw_clip_point.c \
31 compiler/brw_clip_tri.c \
32 compiler/brw_clip_unfilled.c \
33 compiler/brw_clip_util.c \
34 compiler/brw_compile_clip.c \
35 compiler/brw_compile_sf.c \
[all …]
/external/tensorflow/tensorflow/compiler/xla/tools/
DBUILD5 package(default_visibility = ["//tensorflow/compiler/xla:internal"])
14 visibility = ["//tensorflow/compiler/xla:internal"],
23 "//tensorflow/compiler/xla:types",
36 "//tensorflow/compiler/xla:shape_util",
37 "//tensorflow/compiler/xla:statusor",
38 "//tensorflow/compiler/xla:types",
39 "//tensorflow/compiler/xla:xla_data_proto",
40 "//tensorflow/compiler/xla/client",
41 "//tensorflow/compiler/xla/client:client_library",
42 "//tensorflow/compiler/xla/client:local_client",
[all …]
/external/tensorflow/tensorflow/compiler/xla/client/
DBUILD11 "//tensorflow/compiler/xla:friends",
31 "//tensorflow/compiler/xla:service_interface",
32 "//tensorflow/compiler/xla:types",
33 "//tensorflow/compiler/xla:xla_data_proto",
34 "//tensorflow/compiler/xla:xla_proto",
46 "//tensorflow/compiler/xla:statusor",
47 "//tensorflow/compiler/xla:types",
48 "//tensorflow/compiler/xla:util",
71 "//tensorflow/compiler/xla:debug_options_flags",
72 "//tensorflow/compiler/xla:execution_options_util",
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5 org.eclipse.jdt.core.compiler.compliance=1.7
6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7 org.eclipse.jdt.core.compiler.debug.localVariable=generate
8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
10 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
11 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5 org.eclipse.jdt.core.compiler.compliance=1.7
6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7 org.eclipse.jdt.core.compiler.debug.localVariable=generate
8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
10 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
11 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
[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/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5 org.eclipse.jdt.core.compiler.compliance=1.7
6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7 org.eclipse.jdt.core.compiler.debug.localVariable=generate
8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
10 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
11 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.tests/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5 org.eclipse.jdt.core.compiler.compliance=1.7
6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7 org.eclipse.jdt.core.compiler.debug.localVariable=generate
8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
10 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
11 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
DBUILD13 "//tensorflow/compiler/xla:friends",
33 "//tensorflow/compiler/xla/service:cpu_plugin",
34 "//tensorflow/compiler/xla/tests:llvm_irgen_test_base",
43 "//tensorflow/compiler/xla:literal",
44 "//tensorflow/compiler/xla:shape_util",
45 "//tensorflow/compiler/xla:util",
46 "//tensorflow/compiler/xla:xla_data_proto",
47 "//tensorflow/compiler/xla/service:cpu_plugin",
48 "//tensorflow/compiler/xla/service:hlo",
49 "//tensorflow/compiler/xla/service/cpu:cpu_instruction_fusion",
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
DBUILD15 "//tensorflow/compiler/xla/service:generic_transfer_manager",
16 "//tensorflow/compiler/xla/service:transfer_manager",
17 "//tensorflow/compiler/xla/service/interpreter:platform_id",
25 name = "compiler",
26 srcs = ["compiler.cc"],
27 hdrs = ["compiler.h"],
31 "//tensorflow/compiler/xla:status",
32 "//tensorflow/compiler/xla:status_macros",
33 "//tensorflow/compiler/xla:statusor",
34 "//tensorflow/compiler/xla/service:algebraic_simplifier",
[all …]

12345678910>>...148