| /third_party/pcre2/pcre2/src/sljit/ |
| H A D | sljitNativeARM_T2_32.c | 215 static sljit_s32 push_inst16(struct sljit_compiler *compiler, sljit_ins inst) in push_inst16() argument 227 static sljit_s32 push_inst32(struct sljit_compiler *compiler, sljit_ins inst) in push_inst32() argument 237 static SLJIT_INLINE sljit_s32 emit_imm32_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) in emit_imm32_const() argument 375 sljit_generate_code(struct sljit_compiler *compiler) sljit_generate_code() argument 564 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) load_immediate() argument 596 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit_uw arg1, sljit_uw arg2) emit_op_imm() argument 1013 emit_set_delta(struct sljit_compiler *compiler, sljit_s32 dst, sljit_s32 reg, sljit_sw value) emit_set_delta() argument 1035 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) emit_op_mem() argument 1137 sljit_emit_enter(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_emit_enter() argument 1347 sljit_set_context(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_set_context() argument 1366 emit_add_sp(struct sljit_compiler *compiler, sljit_uw imm) emit_add_sp() argument 1386 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 frame_size) emit_stack_frame_release() argument 1532 sljit_emit_return_void(struct sljit_compiler *compiler) sljit_emit_return_void() argument 1540 sljit_emit_return_to(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) sljit_emit_return_to() argument 1588 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) sljit_emit_op0() argument 1682 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_op1() argument 1762 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) sljit_emit_op2() argument 1807 sljit_emit_op2u(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) sljit_emit_op2u() argument 1818 sljit_emit_shift_into(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src_dst, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) sljit_emit_shift_into() argument 1883 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) sljit_emit_op_src() argument 1924 sljit_emit_op_custom(struct sljit_compiler *compiler, void *instruction, sljit_u32 size) sljit_emit_op_custom() argument 1941 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) emit_fop_mem() argument 1988 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_sw_from_f64() argument 2008 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_f64_from_sw() argument 2034 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) sljit_emit_fop1_cmp() argument 2054 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1() argument 2101 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) sljit_emit_fop2() argument 2150 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) sljit_emit_fast_enter() argument 2169 get_cc(struct sljit_compiler *compiler, sljit_s32 type) get_cc() argument 2256 sljit_emit_label(struct sljit_compiler *compiler) sljit_emit_label() argument 2272 sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) sljit_emit_jump() argument 2306 softfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *src, sljit_u32 *extra_space) softfloat_call_with_args() argument 2431 softfloat_post_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) softfloat_post_call_with_args() argument 2443 hardfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) hardfloat_call_with_args() argument 2482 sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types) sljit_emit_call() argument 2539 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw) sljit_emit_ijump() argument 2571 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types, sljit_s32 src, sljit_sw srcw) sljit_emit_icall() argument 2636 emit_fmov_before_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) emit_fmov_before_return() argument 2661 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 type) sljit_emit_op_flags() argument 2714 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) sljit_emit_cmov() argument 2760 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 reg, sljit_s32 mem, sljit_sw memw) sljit_emit_mem() argument 2935 sljit_emit_mem_update(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 reg, sljit_s32 mem, sljit_sw memw) sljit_emit_mem_update() argument 2993 update_mem_addr(struct sljit_compiler *compiler, sljit_s32 *mem, sljit_sw *memw, sljit_s32 max_offset) update_mem_addr() argument 3054 sljit_emit_fmem(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 freg, sljit_s32 mem, sljit_sw memw) sljit_emit_fmem() argument 3093 sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) sljit_emit_const() argument 3114 sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) sljit_emit_put_label() argument [all...] |
| H A D | sljitNativeX86_common.c | 583 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() argument 861 emit_endbranch(struct sljit_compiler *compiler) emit_endbranch() argument 885 emit_rdssp(struct sljit_compiler *compiler, sljit_s32 reg) emit_rdssp() argument 909 emit_incssp(struct sljit_compiler *compiler, sljit_s32 reg) emit_incssp() argument 944 adjust_shadow_stack(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) adjust_shadow_stack() argument 1015 emit_mov(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) emit_mov() argument 1074 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) sljit_emit_op0() argument 1227 emit_mov_byte(struct sljit_compiler *compiler, sljit_s32 sign, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) emit_mov_byte() argument 1369 emit_prefetch(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) emit_prefetch() argument 1393 emit_mov_half(struct sljit_compiler *compiler, sljit_s32 sign, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) emit_mov_half() argument 1441 emit_unary(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) emit_unary() argument 1474 emit_not_with_flags(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) emit_not_with_flags() argument 1509 emit_clz_ctz(struct sljit_compiler *compiler, sljit_s32 is_clz, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) emit_clz_ctz() argument 1596 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_op1() argument 1735 emit_cum_binary(struct sljit_compiler *compiler, sljit_u32 op_types, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) global() argument 1842 emit_non_cum_binary(struct sljit_compiler *compiler, sljit_u32 op_types, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) global() argument 1915 emit_mul(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) global() argument 2043 emit_lea_binary(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) global() argument 2100 emit_cmp_binary(struct sljit_compiler *compiler, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) global() argument 2151 emit_test_binary(struct sljit_compiler *compiler, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) global() argument 2261 emit_shift(struct sljit_compiler *compiler, sljit_u8 mode, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) global() argument 2368 emit_shift_with_flags(struct sljit_compiler *compiler, sljit_u8 mode, sljit_s32 set_flags, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) global() argument 2404 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) global() argument 2487 sljit_emit_op2u(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) global() argument 2516 sljit_emit_shift_into(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src_dst, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) global() argument 2632 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) global() argument 2679 sljit_emit_op_custom(struct sljit_compiler *compiler, void *instruction, sljit_u32 size) global() argument 2717 emit_sse2(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_s32 single, sljit_s32 xmm1, sljit_s32 xmm2, sljit_sw xmm2w) global() argument 2729 emit_sse2_logic(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_s32 pref66, sljit_s32 xmm1, sljit_s32 xmm2, sljit_sw xmm2w) global() argument 2741 emit_sse2_load(struct sljit_compiler *compiler, sljit_s32 single, sljit_s32 dst, sljit_s32 src, sljit_sw srcw) global() argument 2747 emit_sse2_store(struct sljit_compiler *compiler, sljit_s32 single, sljit_s32 dst, sljit_sw dstw, sljit_s32 src) global() argument 2753 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) global() argument 2775 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) global() argument 2810 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) global() argument 2835 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) global() argument 2901 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) global() argument 2966 sljit_emit_label(struct sljit_compiler *compiler) global() argument 2990 sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) global() argument 3018 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw) global() argument 3061 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 type) global() argument 3239 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) global() argument 3279 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset) global() argument 3310 sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) global() argument 3354 sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) global() argument [all...] |
| H A D | sljitNativeMIPS_common.c | 327 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_s32 delay_slot) in push_inst() argument 570 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() argument 800 sljit_emit_enter(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_emit_enter() argument 1001 sljit_set_context(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_set_context() argument 1025 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 frame_size, sljit_ins *ins_ptr) emit_stack_frame_release() argument 1107 sljit_emit_return_void(struct sljit_compiler *compiler) sljit_emit_return_void() argument 1120 sljit_emit_return_to(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) sljit_emit_return_to() argument 1193 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw) getput_arg_fast() argument 1236 getput_arg(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) getput_arg() argument 1331 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw) emit_op_mem() argument 1368 emit_op_mem2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg1, sljit_sw arg1w, sljit_s32 arg2, sljit_sw arg2w) emit_op_mem2() argument 1413 emit_clz_ctz(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw src) emit_clz_ctz() argument 1462 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, sljit_s32 dst, sljit_s32 src1, sljit_sw src2) emit_single_op() argument 2018 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) emit_op() argument 2150 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) sljit_emit_op0() argument 2232 emit_prefetch(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) emit_prefetch() argument 2254 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_op1() argument 2313 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) sljit_emit_op2() argument 2382 sljit_emit_op2u(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) sljit_emit_op2u() argument 2401 sljit_emit_shift_into(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src_dst, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) sljit_emit_shift_into() argument 2489 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) sljit_emit_op_src() argument 2533 sljit_emit_op_custom(struct sljit_compiler *compiler, void *instruction, sljit_u32 size) sljit_emit_op_custom() argument 2549 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_sw_from_f64() argument 2582 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_f64_from_sw() argument 2626 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) sljit_emit_fop1_cmp() argument 2681 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1() argument 2731 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) sljit_emit_fop2() argument 2816 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) sljit_emit_fast_enter() argument 2835 sljit_emit_label(struct sljit_compiler *compiler) sljit_emit_label() argument 2892 sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) sljit_emit_jump() argument 3006 sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) sljit_emit_cmp() argument 3148 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw) sljit_emit_ijump() argument 3191 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 type) sljit_emit_op_flags() argument 3290 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) sljit_emit_cmov() argument 3371 update_mem_addr(struct sljit_compiler *compiler, sljit_s32 *mem, sljit_sw *memw, sljit_s16 max_offset) update_mem_addr() argument 3430 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 reg, sljit_s32 mem, sljit_sw memw) sljit_emit_mem() argument 3585 sljit_emit_fmem(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 freg, sljit_s32 mem, sljit_sw memw) sljit_emit_fmem() argument 3673 sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) sljit_emit_const() argument 3695 sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) sljit_emit_put_label() argument [all...] |
| H A D | sljitLir.h | 551 sljit_get_compiler_error(struct sljit_compiler *compiler) sljit_get_compiler_error() argument 601 sljit_get_executable_offset(struct sljit_compiler *compiler) sljit_get_executable_offset() argument 609 sljit_get_generated_code_size(struct sljit_compiler *compiler) sljit_get_generated_code_size() argument [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_cross_c.cpp | 151 unique_ptr<Compiler> compiler; member 262 spvc_context_create_compiler(spvc_context context, spvc_backend backend, spvc_parsed_ir parsed_ir, spvc_capture_mode mode, spvc_compiler *compiler) spvc_context_create_compiler() argument 348 spvc_compiler_create_compiler_options(spvc_compiler compiler, spvc_compiler_options *options) spvc_compiler_create_compiler_options() argument 724 spvc_compiler_install_compiler_options(spvc_compiler compiler, spvc_compiler_options options) spvc_compiler_install_compiler_options() argument 756 spvc_compiler_add_header_line(spvc_compiler compiler, const char *line) spvc_compiler_add_header_line() argument 774 spvc_compiler_require_extension(spvc_compiler compiler, const char *line) spvc_compiler_require_extension() argument 792 spvc_compiler_flatten_buffer_block(spvc_compiler compiler, spvc_variable_id id) spvc_compiler_flatten_buffer_block() argument 810 spvc_compiler_variable_is_depth_or_compare(spvc_compiler compiler, spvc_variable_id id) spvc_compiler_variable_is_depth_or_compare() argument 827 spvc_compiler_mask_stage_output_by_location(spvc_compiler compiler, unsigned location, unsigned component) spvc_compiler_mask_stage_output_by_location() argument 847 spvc_compiler_mask_stage_output_by_builtin(spvc_compiler compiler, SpvBuiltIn builtin) spvc_compiler_mask_stage_output_by_builtin() argument 865 spvc_compiler_hlsl_set_root_constants_layout(spvc_compiler compiler, const spvc_hlsl_root_constants *constant_info, size_t count) spvc_compiler_hlsl_set_root_constants_layout() argument 899 spvc_compiler_hlsl_add_vertex_attribute_remap(spvc_compiler compiler, const spvc_hlsl_vertex_attribute_remap *remap, size_t count) spvc_compiler_hlsl_add_vertex_attribute_remap() argument 928 spvc_compiler_hlsl_remap_num_workgroups_builtin(spvc_compiler compiler) spvc_compiler_hlsl_remap_num_workgroups_builtin() argument 945 spvc_compiler_hlsl_set_resource_binding_flags(spvc_compiler compiler, spvc_hlsl_binding_flags flags) spvc_compiler_hlsl_set_resource_binding_flags() argument 965 spvc_compiler_hlsl_add_resource_binding(spvc_compiler compiler, const spvc_hlsl_resource_binding *binding) spvc_compiler_hlsl_add_resource_binding() argument 997 spvc_compiler_hlsl_is_resource_used(spvc_compiler compiler, SpvExecutionModel model, unsigned set, unsigned binding) spvc_compiler_hlsl_is_resource_used() argument 1019 spvc_compiler_msl_is_rasterization_disabled(spvc_compiler compiler) spvc_compiler_msl_is_rasterization_disabled() argument 1036 spvc_compiler_msl_needs_swizzle_buffer(spvc_compiler compiler) spvc_compiler_msl_needs_swizzle_buffer() argument 1053 spvc_compiler_msl_needs_buffer_size_buffer(spvc_compiler compiler) spvc_compiler_msl_needs_buffer_size_buffer() argument 1070 spvc_compiler_msl_needs_aux_buffer(spvc_compiler compiler) spvc_compiler_msl_needs_aux_buffer() argument 1075 spvc_compiler_msl_needs_output_buffer(spvc_compiler compiler) spvc_compiler_msl_needs_output_buffer() argument 1092 spvc_compiler_msl_needs_patch_output_buffer(spvc_compiler compiler) spvc_compiler_msl_needs_patch_output_buffer() argument 1109 spvc_compiler_msl_needs_input_threadgroup_mem(spvc_compiler compiler) spvc_compiler_msl_needs_input_threadgroup_mem() argument 1126 spvc_compiler_msl_add_vertex_attribute(spvc_compiler compiler, const spvc_msl_vertex_attribute *va) spvc_compiler_msl_add_vertex_attribute() argument 1149 spvc_compiler_msl_add_shader_input(spvc_compiler compiler, const spvc_msl_shader_input *si) spvc_compiler_msl_add_shader_input() argument 1173 spvc_compiler_msl_add_resource_binding(spvc_compiler compiler, const spvc_msl_resource_binding *binding) spvc_compiler_msl_add_resource_binding() argument 1200 spvc_compiler_msl_add_dynamic_buffer(spvc_compiler compiler, unsigned desc_set, unsigned binding, unsigned index) spvc_compiler_msl_add_dynamic_buffer() argument 1221 spvc_compiler_msl_add_inline_uniform_block(spvc_compiler compiler, unsigned desc_set, unsigned binding) spvc_compiler_msl_add_inline_uniform_block() argument 1241 spvc_compiler_msl_add_discrete_descriptor_set(spvc_compiler compiler, unsigned desc_set) spvc_compiler_msl_add_discrete_descriptor_set() argument 1260 spvc_compiler_msl_set_argument_buffer_device_address_space(spvc_compiler compiler, unsigned desc_set, spvc_bool device_address) spvc_compiler_msl_set_argument_buffer_device_address_space() argument 1280 spvc_compiler_msl_is_shader_input_used(spvc_compiler compiler, unsigned location) spvc_compiler_msl_is_shader_input_used() argument 1298 spvc_compiler_msl_is_vertex_attribute_used(spvc_compiler compiler, unsigned location) spvc_compiler_msl_is_vertex_attribute_used() argument 1303 spvc_compiler_msl_is_resource_used(spvc_compiler compiler, SpvExecutionModel model, unsigned set, unsigned binding) spvc_compiler_msl_is_resource_used() argument 1325 spvc_compiler_msl_set_combined_sampler_suffix(spvc_compiler compiler, const char *suffix) spvc_compiler_msl_set_combined_sampler_suffix() argument 1344 spvc_compiler_msl_get_combined_sampler_suffix(spvc_compiler compiler) spvc_compiler_msl_get_combined_sampler_suffix() argument 1398 spvc_compiler_msl_remap_constexpr_sampler(spvc_compiler compiler, spvc_variable_id id, const spvc_msl_constexpr_sampler *sampler) spvc_compiler_msl_remap_constexpr_sampler() argument 1421 spvc_compiler_msl_remap_constexpr_sampler_by_binding(spvc_compiler compiler, unsigned desc_set, unsigned binding, const spvc_msl_constexpr_sampler *sampler) spvc_compiler_msl_remap_constexpr_sampler_by_binding() argument 1446 spvc_compiler_msl_remap_constexpr_sampler_ycbcr(spvc_compiler compiler, spvc_variable_id id, const spvc_msl_constexpr_sampler *sampler, const spvc_msl_sampler_ycbcr_conversion *conv) spvc_compiler_msl_remap_constexpr_sampler_ycbcr() argument 1472 spvc_compiler_msl_remap_constexpr_sampler_by_binding_ycbcr(spvc_compiler compiler, unsigned desc_set, unsigned binding, const spvc_msl_constexpr_sampler *sampler, const spvc_msl_sampler_ycbcr_conversion *conv) spvc_compiler_msl_remap_constexpr_sampler_by_binding_ycbcr() argument 1500 spvc_compiler_msl_set_fragment_output_components(spvc_compiler compiler, unsigned location, unsigned components) spvc_compiler_msl_set_fragment_output_components() argument 1521 spvc_compiler_msl_get_automatic_resource_binding(spvc_compiler compiler, spvc_variable_id id) spvc_compiler_msl_get_automatic_resource_binding() argument 1539 spvc_compiler_msl_get_automatic_resource_binding_secondary(spvc_compiler compiler, spvc_variable_id id) spvc_compiler_msl_get_automatic_resource_binding_secondary() argument 1557 spvc_compiler_compile(spvc_compiler compiler, const char **source) spvc_compiler_compile() argument 1656 spvc_compiler_get_active_interface_variables(spvc_compiler compiler, spvc_set *set) spvc_compiler_get_active_interface_variables() argument 1676 spvc_compiler_set_enabled_interface_variables(spvc_compiler compiler, spvc_set set) spvc_compiler_set_enabled_interface_variables() argument 1686 spvc_compiler_create_shader_resources_for_active_variables(spvc_compiler compiler, spvc_resources *resources, spvc_set set) spvc_compiler_create_shader_resources_for_active_variables() argument 1713 spvc_compiler_create_shader_resources(spvc_compiler compiler, spvc_resources *resources) spvc_compiler_create_shader_resources() argument 1841 spvc_compiler_set_decoration(spvc_compiler compiler, SpvId id, SpvDecoration decoration, unsigned argument) spvc_compiler_set_decoration() argument 1846 spvc_compiler_set_decoration_string(spvc_compiler compiler, SpvId id, SpvDecoration decoration, const char *argument) spvc_compiler_set_decoration_string() argument 1852 spvc_compiler_set_name(spvc_compiler compiler, SpvId id, const char *argument) spvc_compiler_set_name() argument 1857 spvc_compiler_set_member_decoration(spvc_compiler compiler, spvc_type_id id, unsigned member_index, SpvDecoration decoration, unsigned argument) spvc_compiler_set_member_decoration() argument 1863 spvc_compiler_set_member_decoration_string(spvc_compiler compiler, spvc_type_id id, unsigned member_index, SpvDecoration decoration, const char *argument) spvc_compiler_set_member_decoration_string() argument 1870 spvc_compiler_set_member_name(spvc_compiler compiler, spvc_type_id id, unsigned member_index, const char *argument) spvc_compiler_set_member_name() argument 1875 spvc_compiler_unset_decoration(spvc_compiler compiler, SpvId id, SpvDecoration decoration) spvc_compiler_unset_decoration() argument 1880 spvc_compiler_unset_member_decoration(spvc_compiler compiler, spvc_type_id id, unsigned member_index, SpvDecoration decoration) spvc_compiler_unset_member_decoration() argument 1886 spvc_compiler_has_decoration(spvc_compiler compiler, SpvId id, SpvDecoration decoration) spvc_compiler_has_decoration() argument 1891 spvc_compiler_has_member_decoration(spvc_compiler compiler, spvc_type_id id, unsigned member_index, SpvDecoration decoration) spvc_compiler_has_member_decoration() argument 1899 spvc_compiler_get_name(spvc_compiler compiler, SpvId id) spvc_compiler_get_name() argument 1904 spvc_compiler_get_decoration(spvc_compiler compiler, SpvId id, SpvDecoration decoration) spvc_compiler_get_decoration() argument 1909 spvc_compiler_get_decoration_string(spvc_compiler compiler, SpvId id, SpvDecoration decoration) spvc_compiler_get_decoration_string() argument 1914 spvc_compiler_get_member_decoration(spvc_compiler compiler, spvc_type_id id, unsigned member_index, SpvDecoration decoration) spvc_compiler_get_member_decoration() argument 1920 spvc_compiler_get_member_decoration_string(spvc_compiler compiler, spvc_type_id id, unsigned member_index, SpvDecoration decoration) spvc_compiler_get_member_decoration_string() argument 1927 spvc_compiler_get_member_name(spvc_compiler compiler, spvc_type_id id, unsigned member_index) spvc_compiler_get_member_name() argument 1932 spvc_compiler_get_entry_points(spvc_compiler compiler, const spvc_entry_point **entry_points, size_t *num_entry_points) spvc_compiler_get_entry_points() argument 1964 spvc_compiler_set_entry_point(spvc_compiler compiler, const char *name, SpvExecutionModel model) spvc_compiler_set_entry_point() argument 1970 spvc_compiler_rename_entry_point(spvc_compiler compiler, const char *old_name, const char *new_name, SpvExecutionModel model) spvc_compiler_rename_entry_point() argument 1981 spvc_compiler_get_cleansed_entry_point_name(spvc_compiler compiler, const char *name, SpvExecutionModel model) spvc_compiler_get_cleansed_entry_point_name() argument 1993 spvc_compiler_set_execution_mode(spvc_compiler compiler, SpvExecutionMode mode) spvc_compiler_set_execution_mode() argument 1998 spvc_compiler_set_execution_mode_with_arguments(spvc_compiler compiler, SpvExecutionMode mode, unsigned arg0, unsigned arg1, unsigned arg2) spvc_compiler_set_execution_mode_with_arguments() argument 2005 spvc_compiler_unset_execution_mode(spvc_compiler compiler, SpvExecutionMode mode) spvc_compiler_unset_execution_mode() argument 2010 spvc_compiler_get_execution_modes(spvc_compiler compiler, const SpvExecutionMode **modes, size_t *num_modes) spvc_compiler_get_execution_modes() argument 2027 spvc_compiler_get_execution_mode_argument(spvc_compiler compiler, SpvExecutionMode mode) spvc_compiler_get_execution_mode_argument() argument 2032 spvc_compiler_get_execution_mode_argument_by_index(spvc_compiler compiler, SpvExecutionMode mode, unsigned index) spvc_compiler_get_execution_mode_argument_by_index() argument 2038 spvc_compiler_get_execution_model(spvc_compiler compiler) spvc_compiler_get_execution_model() argument 2043 spvc_compiler_update_active_builtins(spvc_compiler compiler) spvc_compiler_update_active_builtins() argument 2048 spvc_compiler_has_active_builtin(spvc_compiler compiler, SpvBuiltIn builtin, SpvStorageClass storage) spvc_compiler_has_active_builtin() argument 2055 spvc_compiler_get_type_handle(spvc_compiler compiler, spvc_type_id id) spvc_compiler_get_type_handle() argument 2167 spvc_compiler_get_declared_struct_size(spvc_compiler compiler, spvc_type struct_type, size_t *size) spvc_compiler_get_declared_struct_size() argument 2177 spvc_compiler_get_declared_struct_size_runtime_array(spvc_compiler compiler, spvc_type struct_type, size_t array_size, size_t *size) spvc_compiler_get_declared_struct_size_runtime_array() argument 2189 spvc_compiler_get_declared_struct_member_size(spvc_compiler compiler, spvc_type struct_type, unsigned index, size_t *size) spvc_compiler_get_declared_struct_member_size() argument 2199 spvc_compiler_type_struct_member_offset(spvc_compiler compiler, spvc_type type, unsigned index, unsigned *offset) spvc_compiler_type_struct_member_offset() argument 2209 spvc_compiler_type_struct_member_array_stride(spvc_compiler compiler, spvc_type type, unsigned index, unsigned *stride) spvc_compiler_type_struct_member_array_stride() argument 2219 spvc_compiler_type_struct_member_matrix_stride(spvc_compiler compiler, spvc_type type, unsigned index, unsigned *stride) spvc_compiler_type_struct_member_matrix_stride() argument 2229 spvc_compiler_build_dummy_sampler_for_combined_images(spvc_compiler compiler, spvc_variable_id *id) spvc_compiler_build_dummy_sampler_for_combined_images() argument 2239 spvc_compiler_build_combined_image_samplers(spvc_compiler compiler) spvc_compiler_build_combined_image_samplers() argument 2249 spvc_compiler_get_combined_image_samplers(spvc_compiler compiler, const spvc_combined_image_sampler **samplers, size_t *num_samplers) spvc_compiler_get_combined_image_samplers() argument 2274 spvc_compiler_get_specialization_constants(spvc_compiler compiler, const spvc_specialization_constant **constants, size_t *num_constants) spvc_compiler_get_specialization_constants() argument 2299 spvc_compiler_get_constant_handle(spvc_compiler compiler, spvc_variable_id id) spvc_compiler_get_constant_handle() argument 2308 spvc_compiler_get_work_group_size_specialization_constants(spvc_compiler compiler, spvc_specialization_constant *x, spvc_specialization_constant *y, spvc_specialization_constant *z) spvc_compiler_get_work_group_size_specialization_constants() argument 2326 spvc_compiler_get_active_buffer_ranges(spvc_compiler compiler, spvc_variable_id id, const spvc_buffer_range **ranges, size_t *num_ranges) spvc_compiler_get_active_buffer_ranges() argument 2409 spvc_compiler_get_binary_offset_for_decoration(spvc_compiler compiler, spvc_variable_id id, SpvDecoration decoration, unsigned *word_offset) spvc_compiler_get_binary_offset_for_decoration() argument 2424 spvc_compiler_buffer_is_hlsl_counter_buffer(spvc_compiler compiler, spvc_variable_id id) spvc_compiler_buffer_is_hlsl_counter_buffer() argument 2429 spvc_compiler_buffer_get_hlsl_counter_buffer(spvc_compiler compiler, spvc_variable_id id, spvc_variable_id *counter_id) spvc_compiler_buffer_get_hlsl_counter_buffer() argument 2443 spvc_compiler_get_declared_capabilities(spvc_compiler compiler, const SpvCapability **capabilities, size_t *num_capabilities) spvc_compiler_get_declared_capabilities() argument 2453 spvc_compiler_get_declared_extensions(spvc_compiler compiler, const char ***extensions, size_t *num_extensions) spvc_compiler_get_declared_extensions() argument 2474 spvc_compiler_get_remapped_declared_block_name(spvc_compiler compiler, spvc_variable_id id) spvc_compiler_get_remapped_declared_block_name() argument 2484 spvc_compiler_get_buffer_block_decorations(spvc_compiler compiler, spvc_variable_id id, const SpvDecoration **decorations, size_t *num_decorations) spvc_compiler_get_buffer_block_decorations() argument 2610 spvc_compiler_get_current_id_bound(spvc_compiler compiler) spvc_compiler_get_current_id_bound() argument [all...] |
| H A D | spirv_msl.hpp | 1111 CompilerMSL &compiler; member 1132 CompilerMSL &compiler; member
|
| /third_party/protobuf/src/google/protobuf/compiler/js/ |
| H A D | js_generator.cc | 55 namespace compiler { namespace
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3.h | 501 struct ir3_compiler *compiler; member
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.h | 351 struct ac_llvm_compiler *compiler; member
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-code-manager.cc | 382 const char* compiler = in Disassemble() local 385 os << "compiler: " << compiler << "\n"; in Disassemble() local
|
| /third_party/node/deps/v8/src/compiler/backend/mips64/ |
| H A D | instruction-selector-mips64.cc | 14 namespace compiler { namespace
|
| /third_party/node/deps/v8/src/compiler/backend/x64/ |
| H A D | instruction-selector-x64.cc | 28 namespace compiler { namespace [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | pipeline.cc | 111 namespace compiler { global() namespace [all...] |
| H A D | simplified-lowering.cc | 41 namespace compiler { global() namespace [all...] |
| H A D | typer.cc | 27 namespace compiler { global() namespace [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | instruction-selector.cc | 31 namespace compiler { global() namespace [all...] |
| H A D | instruction.h | 29 namespace compiler { namespace
|
| H A D | mid-tier-register-allocator.cc | 25 namespace compiler { namespace
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| H A D | instruction-selector-ppc.cc | 13 namespace compiler { namespace
|
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| H A D | instruction-selector-arm64.cc | 19 namespace compiler { namespace
|
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| H A D | instruction-selector-ia32.cc | 49 namespace compiler { global() namespace [all...] |
| /third_party/node/deps/v8/src/compiler/backend/loong64/ |
| H A D | instruction-selector-loong64.cc | 14 namespace compiler { namespace
|
| /third_party/node/deps/v8/src/compiler/backend/riscv64/ |
| H A D | instruction-selector-riscv64.cc | 12 namespace compiler { namespace
|
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-compiler.cc | 229 explicit RecursionCheck(RegExpCompiler* compiler) : compiler_(compiler) { in RecursionCheck() argument 525 void Trace::Flush(RegExpCompiler* compiler, RegExpNode* successor) { in Flush() argument 585 Emit(RegExpCompiler* compiler, Trace* trace) Emit() argument 611 Emit(RegExpCompiler* compiler, Trace* trace) Emit() argument 815 EmitSimpleCharacter(Isolate* isolate, RegExpCompiler* compiler, base::uc16 c, Label* on_failure, int cp_offset, bool check, bool preloaded) EmitSimpleCharacter() argument 830 EmitAtomNonLetter(Isolate* isolate, RegExpCompiler* compiler, base::uc16 c, Label* on_failure, int cp_offset, bool check, bool preloaded) EmitAtomNonLetter() argument 890 EmitAtomLetter(Isolate* isolate, RegExpCompiler* compiler, base::uc16 c, Label* on_failure, int cp_offset, bool check, bool preloaded) EmitAtomLetter() argument 1320 LimitVersions(RegExpCompiler* compiler, Trace* trace) LimitVersions() argument 1361 KeepRecursing(RegExpCompiler* compiler) KeepRecursing() argument 1378 GetQuickCheckDetails(QuickCheckDetails* details, RegExpCompiler* compiler, int filled_in, bool not_at_start) GetQuickCheckDetails() argument 1398 GetQuickCheckDetails( QuickCheckDetails* details, RegExpCompiler* compiler, int filled_in, bool not_at_start) GetQuickCheckDetails() argument 1451 GetQuickCheckDetailsFromLoopEntry(QuickCheckDetails* details, RegExpCompiler* compiler, int characters_filled_in, bool not_at_start) GetQuickCheckDetailsFromLoopEntry() argument 1503 EmitQuickCheck(RegExpCompiler* compiler, Trace* bounds_check_trace, Trace* trace, bool preload_has_checked_bounds, Label* on_possible_success, QuickCheckDetails* details, bool fall_through_on_failure, ChoiceNode* predecessor) EmitQuickCheck() argument 1584 GetQuickCheckDetails(QuickCheckDetails* details, RegExpCompiler* compiler, int characters_filled_in, bool not_at_start) GetQuickCheckDetails() argument 2010 GetQuickCheckDetails(QuickCheckDetails* details, RegExpCompiler* compiler, int characters_filled_in, bool not_at_start) GetQuickCheckDetails() argument 2037 GetQuickCheckDetailsFromLoopEntry( QuickCheckDetails* details, RegExpCompiler* compiler, int characters_filled_in, bool not_at_start) GetQuickCheckDetailsFromLoopEntry() argument 2070 GetQuickCheckDetails(QuickCheckDetails* details, RegExpCompiler* compiler, int characters_filled_in, bool not_at_start) GetQuickCheckDetails() argument 2116 EmitHat(RegExpCompiler* compiler, RegExpNode* on_success, Trace* trace) EmitHat() argument 2158 EmitBoundaryCheck(RegExpCompiler* compiler, Trace* trace) EmitBoundaryCheck() argument 2205 BacktrackIfPrevious( RegExpCompiler* compiler, Trace* trace, AssertionNode::IfPrevious backtrack_if_previous) BacktrackIfPrevious() argument 2242 GetQuickCheckDetails(QuickCheckDetails* details, RegExpCompiler* compiler, int filled_in, bool not_at_start) GetQuickCheckDetails() argument 2253 Emit(RegExpCompiler* compiler, Trace* trace) Emit() argument 2333 TextEmitPass(RegExpCompiler* compiler, TextEmitPassType pass, bool preloaded, Trace* trace, bool first_element_checked, int* checked_up_to) TextEmitPass() argument 2464 Emit(RegExpCompiler* compiler, Trace* trace) Emit() argument 2510 AdvanceCurrentPositionInTrace(int by, RegExpCompiler* compiler) AdvanceCurrentPositionInTrace() argument 2550 GetSuccessorOfOmnivorousTextNode( RegExpCompiler* compiler) GetSuccessorOfOmnivorousTextNode() argument 2614 Emit(RegExpCompiler* compiler, Trace* trace) Emit() argument 2636 CalculatePreloadCharacters(RegExpCompiler* compiler, int eats_at_least) CalculatePreloadCharacters() argument 2780 BoyerMooreLookahead(int length, RegExpCompiler* compiler, Zone* zone) BoyerMooreLookahead() argument 3057 SetUpPreLoad(RegExpCompiler* compiler, Trace* current_trace, PreloadState* state) SetUpPreLoad() argument 3072 Emit(RegExpCompiler* compiler, Trace* trace) Emit() argument 3137 EmitGreedyLoop(RegExpCompiler* compiler, Trace* trace, AlternativeGenerationList* alt_gens, PreloadState* preload, GreedyLoopState* greedy_loop_state, int text_length) EmitGreedyLoop() argument 3179 EmitOptimizedUnanchoredSearch(RegExpCompiler* compiler, Trace* trace) EmitOptimizedUnanchoredSearch() argument 3225 EmitChoices(RegExpCompiler* compiler, AlternativeGenerationList* alt_gens, int first_choice, Trace* trace, PreloadState* preload) EmitChoices() argument 3308 EmitOutOfLineContinuation(RegExpCompiler* compiler, Trace* trace, GuardedAlternative alternative, AlternativeGeneration* alt_gen, int preload_characters, bool next_expects_preload) EmitOutOfLineContinuation() argument 3347 Emit(RegExpCompiler* compiler, Trace* trace) Emit() argument 3467 Emit(RegExpCompiler* compiler, Trace* trace) Emit() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | OutputSPIRV.cpp | 496 OutputSPIRVTraverser::OutputSPIRVTraverser(TCompiler *compiler, ShCompileOptions compileOptions) in OutputSPIRVTraverser() argument 6310 OutputSPIRV(TCompiler *compiler, TIntermBlock *root, ShCompileOptions compileOptions) OutputSPIRV() argument [all...] |