Home
last modified time | relevance | path

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

12345678910>>...392

/third_party/skia/third_party/externals/angle2/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 …]
/third_party/flutter/skia/third_party/externals/angle2/src/
Dcompiler.gni20 "src/compiler/translator/BaseTypes.h",
21 "src/compiler/translator/BuiltInFunctionEmulator.cpp",
22 "src/compiler/translator/BuiltInFunctionEmulator.h",
23 "src/compiler/translator/CallDAG.cpp",
24 "src/compiler/translator/CallDAG.h",
25 "src/compiler/translator/CodeGen.cpp",
26 "src/compiler/translator/CollectVariables.cpp",
27 "src/compiler/translator/CollectVariables.h",
28 "src/compiler/translator/Common.h",
29 "src/compiler/translator/Compiler.cpp",
[all …]
/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/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 …]
/third_party/mesa3d/src/gallium/drivers/r300/
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 …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dllvmpipe-glslparser.txt231 spec/arb_bindless_texture/compiler/images/arith-bound-image.frag: skip
232 spec/arb_bindless_texture/compiler/images/arith-expr.vert: skip
233 spec/arb_bindless_texture/compiler/images/arrays-of-struct.frag: skip
234 spec/arb_bindless_texture/compiler/images/bindless-global-and-bound-global.vert: skip
235 spec/arb_bindless_texture/compiler/images/bindless-global.vert: skip
236 spec/arb_bindless_texture/compiler/images/bindless-local.vert: skip
237 spec/arb_bindless_texture/compiler/images/bindless-nonuniform.vert: skip
238 spec/arb_bindless_texture/compiler/images/bound-global.vert: skip
239 spec/arb_bindless_texture/compiler/images/bound-local.vert: skip
240 spec/arb_bindless_texture/compiler/images/bound-nonuniform.vert: skip
[all …]
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_c.cpp151 unique_ptr<Compiler> compiler; member
263 spvc_capture_mode mode, spvc_compiler *compiler) in spvc_context_create_compiler() argument
286 comp->compiler.reset(new Compiler(move(parsed_ir->parsed))); in spvc_context_create_compiler()
288 comp->compiler.reset(new Compiler(parsed_ir->parsed)); in spvc_context_create_compiler()
294 comp->compiler.reset(new CompilerGLSL(move(parsed_ir->parsed))); in spvc_context_create_compiler()
296 comp->compiler.reset(new CompilerGLSL(parsed_ir->parsed)); in spvc_context_create_compiler()
303 comp->compiler.reset(new CompilerHLSL(move(parsed_ir->parsed))); in spvc_context_create_compiler()
305 comp->compiler.reset(new CompilerHLSL(parsed_ir->parsed)); in spvc_context_create_compiler()
312 comp->compiler.reset(new CompilerMSL(move(parsed_ir->parsed))); in spvc_context_create_compiler()
314 comp->compiler.reset(new CompilerMSL(parsed_ir->parsed)); in spvc_context_create_compiler()
[all …]
/third_party/protobuf/
DBUILD.gn141 "src/google/protobuf/compiler/importer.cc",
142 "src/google/protobuf/compiler/parser.cc",
218 "src/google/protobuf/compiler/importer.cc",
219 "src/google/protobuf/compiler/parser.cc",
287 "src/google/protobuf/compiler/code_generator.cc",
288 "src/google/protobuf/compiler/command_line_interface.cc",
289 "src/google/protobuf/compiler/cpp/cpp_enum.cc",
290 "src/google/protobuf/compiler/cpp/cpp_enum_field.cc",
291 "src/google/protobuf/compiler/cpp/cpp_extension.cc",
292 "src/google/protobuf/compiler/cpp/cpp_field.cc",
[all …]
/third_party/pcre2/pcre2/src/sljit/
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; \
304 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \
312 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \
[all …]
DsljitNativePPC_64.c2 * Stack-less Just-In-Time compiler
39 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()
[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 …]
DsljitNativeX86_common.c2 * Stack-less Just-In-Time compiler
79 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
503 CHECK_PTR(check_sljit_generate_code(compiler)); in sljit_generate_code()
504 reverse_buf(compiler); in sljit_generate_code()
507 code = (sljit_u8*)SLJIT_MALLOC_EXEC(compiler->size, compiler->exec_allocator_data); in sljit_generate_code()
509 buf = compiler->buf; in sljit_generate_code()
[all …]
DsljitNativeX86_32.c2 * Stack-less Just-In-Time compiler
29 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()
[all …]
DsljitNativeARM_T2_32.c2 * Stack-less Just-In-Time compiler
200 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()
[all …]
/third_party/grpc/tools/distrib/python/grpcio_tools/
Dprotoc_lib_deps.py17compiler/zip_writer.cc', 'google/protobuf/compiler/subprocess.cc', 'google/protobuf/compiler/ruby/…
18 …f/duration.proto', 'google/protobuf/descriptor.proto', 'google/protobuf/compiler/plugin.proto', 'g…
/third_party/typescript/tests/baselines/reference/
DdoYouNeedToChangeYourTargetLibraryES2015.errors.txt1compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(3,26): error TS2583: Cannot find name 'Reflec…
2compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(4,30): error TS2583: Cannot find name 'Reflec…
3compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(5,35): error TS2583: Cannot find name 'Reflec…
4compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(6,35): error TS2583: Cannot find name 'Reflec…
5compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(7,24): error TS2583: Cannot find name 'Reflec…
6compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(8,45): error TS2583: Cannot find name 'Reflec…
7compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(9,35): error TS2583: Cannot find name 'Reflec…
8compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(10,33): error TS2583: Cannot find name 'Refle…
9compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(11,28): error TS2583: Cannot find name 'Refle…
10compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(12,38): error TS2583: Cannot find name 'Refle…
[all …]
DdoYouNeedToChangeYourTargetLibraryES2016Plus.errors.txt1compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(2,32): error TS2550: Property 'includes' …
2compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(5,31): error TS2550: Property 'padStart' …
3compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(6,29): error TS2550: Property 'padEnd' do…
4compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(7,44): error TS2550: Property 'values' do…
5compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(8,45): error TS2550: Property 'entries' d…
6compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(9,63): error TS2550: Property 'getOwnProp…
7compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(10,64): error TS2550: Property 'formatToP…
8compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(11,21): error TS2583: Cannot find name 'A…
9compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(12,35): error TS2583: Cannot find name 'S…
10compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(15,50): error TS2550: Property 'finally' …
[all …]
DbigintWithoutLib.errors.txt1 …/compiler/bigintWithoutLib.ts(4,25): error TS2583: Cannot find name 'BigInt'. Do you need to chang…
2 …/compiler/bigintWithoutLib.ts(5,13): error TS2583: Cannot find name 'BigInt'. Do you need to chang…
3 …/compiler/bigintWithoutLib.ts(6,5): error TS2583: Cannot find name 'BigInt'. Do you need to change…
4 …/compiler/bigintWithoutLib.ts(7,13): error TS2583: Cannot find name 'BigInt'. Do you need to chang…
5 tests/cases/compiler/bigintWithoutLib.ts(7,30): error TS2737: BigInt literals are not available whe…
6 …/compiler/bigintWithoutLib.ts(8,13): error TS2583: Cannot find name 'BigInt'. Do you need to chang…
7 tests/cases/compiler/bigintWithoutLib.ts(8,31): error TS2737: BigInt literals are not available whe…
8 tests/cases/compiler/bigintWithoutLib.ts(9,1): error TS2322: Type 'Object' is not assignable to typ…
9 tests/cases/compiler/bigintWithoutLib.ts(11,32): error TS2554: Expected 0 arguments, but got 1.
10 tests/cases/compiler/bigintWithoutLib.ts(13,38): error TS2554: Expected 0 arguments, but got 1.
[all …]
/third_party/typescript/tests/baselines/reference/docker/
Dvue-next.log6 Rolling up type definitions for compiler-core...
8 … use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider …
9 Writing: /vue-next/temp/compiler-core.api.json
10 The API report is up to date: temp/compiler-core.api.md
11 Writing package typings: /vue-next/packages/compiler-core/dist/compiler-core.d.ts
12 Writing package typings: /vue-next/dist/compiler-core.d.ts
14 Rolling up type definitions for compiler-dom...
16 … use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider …
17 Writing: /vue-next/temp/compiler-dom.api.json
18 The API report is up to date: temp/compiler-dom.api.md
[all …]
/third_party/boost/boost/config/detail/
Dselect_compiler_config.hpp1 // Boost compiler configuration selection header file
13 // locate which compiler we are using and define
17 // NVIDIA CUDA C++ compiler for GPU
18 # include "boost/config/compiler/nvcc.hpp"
24 # define BOOST_COMPILER_CONFIG "boost/config/compiler/gcc_xml.hpp"
27 // EDG based Cray compiler:
28 # define BOOST_COMPILER_CONFIG "boost/config/compiler/cray.hpp"
32 # define BOOST_COMPILER_CONFIG "boost/config/compiler/comeau.hpp"
35 // PathScale EKOPath compiler (has to come before clang and gcc)
36 # define BOOST_COMPILER_CONFIG "boost/config/compiler/pathscale.hpp"
[all …]
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler.c66 ir3_compiler_destroy(struct ir3_compiler *compiler) in ir3_compiler_destroy() argument
68 disk_cache_destroy(compiler->disk_cache); in ir3_compiler_destroy()
69 ralloc_free(compiler); in ir3_compiler_destroy()
76 struct ir3_compiler *compiler = rzalloc(NULL, struct ir3_compiler); in ir3_compiler_create() local
86 compiler->dev = dev; in ir3_compiler_create()
87 compiler->dev_id = dev_id; in ir3_compiler_create()
88 compiler->gen = fd_dev_gen(dev_id); in ir3_compiler_create()
89 compiler->robust_ubo_access = robust_ubo_access; in ir3_compiler_create()
92 compiler->local_mem_size = 32 * 1024; in ir3_compiler_create()
94 compiler->branchstack_size = 64; in ir3_compiler_create()
[all …]
/third_party/protobuf/src/
DMakefile.am53 google/protobuf/compiler/plugin.proto
145 google/protobuf/compiler/code_generator.h \
146 google/protobuf/compiler/command_line_interface.h \
147 google/protobuf/compiler/importer.h \
148 google/protobuf/compiler/parser.h \
149 google/protobuf/compiler/plugin.h \
150 google/protobuf/compiler/plugin.pb.h \
151 google/protobuf/compiler/cpp/cpp_generator.h \
152 google/protobuf/compiler/csharp/csharp_generator.h \
153 google/protobuf/compiler/csharp/csharp_names.h \
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp8 // Implement the top-level of interface to the compiler,
14 #include "compiler/translator/Compiler.h"
15 #include "compiler/translator/InitializeDll.h"
16 #include "compiler/translator/glslang_wrapper.h"
17 #include "compiler/translator/length_limits.h"
19 # include "compiler/translator/TranslatorHLSL.h"
22 #include "compiler/translator/VariablePacker.h"
45 // and the shading language compiler.
49 const std::vector<VarT> *GetVariableList(const TCompiler *compiler);
52 const std::vector<InterfaceBlock> *GetVariableList(const TCompiler *compiler) in GetVariableList() argument
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp8 // Implement the top-level of interface to the compiler,
14 #include "compiler/translator/Compiler.h"
15 #include "compiler/translator/InitializeDll.h"
16 #include "compiler/translator/length_limits.h"
18 # include "compiler/translator/TranslatorHLSL.h"
21 #include "compiler/translator/VariablePacker.h"
33 // and the shading language compiler.
37 const std::vector<VarT> *GetVariableList(const TCompiler *compiler);
40 const std::vector<Uniform> *GetVariableList(const TCompiler *compiler) in GetVariableList() argument
42 return &compiler->getUniforms(); in GetVariableList()
[all …]
/third_party/boost/boost/predef/
Dcompiler.h13 #include <boost/predef/compiler/borland.h>
14 #include <boost/predef/compiler/clang.h>
15 #include <boost/predef/compiler/comeau.h>
16 #include <boost/predef/compiler/compaq.h>
17 #include <boost/predef/compiler/diab.h>
18 #include <boost/predef/compiler/digitalmars.h>
19 #include <boost/predef/compiler/dignus.h>
20 #include <boost/predef/compiler/edg.h>
21 #include <boost/predef/compiler/ekopath.h>
22 #include <boost/predef/compiler/gcc_xml.h>
[all …]
/third_party/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.nonnull.secondary=
6 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefau…
7 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary=
8 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
9 org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
10 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
11 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
[all …]

12345678910>>...392