Searched refs:goto_blocks (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | asm.rst | 113 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 D | libgccjit++.h | 474 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 D | libgccjit.h | 1862 gcc_jit_block **goto_blocks,
|
H A D | jit-playback.h | 616 const auto_vec <block *> *goto_blocks);
|
H A D | libgccjit.cc | 4138 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 D | jit-recording.h | 1389 block **goto_blocks, 2441 block **goto_blocks,
|
H A D | jit-recording.cc | 4608 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 D | jit-playback.cc | 2257 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 D | asm.rst | 112 std::vector<block> goto_blocks,\
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 9738 …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,
|