Home
last modified time | relevance | path

Searched refs:goto_blocks (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dasm.rst113 gcc_jit_block **goto_blocks,\
139 ``goto_blocks`` must be non-NULL. This corresponds to the ``GotoLabels``
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit++.h474 std::vector<block> goto_blocks,
1636 std::vector<block> goto_blocks, in end_with_extended_asm_goto() argument
1641 block *as_array_of_wrappers = &goto_blocks[0]; in end_with_extended_asm_goto()
1651 goto_blocks.size (), in end_with_extended_asm_goto()
H A Dlibgccjit.h1862 gcc_jit_block **goto_blocks,
H A Djit-playback.h616 const auto_vec <block *> *goto_blocks);
H A Dlibgccjit.cc4138 gcc_jit_block **goto_blocks, in gcc_jit_block_end_with_extended_asm_goto() argument
4148 RETURN_NULL_IF_FAIL_PRINTF1 (goto_blocks[i], in gcc_jit_block_end_with_extended_asm_goto()
4154 num_goto_blocks, (gcc::jit::recording::block **)goto_blocks, in gcc_jit_block_end_with_extended_asm_goto()
H A Djit-recording.h1389 block **goto_blocks,
2441 block **goto_blocks,
H A Djit-recording.cc4608 block **goto_blocks, in end_with_extended_asm_goto() argument
4613 num_goto_blocks, goto_blocks, in end_with_extended_asm_goto()
7449 block **goto_blocks, in extended_asm_goto() argument
7456 m_goto_blocks.quick_push (goto_blocks[i]); in extended_asm_goto()
H A Djit-playback.cc2257 const auto_vec <block *> *goto_blocks) in add_extended_asm()
2263 tree t_labels = build_goto_operands (goto_blocks); in add_extended_asm()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dasm.rst112 std::vector<block> goto_blocks,\
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi9738 …t char@w{ }*asm_template, int@w{ }num_goto_blocks, gcc_jit_block@w{ }**goto_blocks, gcc_jit_block@…
9784 @code{goto_blocks} must be non-NULL. This corresponds to the @code{GotoLabels}
15312 …extended_asm_goto (const std::string &asm_template, std::vector<block> goto_blocks, block *fallthr…
15342 std::vector<gccjit::block> goto_blocks (@{b_carry@});
15345 goto_blocks,