Home
last modified time | relevance | path

Searched refs:end_bb (Results 51 – 75 of 116) sorted by relevance

12345

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/machinst/
H A Dvcode.rs152 pub fn end_bb(&mut self) { in end_bb() method
H A Dlower.rs606 self.vcode.end_bb(); in copy_bbs_to_vcode()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dvcode.rs201 pub fn end_bb(&mut self) -> BlockIndex { in end_bb() method
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/vulkan/
H A Dradv_nir_to_llvm.c4315 LLVMBasicBlockRef end_bb; in ac_gs_copy_shader_emit() local
4318 end_bb = LLVMAppendBasicBlockInContext(ctx->ac.context, in ac_gs_copy_shader_emit()
4320 switch_inst = LLVMBuildSwitch(ctx->ac.builder, stream_id, end_bb, 4); in ac_gs_copy_shader_emit()
4334 bb = LLVMInsertBasicBlockInContext(ctx->ac.context, end_bb, "out"); in ac_gs_copy_shader_emit()
4388 LLVMBuildBr(ctx->ac.builder, end_bb); in ac_gs_copy_shader_emit()
4391 LLVMPositionBuilderAtEnd(ctx->ac.builder, end_bb); in ac_gs_copy_shader_emit()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dvcode.rs222 pub fn end_bb(&mut self) { in end_bb() method
H A Dlower.rs862 self.vcode.end_bb(); in copy_bbs_to_vcode()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dvcode.rs222 pub fn end_bb(&mut self) { in end_bb() method
H A Dlower.rs862 self.vcode.end_bb(); in copy_bbs_to_vcode()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/machinst/
H A Dvcode.rs215 pub fn end_bb(&mut self) { in end_bb() method
H A Dlower.rs866 self.vcode.end_bb(); in copy_bbs_to_vcode()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dvcode.rs222 pub fn end_bb(&mut self) { in end_bb() method
H A Dlower.rs862 self.vcode.end_bb(); in copy_bbs_to_vcode()
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dcodegen.cpp2543 LLVMBasicBlockRef end_bb) in gen_assert_resume_id() argument
2553 if (end_bb == nullptr) end_bb = LLVMAppendBasicBlock(g->cur_fn_val, "OkResume"); in gen_assert_resume_id()
2557 LLVMBuildCondBr(g->builder, ok_bit, end_bb, bad_resume_block); in gen_assert_resume_id()
2562 LLVMPositionBuilderAtEnd(g->builder, end_bb); in gen_assert_resume_id()
6895 LLVMBasicBlockRef end_bb = LLVMAppendBasicBlock(g->cur_fn_val, "AwaitEnd"); in ir_render_await() local
6951 LLVMBuildBr(g->builder, end_bb); in ir_render_await()
6955 LLVMBuildBr(g->builder, end_bb); in ir_render_await()
6957 LLVMPositionBuilderAtEnd(g->builder, end_bb); in ir_render_await()
H A Dall_types.hpp4612 Stage1ZirBasicBlock *end_bb; member
H A Dastgen.cpp3319 scope_block->peer_parent->end_bb = scope_block->end_block; in astgen_block()
3582 peer_parent->end_bb = end_block; in ir_build_result_peers()
7072 peer_parent->end_bb = end_block; in astgen_switch_expr()
H A Dir.cpp12101 if (peer_parent->end_bb->suspend_instruction_ref == nullptr) { in ir_resolve_result_raw()
12102 peer_parent->end_bb->suspend_instruction_ref = suspend_source_instr; in ir_resolve_result_raw()
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dcodegen.cpp2543 LLVMBasicBlockRef end_bb) in gen_assert_resume_id() argument
2553 if (end_bb == nullptr) end_bb = LLVMAppendBasicBlock(g->cur_fn_val, "OkResume"); in gen_assert_resume_id()
2557 LLVMBuildCondBr(g->builder, ok_bit, end_bb, bad_resume_block); in gen_assert_resume_id()
2562 LLVMPositionBuilderAtEnd(g->builder, end_bb); in gen_assert_resume_id()
6895 LLVMBasicBlockRef end_bb = LLVMAppendBasicBlock(g->cur_fn_val, "AwaitEnd"); in ir_render_await() local
6951 LLVMBuildBr(g->builder, end_bb); in ir_render_await()
6955 LLVMBuildBr(g->builder, end_bb); in ir_render_await()
6957 LLVMPositionBuilderAtEnd(g->builder, end_bb); in ir_render_await()
H A Dall_types.hpp4612 Stage1ZirBasicBlock *end_bb; member
H A Dastgen.cpp3319 scope_block->peer_parent->end_bb = scope_block->end_block; in astgen_block()
3582 peer_parent->end_bb = end_block; in ir_build_result_peers()
7072 peer_parent->end_bb = end_block; in astgen_switch_expr()
H A Dir.cpp12101 if (peer_parent->end_bb->suspend_instruction_ref == nullptr) { in ir_resolve_result_raw()
12102 peer_parent->end_bb->suspend_instruction_ref = suspend_source_instr; in ir_resolve_result_raw()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DOptimizer.cpp334 G4_BB* end_bb = kernel.m_instToBBs[ip_end]; in finishFusedCallWA() local
340 INST_LIST_ITER it_end = std::find(end_bb->begin(), end_bb->end(), ip_end); in finishFusedCallWA()
344 INST_LIST_ITER iterEnd = (b == end_bb ? it_end : b->end()); in finishFusedCallWA()
351 } while (b != end_bb && next_b != nullptr); in finishFusedCallWA()
352 assert(b == end_bb); in finishFusedCallWA()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A DChangeLog.210632 end_bb): Add static prototype.
10634 (end_bb): Remove unused parameter.
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A DChangeLog.210632 end_bb): Add static prototype.
10634 (end_bb): Remove unused parameter.
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-199910632 end_bb): Add static prototype.
10634 (end_bb): Remove unused parameter.
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A DChangeLog-199910632 end_bb): Add static prototype.
10634 (end_bb): Remove unused parameter.

12345