Home
last modified time | relevance | path

Searched defs:compiler (Results 1 – 25 of 883) sorted by relevance

12345678910>>...36

/external/angle/src/compiler/translator/
DShaderLang.cpp41 const std::vector<InterfaceBlock> *GetVariableList(const TCompiler *compiler) in GetVariableList()
60 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVariables() local
358 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler() local
387 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResources() local
394 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResourcesString() local
411 TCompiler *compiler = GetCompilerFromHandle(handle); in Compile() local
419 TCompiler *compiler = GetCompilerFromHandle(handle); in ClearResults() local
426 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVersion() local
433 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderOutputType() local
443 TCompiler *compiler = GetCompilerFromHandle(handle); in GetInfoLog() local
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure1/
Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() function
76 bool operator()(ast::nil) { BOOST_ASSERT(0); return false; } in operator ()()
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
109 typedef std::map<std::string, boost::shared_ptr<code_gen::function> > function_table;
111 std::vector<int> code;
112 code_gen::function* current;
113 std::string current_function_name;
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/mini_c/
Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() function
76 bool operator()(ast::nil) { BOOST_ASSERT(0); return false; } in operator ()()
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
104 typedef std::map<std::string, boost::shared_ptr<code_gen::function> > function_table;
106 std::vector<int> code;
107 code_gen::function* current;
108 std::string current_function_name;
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() function
76 bool operator()(ast::nil) { BOOST_ASSERT(0); return false; } in operator ()()
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
109 typedef std::map<std::string, boost::shared_ptr<code_gen::function> > function_table;
111 std::vector<int> code;
112 code_gen::function* current;
113 std::string current_function_name;
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc8/
Dcompiler.hpp47 struct compiler struct
49 typedef bool result_type;
52 error_handler_type;
55 compiler( in compiler() argument
61 { error_handler(pos, msg); } in compiler()
65 bool operator()(ast::nil) const { BOOST_ASSERT(0); return false; } in operator ()()
75 client::code_gen::program& program;
76 error_handler_type error_handler;
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc9/
Dcompiler.hpp48 struct compiler struct
50 typedef bool result_type;
53 error_handler_type;
56 compiler( in compiler() function
62 { error_handler(pos, msg); } in compiler()
66 bool operator()(ast::nil) const { BOOST_ASSERT(0); return false; } in operator ()()
82 client::code_gen::program& program;
83 error_handler_type error_handler;
/external/pcre/src/sljit/
DsljitLir.c459 …struct sljit_compiler *compiler = (struct sljit_compiler*)SLJIT_MALLOC(sizeof(struct sljit_compile… in sljit_create_compiler() local
544 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_compiler(struct sljit_compiler *compiler) in sljit_free_compiler()
571 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_compiler_memory_error(struct sljit_compiler *compiler) in sljit_set_compiler_memory_error()
603 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 cu… in sljit_set_current_flags()
624 static void* ensure_buf(struct sljit_compiler *compiler, sljit_uw size) in ensure_buf()
643 static void* ensure_abuf(struct sljit_compiler *compiler, sljit_uw size) in ensure_abuf()
662 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size) in sljit_alloc_memory()
678 static SLJIT_INLINE void reverse_buf(struct sljit_compiler *compiler) in reverse_buf()
755 static SLJIT_INLINE void set_emit_enter(struct sljit_compiler *compiler, in set_emit_enter()
773 static SLJIT_INLINE void set_set_context(struct sljit_compiler *compiler, in set_set_context()
[all …]
DsljitNativeX86_64.c33 static sljit_s32 emit_load_imm64(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in emit_load_imm64()
46 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, slji… in emit_do_imm32()
61 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction()
286 static sljit_s32 emit_vex_instruction(struct sljit_compiler *compiler, sljit_uw op, in emit_vex_instruction()
456 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
632 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
661 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 is_return_to) in emit_stack_frame_release()
732 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void()
743 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, in sljit_emit_return_to()
771 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args()
[all …]
DsljitNativeX86_32.c33 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm) in emit_do_imm()
46 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction()
222 static sljit_s32 emit_vex_instruction(struct sljit_compiler *compiler, sljit_uw op, in emit_vex_instruction()
313 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
538 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
582 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 is_return_to) in emit_stack_frame_release()
630 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void()
643 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, in sljit_emit_return_to()
705 static sljit_s32 call_with_args(struct sljit_compiler *compiler, in call_with_args()
756 static sljit_s32 post_call_with_args(struct sljit_compiler *compiler, in post_call_with_args()
[all …]
DsljitNativeARM_32.c193 static sljit_s32 function_check_is_freg(struct sljit_compiler *compiler, sljit_s32 fr, sljit_s32 is… in function_check_is_freg()
210 static sljit_s32 push_cpool(struct sljit_compiler *compiler) in push_cpool()
248 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins inst) in push_inst()
262 static sljit_s32 push_inst_with_literal(struct sljit_compiler *compiler, sljit_ins inst, sljit_uw l… in push_inst_with_literal()
312 static sljit_s32 push_inst_with_unique_literal(struct sljit_compiler *compiler, sljit_ins inst, slj… in push_inst_with_unique_literal()
333 static SLJIT_INLINE sljit_s32 prepare_blx(struct sljit_compiler *compiler) in prepare_blx()
341 static SLJIT_INLINE sljit_s32 emit_blx(struct sljit_compiler *compiler) in emit_blx()
402 static sljit_s32 resolve_const_pool_index(struct sljit_compiler *compiler, struct future_patch **fi… in resolve_const_pool_index()
457 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins inst) in push_inst()
468 static SLJIT_INLINE sljit_s32 emit_imm(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in emit_imm()
[all …]
DsljitNativeARM_T2_32.c259 static sljit_s32 function_check_is_freg(struct sljit_compiler *compiler, sljit_s32 fr, sljit_s32 is… in function_check_is_freg()
274 static sljit_s32 push_inst16(struct sljit_compiler *compiler, sljit_ins inst) in push_inst16()
286 static sljit_s32 push_inst32(struct sljit_compiler *compiler, sljit_ins inst) in push_inst32()
296 static sljit_s32 emit_imm32_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) in emit_imm32_const()
475 static void reduce_code_size(struct sljit_compiler *compiler) in reduce_code_size()
559 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 optio… in sljit_generate_code()
758 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) in load_immediate()
791 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit… in emit_op_imm()
1245 static sljit_s32 emit_set_delta(struct sljit_compiler *compiler, sljit_s32 dst, sljit_s32 reg, slji… in emit_set_delta()
1267 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s… in emit_op_mem()
[all …]
DsljitNativeRISCV_common.c156 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst()
165 static sljit_s32 push_imm_s_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_sw imm) in push_imm_s_inst()
401 static void reduce_code_size(struct sljit_compiler *compiler) in reduce_code_size()
499 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 optio… in sljit_generate_code()
726 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
823 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
848 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 is_return_to) in emit_stack_frame_release()
904 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void()
913 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, in sljit_emit_return_to()
973 static sljit_s32 push_mem_inst(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, slj… in push_mem_inst()
[all …]
DsljitNativeARM_64.c190 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst()
199 static SLJIT_INLINE sljit_s32 emit_imm64_const(struct sljit_compiler *compiler, sljit_s32 dst, slji… in emit_imm64_const()
374 static void reduce_code_size(struct sljit_compiler *compiler) in reduce_code_size()
463 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 optio… in sljit_generate_code()
714 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw simm) in load_immediate()
816 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit… in emit_op_imm()
1132 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, in emit_op_mem()
1210 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
1385 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
1402 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 is_return_to) in emit_stack_frame_release()
[all …]
DsljitNativeMIPS_64.c29 static sljit_s32 emit_copysign(struct sljit_compiler *compiler, sljit_s32 op, in emit_copysign()
46 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) in load_immediate()
138 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const()
148 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compiler *compiler, in sljit_emit_fset64()
177 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fcopy()
219 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args()
293 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_… in sljit_emit_call()
335 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
DsljitNativeS390X.c140 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst()
163 static SLJIT_INLINE sljit_u8 get_cc(struct sljit_compiler *compiler, sljit_s32 type) { in get_cc()
831 static sljit_s32 update_zero_overflow(struct sljit_compiler *compiler, sljit_s32 op, sljit_gpr dst_… in update_zero_overflow()
849 static sljit_s32 push_load_imm_inst(struct sljit_compiler *compiler, sljit_gpr target, sljit_sw v) in push_load_imm_inst()
887 static sljit_s32 make_addr_bxy(struct sljit_compiler *compiler, in make_addr_bxy()
920 static sljit_s32 make_addr_bx(struct sljit_compiler *compiler, in make_addr_bx()
957 static sljit_s32 load_store_op(struct sljit_compiler *compiler, sljit_gpr reg, in load_store_op()
993 static SLJIT_INLINE sljit_s32 load_word(struct sljit_compiler *compiler, sljit_gpr dst_r, in load_word()
1001 static sljit_s32 load_unsigned_word(struct sljit_compiler *compiler, sljit_gpr dst_r, in load_unsigned_word()
1017 static SLJIT_INLINE sljit_s32 store_word(struct sljit_compiler *compiler, sljit_gpr src_r, in store_word()
[all …]
DsljitNativePPC_32.c29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) 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()
322 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw i… in emit_const()
328 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_sw()
370 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_uw()
407 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compiler *compiler, in sljit_emit_fset64()
431 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fcopy()
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc7/
Dcompiler.hpp17 struct compiler struct
19 typedef void result_type;
21 std::vector<int>& code;
22 compiler(std::vector<int>& code) in compiler() function
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc7/
Dcompiler.hpp51 struct compiler struct
53 typedef bool result_type;
56 compiler(client::code_gen::program& program, ErrorHandler& error_handler_) in compiler() argument
67 bool operator()(ast::nil) const { BOOST_ASSERT(0); return false; } in operator ()()
77 client::code_gen::program& program;
81 error_handler;
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc8/
Dcompiler.hpp52 struct compiler struct
54 typedef bool result_type;
57 compiler(client::code_gen::program& program, ErrorHandler& error_handler_) in compiler() argument
68 bool operator()(ast::nil) const { BOOST_ASSERT(0); return false; } in operator ()()
84 client::code_gen::program& program;
88 error_handler;
/external/clang/tools/scan-build-py/tests/functional/exec/
Dmain.c116 char *const compiler = "/usr/bin/cc"; in call_execv() local
129 char *const compiler = "/usr/bin/cc"; in call_execve() local
143 char *const compiler = "cc"; in call_execvp() local
156 char *const compiler = "cc"; in call_execvP() local
169 char *const compiler = "cc"; in call_execvpe() local
183 char *const compiler = "/usr/bin/cc"; in call_exect() local
197 char *const compiler = "/usr/bin/cc"; in call_execl() local
209 char *const compiler = "cc"; in call_execlp() local
221 char *const compiler = "/usr/bin/cc"; in call_execle() local
234 char *const compiler = "cc"; in call_posix_spawn() local
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dcompiler.hpp247 struct compiler : llvm_compiler struct
249 typedef value result_type;
252 compiler(vmachine& vm, ErrorHandler& error_handler_) in compiler() argument
263 value operator()(ast::nil) { BOOST_ASSERT(0); return val(); } in operator ()()
301 error_handler;
303 bool void_return;
304 std::string current_function_name;
305 std::map<std::string, value> locals;
306 basic_block return_block;
307 value return_var;
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/
Dcalc6.cpp172 struct compiler struct
174 typedef void result_type;
176 std::vector<int>& code;
177 compiler(std::vector<int>& code) in compiler() function
180 void operator()(ast::nil) const { BOOST_ASSERT(0); } in operator ()()
181 void operator()(unsigned int n) const in operator ()()
187 void operator()(ast::operation const& x) const in operator ()()
200 void operator()(ast::signed_ const& x) const in operator ()()
211 void operator()(ast::expression const& x) const in operator ()()
302 typedef client::compiler compiler; in main() typedef
/external/skia/src/sksl/
DSkSLModuleLoader.cpp148 static std::unique_ptr<Module> compile_and_shrink(SkSL::Compiler* compiler, in compile_and_shrink()
242 const Module* ModuleLoader::loadPublicModule(SkSL::Compiler* compiler) { in loadPublicModule()
254 const Module* ModuleLoader::loadPrivateRTShaderModule(SkSL::Compiler* compiler) { in loadPrivateRTShaderModule()
265 const Module* ModuleLoader::loadSharedModule(SkSL::Compiler* compiler) { in loadSharedModule()
276 const Module* ModuleLoader::loadGPUModule(SkSL::Compiler* compiler) { in loadGPUModule()
287 const Module* ModuleLoader::loadFragmentModule(SkSL::Compiler* compiler) { in loadFragmentModule()
298 const Module* ModuleLoader::loadVertexModule(SkSL::Compiler* compiler) { in loadVertexModule()
309 const Module* ModuleLoader::loadComputeModule(SkSL::Compiler* compiler) { in loadComputeModule()
320 const Module* ModuleLoader::loadGraphiteFragmentModule(SkSL::Compiler* compiler) { in loadGraphiteFragmentModule()
331 const Module* ModuleLoader::loadGraphiteFragmentES2Module(SkSL::Compiler* compiler) { in loadGraphiteFragmentES2Module()
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/
Dcalc6.cpp187 struct compiler struct
189 typedef void result_type;
191 std::vector<int>& code;
192 compiler(std::vector<int>& code) in compiler() function
195 void operator()(ast::nil) const { BOOST_ASSERT(0); } in operator ()()
196 void operator()(unsigned int n) const in operator ()()
202 void operator()(ast::operation const& x) const in operator ()()
215 void operator()(ast::signed_ const& x) const in operator ()()
226 void operator()(ast::expression const& x) const in operator ()()
332 typedef client::compiler compiler; in main() typedef
/external/bcc/src/lua/
DREADME.md110 ### Installation
116 ### Examples
120 ### Helpers
143 ### Current state

12345678910>>...36