Home
last modified time | relevance | path

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

12345678910>>...416

/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 …]
/external/v8/src/interpreter/
Dinterpreter-assembler.h23 InterpreterAssembler(compiler::CodeAssemblerState* state, Bytecode bytecode,
29 compiler::Node* BytecodeOperandCount(int operand_index);
32 compiler::Node* BytecodeOperandFlag(int operand_index);
35 compiler::Node* BytecodeOperandIdx(int operand_index);
38 compiler::Node* BytecodeOperandIdxSmi(int operand_index);
41 compiler::Node* BytecodeOperandUImm(int operand_index);
44 compiler::Node* BytecodeOperandUImmWord(int operand_index);
47 compiler::Node* BytecodeOperandImm(int operand_index);
50 compiler::Node* BytecodeOperandImmIntPtr(int operand_index);
53 compiler::Node* BytecodeOperandImmSmi(int operand_index);
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
3 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
4 org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
5 org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
6 org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
7 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
8 org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
9 org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
10 org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore
11 org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.tests/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
3 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
4 org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
5 org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
6 org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
7 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
8 org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
9 org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
10 org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore
11 org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu/.settings/
Dorg.eclipse.jdt.core.prefs3 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
4 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
5 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6 org.eclipse.jdt.core.compiler.compliance=1.6
7 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
8 org.eclipse.jdt.core.compiler.debug.localVariable=generate
9 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
10 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=ignore
12 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/.settings/
Dorg.eclipse.jdt.core.prefs3 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
4 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
5 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6 org.eclipse.jdt.core.compiler.compliance=1.6
7 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
8 org.eclipse.jdt.core.compiler.debug.localVariable=generate
9 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
10 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=ignore
12 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/protobuf/src/
DMakefile.am46 google/protobuf/compiler/plugin.proto
144 google/protobuf/compiler/code_generator.h \
145 google/protobuf/compiler/command_line_interface.h \
146 google/protobuf/compiler/importer.h \
147 google/protobuf/compiler/parser.h \
148 google/protobuf/compiler/plugin.h \
149 google/protobuf/compiler/plugin.pb.h \
150 google/protobuf/compiler/cpp/cpp_generator.h \
151 google/protobuf/compiler/csharp/csharp_generator.h \
152 google/protobuf/compiler/csharp/csharp_names.h \
[all …]
/external/pcre/dist2/src/sljit/
DsljitLir.c2 * Stack-less Just-In-Time compiler
31 if (SLJIT_UNLIKELY(compiler->error)) \
32 return compiler->error; \
37 if (SLJIT_UNLIKELY(compiler->error)) \
44 return compiler->error; \
56 compiler->error = SLJIT_ERR_ALLOC_FAILED; \
64 compiler->error = SLJIT_ERR_ALLOC_FAILED; \
72 compiler->error = SLJIT_ERR_EX_ALLOC_FAILED; \
266 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \
274 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \
[all …]
DsljitNativePPC_32.c2 * Stack-less Just-In-Time compiler
29 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()
[all …]
DsljitNativePPC_64.c2 * Stack-less Just-In-Time compiler
42 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()
[all …]
DsljitNativeARM_T2_32.c2 * Stack-less Just-In-Time compiler
184 static sljit_s32 push_inst16(struct sljit_compiler *compiler, sljit_ins inst) in push_inst16() argument
189 ptr = (sljit_u16*)ensure_buf(compiler, sizeof(sljit_u16)); in push_inst16()
192 compiler->size++; in push_inst16()
196 static sljit_s32 push_inst32(struct sljit_compiler *compiler, sljit_ins inst) in push_inst32() argument
198 sljit_u16 *ptr = (sljit_u16*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst32()
202 compiler->size += 2; in push_inst32()
206 static SLJIT_INLINE sljit_s32 emit_imm32_const(struct sljit_compiler *compiler, sljit_s32 dst, slji… in emit_imm32_const() argument
208 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) | in emit_imm32_const()
210 return push_inst32(compiler, MOVT | RD4(dst) | in emit_imm32_const()
[all …]
DsljitNativeARM_32.c2 * Stack-less Just-In-Time compiler
129 static sljit_s32 push_cpool(struct sljit_compiler *compiler) in push_cpool() argument
138 if (compiler->last_label && compiler->last_label->size == compiler->size) in push_cpool()
139 compiler->last_label->size += compiler->cpool_fill + (CONST_POOL_ALIGNMENT - 1) + 1; in push_cpool()
141 SLJIT_ASSERT(compiler->cpool_fill > 0 && compiler->cpool_fill <= CPOOL_SIZE); in push_cpool()
142 inst = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_cpool()
144 compiler->size++; in push_cpool()
145 *inst = 0xff000000 | compiler->cpool_fill; in push_cpool()
148 inst = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_cpool()
150 compiler->size++; in push_cpool()
[all …]
DsljitNativeX86_common.c2 * Stack-less Just-In-Time compiler
259 #define INC_SIZE(s) (*inst++ = (s), compiler->size += (s))
471 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() argument
485 CHECK_PTR(check_sljit_generate_code(compiler)); in sljit_generate_code()
486 reverse_buf(compiler); in sljit_generate_code()
489 code = (sljit_u8*)SLJIT_MALLOC_EXEC(compiler->size); in sljit_generate_code()
491 buf = compiler->buf; in sljit_generate_code()
494 label = compiler->labels; in sljit_generate_code()
495 jump = compiler->jumps; in sljit_generate_code()
496 const_ = compiler->consts; in sljit_generate_code()
[all …]
DsljitNativeMIPS_common.c2 * Stack-less Just-In-Time compiler
204 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_s32 delay_slot) in push_inst() argument
208 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
211 compiler->size++; in push_inst()
212 compiler->delay_slot = delay_slot; in push_inst()
359 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() argument
374 CHECK_PTR(check_sljit_generate_code(compiler)); in sljit_generate_code()
375 reverse_buf(compiler); in sljit_generate_code()
377 code = (sljit_ins*)SLJIT_MALLOC_EXEC(compiler->size * sizeof(sljit_ins)); in sljit_generate_code()
379 buf = compiler->buf; in sljit_generate_code()
[all …]
DsljitNativeARM_64.c2 * Stack-less Just-In-Time compiler
127 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() argument
129 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
132 compiler->size++; in push_inst()
136 static SLJIT_INLINE sljit_s32 emit_imm64_const(struct sljit_compiler *compiler, sljit_s32 dst, slji… in emit_imm64_const() argument
138 FAIL_IF(push_inst(compiler, MOVZ | RD(dst) | ((imm & 0xffff) << 5))); in emit_imm64_const()
139 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((imm >> 16) & 0xffff) << 5) | (1 << 21))); in emit_imm64_const()
140 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((imm >> 32) & 0xffff) << 5) | (2 << 21))); in emit_imm64_const()
141 return push_inst(compiler, MOVK | RD(dst) | ((imm >> 48) << 5) | (3 << 21)); in emit_imm64_const()
206 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() argument
[all …]
DsljitNativeMIPS_32.c2 * Stack-less Just-In-Time compiler
29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) in load_immediate() argument
32 return push_inst(compiler, ORI | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate()
35 return push_inst(compiler, ADDIU | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate()
37 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate()
38 …return (imm & 0xffff) ? push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(imm), dst_ar) : SL… in load_immediate()
44 FAIL_IF(push_inst(compiler, op_imm | S(src1) | TA(EQUAL_FLAG) | IMM(src2), EQUAL_FLAG)); \
46 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \
50 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); \
52 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \
[all …]
DsljitNativeMIPS_64.c2 * Stack-less Just-In-Time compiler
29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) in load_immediate() argument
38 return push_inst(compiler, ORI | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate()
41 return push_inst(compiler, ADDIU | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate()
44 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate()
45 …return (imm & 0xffff) ? push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(imm), dst_ar) : SL… in load_immediate()
79 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(uimm >> 48), dst_ar)); in load_immediate()
81 FAIL_IF(push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(uimm >> 32), dst_ar)); in load_immediate()
88 FAIL_IF(push_inst(compiler, ins | TA(dst_ar) | DA(dst_ar), dst_ar)); in load_immediate()
89 …return !(imm & 0xffff) ? SLJIT_SUCCESS : push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(i… in load_immediate()
[all …]
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opt_algebraic.c17 #include "compiler/nir/nir_search_helpers.h"
26 #include "compiler/nir/nir_search_helpers.h"
31 #include "compiler/nir/nir_search_helpers.h"
40 #include "compiler/nir/nir_search_helpers.h"
48 #include "compiler/nir/nir_search_helpers.h"
57 #include "compiler/nir/nir_search_helpers.h"
66 #include "compiler/nir/nir_search_helpers.h"
74 #include "compiler/nir/nir_search_helpers.h"
83 #include "compiler/nir/nir_search_helpers.h"
92 #include "compiler/nir/nir_search_helpers.h"
[all …]
/external/v8/
DAndroid.v8.mk93 src/compiler-dispatcher/compiler-dispatcher-job.cc \
94 src/compiler-dispatcher/compiler-dispatcher-tracer.cc \
95 src/compiler-dispatcher/compiler-dispatcher.cc \
96 src/compiler-dispatcher/optimizing-compile-dispatcher.cc \
97 src/compiler.cc \
98 src/compiler/access-builder.cc \
99 src/compiler/access-info.cc \
100 src/compiler/all-nodes.cc \
101 src/compiler/ast-graph-builder.cc \
102 src/compiler/ast-loop-assignment-analyzer.cc \
[all …]
/external/protobuf/
DAndroid.bp148 "src/google/protobuf/compiler/importer.cc",
149 "src/google/protobuf/compiler/parser.cc",
247 // Compiler library for the host
254 "src/google/protobuf/compiler/plugin.pb.cc",
267 // Android Protocol buffer compiler, aprotoc (host executable)
309 "src/google/protobuf/compiler/code_generator.cc",
310 "src/google/protobuf/compiler/command_line_interface.cc",
311 "src/google/protobuf/compiler/cpp/cpp_enum.cc",
312 "src/google/protobuf/compiler/cpp/cpp_enum_field.cc",
313 "src/google/protobuf/compiler/cpp/cpp_extension.cc",
[all …]
/external/python/cpython2/PC/VS7.1/
DUninstal.wse46 item: Compiler Variable If
55 item: Compiler Variable Else
62 item: Compiler Variable End
80 item: Compiler Variable If
85 item: Compiler Variable If
100 item: Compiler Variable End
102 item: Compiler Variable End
104 item: Compiler Variable If
109 item: Compiler Variable If
124 item: Compiler Variable End
[all …]
/external/icu/icu4j/main/classes/collate/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
3 org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
4 org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
5 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefau…
6 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
9 org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
10 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
11 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
[all …]
/external/icu/icu4j/main/classes/charset/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
3 org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
4 org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
5 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefau…
6 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
9 org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
10 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
11 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
[all …]
/external/icu/icu4j/main/classes/core/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
3 org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
4 org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
5 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefau…
6 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
11 org.eclipse.jdt.core.compiler.compliance=1.6
[all …]

12345678910>>...416