Home
last modified time | relevance | path

Searched defs:loop_block (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_ir_common.h88 LLVMBasicBlockRef loop_block; member
91 LLVMBasicBlockRef loop_block; member
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_variable_initializers.c278 nir_block *loop_block = nir_cursor_current_block(b.cursor); in nir_clear_shared_memory() local
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_loop_to_create_int_constant_synonym.cpp263 std::unique_ptr<opt::BasicBlock> loop_block = in Apply() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_loop_to_create_int_constant_synonym.cpp263 std::unique_ptr<opt::BasicBlock> loop_block = in Apply() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_loop_to_create_int_constant_synonym.cpp263 std::unique_ptr<opt::BasicBlock> loop_block = in Apply() local
/third_party/rust/rust/compiler/rustc_mir_build/src/build/expr/
Dinto.rs220 let loop_block = this.cfg.start_new_block(); in expr_into_dest() localVariable
/third_party/rust/rust/compiler/rustc_mir_dataflow/src/
Delaborate_drops.rs724 let loop_block = BasicBlockData { in drop_loop() localVariable
735 let loop_block = self.elaborator.patch().new_block(loop_block); in drop_loop() localVariable
827 let loop_block = self.drop_loop(self.succ, cur, len, ety, unwind); in drop_loop_pair() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dneedless_continue.rs273 loop_block: &'a ast::Block, field
/third_party/mesa3d/src/amd/compiler/
Daco_insert_exec_mask.cpp603 Block& loop_block = ctx.program->blocks[i]; in add_branch_code() local
/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/
Dbase.rs724 let loop_block = fx.bcx.create_block(); in codegen_stmt() localVariable
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dexpr.rs830 let loop_block = self.block_all(span, arena_vec![self; inner_match_stmt, yield_stmt], None); in lower_expr_await() localVariable
1510 let loop_block = self.block_all(for_span, arena_vec![self; match_stmt], None); in lower_expr_for() localVariable
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c2807 midgard_block *loop_block = emit_cf_list(ctx, &nloop->body); in emit_loop() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc1524 auto* loop_block = in Identifier() local