Home
last modified time | relevance | path

Searched defs:block (Results 1251 - 1275 of 2408) sorted by relevance

1...<<51525354555657585960>>...97

/third_party/mesa3d/src/compiler/nir/
H A Dnir_builder.c320 nir_block *block = nir_cursor_current_block(build->cursor); in nir_builder_is_inside_cf() local
350 nir_block *block = nir_cursor_current_block(build->cursor); in nir_push_else() local
363 nir_block *block = nir_cursor_current_block(build->cursor); in nir_pop_if() local
372 nir_block *block = nir_cursor_current_block(build->cursor); in nir_if_phi() local
404 nir_block *block = nir_cursor_current_block(build->cursor); in nir_pop_loop() local
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_cssa.cpp218 const Block& block = ctx.program->blocks[block_idx]; intersects() local
483 Block& block = ctx.program->blocks[i]; emit_parallelcopies() local
[all...]
H A Daco_live_var_analysis.cpp107 process_live_temps_per_block(Program* program, live& lives, Block* block, unsigned& worklist, in process_live_temps_per_block() argument
[all...]
H A Daco_print_ir.cpp830 aco_print_block(const Block* block, FILE* output, unsigned flags, const live& live_vars) in aco_print_block() argument
[all...]
H A Daco_validate.cpp704 Block& block = program->blocks[i]; in validate_ir() local
741 Block* block; global() member
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlink_uniform_blocks.cpp216 struct block { struct
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir.c643 struct qblock *block = rzalloc(c, struct qblock); in qir_new_block() local
658 qir_set_emit_block(struct vc4_compile *c, struct qblock *block) qir_set_emit_block() argument
[all...]
H A Dvc4_nir_lower_blend.c573 vc4_nir_lower_blend_block(nir_block *block, struct vc4_compile *c) in vc4_nir_lower_blend_block() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_copy_propagation.cpp1022 opt_copy_propagation_local(void *copy_prop_ctx, bblock_t *block, exec_list *acp) opt_copy_propagation_local() argument
[all...]
H A Dbrw_fs_builder.h71 fs_builder(backend_shader *shader, bblock_t *block, fs_inst *inst) : in fs_builder() argument
87 at(bblock_t *block, exec_node *cursor) const in at() argument
871 bblock_t *block; global() member in brw::fs_builder
[all...]
H A Dbrw_fs_combine_constants.cpp112 bblock_t *block; member
[all...]
H A Dbrw_cfg.h67 struct bblock_t *block; member
130 bblock_start(struct bblock_t *block) in bblock_start() argument
136 bblock_start_const(const struct bblock_t *block) in bblock_start_const() argument
142 bblock_end(struct bblock_t *block) bblock_end() argument
148 bblock_end_const(const struct bblock_t *block) bblock_end_const() argument
154 bblock_next(struct bblock_t *block) bblock_next() argument
163 bblock_next_const(const struct bblock_t *block) bblock_next_const() argument
172 bblock_prev(struct bblock_t *block) bblock_prev() argument
181 bblock_prev_const(const struct bblock_t *block) bblock_prev_const() argument
190 bblock_starts_with_control_flow(const struct bblock_t *block) bblock_starts_with_control_flow() argument
197 bblock_ends_with_control_flow(const struct bblock_t *block) bblock_ends_with_control_flow() argument
208 bblock_first_non_control_flow_inst(struct bblock_t *block) bblock_first_non_control_flow_inst() argument
221 bblock_last_non_control_flow_inst(struct bblock_t *block) bblock_last_non_control_flow_inst() argument
[all...]
H A Dbrw_schedule_instructions.cpp988 add_insts_from_block(bblock_t *block) add_insts_from_block() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_vectorize_vs_inputs.c324 r600_vectorize_block(nir_builder *b, nir_block *block, struct set *instr_set, in r600_vectorize_block() argument
H A Dsfn_nir_lower_fs_out_to_vector.cpp244 NirLowerIOToVector::vectorize_block(nir_builder *b, nir_block *block) in vectorize_block() argument
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.h86 } block; /* variable length, keep at the end */ member
/third_party/node/deps/icu-small/source/common/
H A Ducptrie.cpp337 int32_t block; in getRange() local
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmir.c363 mir_bundle_idx_for_ins(midgard_instruction *tag, midgard_block *block) in mir_bundle_idx_for_ins() argument
382 mir_insert_instruction_before_scheduled( compiler_context *ctx, midgard_block *block, midgard_instruction *tag, midgard_instruction ins) mir_insert_instruction_before_scheduled() argument
406 mir_insert_instruction_after_scheduled( compiler_context *ctx, midgard_block *block, midgard_instruction *tag, midgard_instruction ins) mir_insert_instruction_after_scheduled() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h241 struct data_block *block = list->head; in lp_scene_alloc() local
275 struct data_block *block = list->head; lp_scene_alloc_aligned() local
[all...]
H A Dlp_state_fs_linear_llvm.c326 LLVMBasicBlockRef block = in llvmpipe_fs_variant_linear_llvm() local
H A Dlp_test_blend.c149 LLVMBasicBlockRef block; in add_blend_test() local
H A Dlp_test_arit.c355 LLVMBasicBlockRef block = LLVMAppendBasicBlockInContext(context, func, "entry"); in build_unary_test_func() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dmove-optimizer.cc349 void MoveOptimizer::CompressBlock(InstructionBlock* block) { in CompressBlock() argument
373 OptimizeMerge(InstructionBlock* block) OptimizeMerge() argument
[all...]
H A Dspill-placer.cc92 InstructionBlock* block = in Add() local
249 ExpandBoundsToInclude(RpoNumber block) ExpandBoundsToInclude() argument
264 SetSpillRequired(InstructionBlock* block, int vreg, RpoNumber top_start_block) SetSpillRequired() argument
282 SetDefinition(RpoNumber block, int vreg) SetDefinition() argument
293 InstructionBlock* block = code->instruction_blocks()[i]; FirstBackwardPass() local
339 InstructionBlock* block = code->instruction_blocks()[i]; ForwardPass() local
396 InstructionBlock* block = code->instruction_blocks()[i]; SecondBackwardPass() local
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi.h391 void ReturnBlock(Address* block) { in ReturnBlock() argument
486 internal::Address* block = in GetSpareOrNewBlock() local

Completed in 23 milliseconds

1...<<51525354555657585960>>...97