/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
H A D | tut03-sum-of-squares.c | 62 gcc_jit_function_new_block (func, "initial"); in create_code() 64 gcc_jit_function_new_block (func, "loop_cond"); in create_code() 66 gcc_jit_function_new_block (func, "loop_body"); in create_code() 68 gcc_jit_function_new_block (func, "after_loop"); in create_code()
|
H A D | tut05-bf.c | 235 gcc_jit_function_new_block (bfc->func, NULL); in bf_compile_char() 237 gcc_jit_function_new_block (bfc->func, NULL); in bf_compile_char() 239 gcc_jit_function_new_block (bfc->func, NULL); in bf_compile_char() 368 gcc_jit_function_new_block (bfc.func, "initial"); in bf_compile()
|
H A D | tut02-square.c | 47 gcc_jit_block *block = gcc_jit_function_new_block (func, NULL); in create_code()
|
H A D | tut01-hello-world.c | 63 gcc_jit_block *block = gcc_jit_function_new_block (func, NULL); in create_code()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
H A D | tut03-sum-of-squares.c | 62 gcc_jit_function_new_block (func, "initial"); in create_code() 64 gcc_jit_function_new_block (func, "loop_cond"); in create_code() 66 gcc_jit_function_new_block (func, "loop_body"); in create_code() 68 gcc_jit_function_new_block (func, "after_loop"); in create_code()
|
H A D | tut05-bf.c | 235 gcc_jit_function_new_block (bfc->func, NULL); in bf_compile_char() 237 gcc_jit_function_new_block (bfc->func, NULL); in bf_compile_char() 239 gcc_jit_function_new_block (bfc->func, NULL); in bf_compile_char() 368 gcc_jit_function_new_block (bfc.func, "initial"); in bf_compile()
|
H A D | tut02-square.c | 47 gcc_jit_block *block = gcc_jit_function_new_block (func, NULL); in create_code()
|
H A D | tut01-hello-world.c | 63 gcc_jit_block *block = gcc_jit_function_new_block (func, NULL); in create_code()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/ |
H A D | tutorial03.rst | 187 gcc_jit_function_new_block (func, "initial"); 189 gcc_jit_function_new_block (func, "loop_cond"); 191 gcc_jit_function_new_block (func, "loop_body"); 193 gcc_jit_function_new_block (func, "after_loop");
|
H A D | tutorial02.rst | 144 gcc_jit_block *block = gcc_jit_function_new_block (func, NULL);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/ |
H A D | tutorial03.rst | 187 gcc_jit_function_new_block (func, "initial"); 189 gcc_jit_function_new_block (func, "loop_cond"); 191 gcc_jit_function_new_block (func, "loop_body"); 193 gcc_jit_function_new_block (func, "after_loop");
|
H A D | tutorial02.rst | 144 gcc_jit_block *block = gcc_jit_function_new_block (func, NULL);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit.map | 82 gcc_jit_function_new_block;
|
H A D | libgccjit.h | 754 gcc_jit_function_new_block (gcc_jit_function *func,
|
H A D | libgccjit++.h | 1420 return block (gcc_jit_function_new_block (get_inner_function (), in new_block() 1427 return block (gcc_jit_function_new_block (get_inner_function (), in new_block()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/internals/ |
H A D | test-hello-world.exe.log.txt | 40 JIT: entering: gcc_jit_function_new_block 41 JIT: exiting: gcc_jit_function_new_block
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/internals/ |
H A D | test-hello-world.exe.log.txt | 40 JIT: entering: gcc_jit_function_new_block 41 JIT: exiting: gcc_jit_function_new_block
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit.map | 82 gcc_jit_function_new_block;
|
H A D | libgccjit.h | 834 gcc_jit_function_new_block (gcc_jit_function *func,
|
H A D | libgccjit++.h | 1489 return block (gcc_jit_function_new_block (get_inner_function (), in new_block() 1496 return block (gcc_jit_function_new_block (get_inner_function (), in new_block()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.c | 559 state.initial_block = gcc_jit_function_new_block (state.fn, "initial"); in toyvm_function_compile() 566 state.op_blocks[pc] = gcc_jit_function_new_block (state.fn, buf); in toyvm_function_compile()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.c | 559 state.initial_block = gcc_jit_function_new_block (state.fn, "initial"); in toyvm_function_compile() 566 state.op_blocks[pc] = gcc_jit_function_new_block (state.fn, buf); in toyvm_function_compile()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | functions.rst | 174 gcc_jit_function_new_block (gcc_jit_function *func,\ 189 state.op_blocks[pc] = gcc_jit_function_new_block (state.fn, buf);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | functions.rst | 219 gcc_jit_function_new_block (gcc_jit_function *func,\ 234 state.op_blocks[pc] = gcc_jit_function_new_block (state.fn, buf);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 496 gcc_jit_block *block = gcc_jit_function_new_block (func, NULL); 752 gcc_jit_block *block = gcc_jit_function_new_block (func, NULL); 1085 gcc_jit_block *block = gcc_jit_function_new_block (func, NULL); 1420 gcc_jit_function_new_block (func, "initial"); 1422 gcc_jit_function_new_block (func, "loop_cond"); 1424 gcc_jit_function_new_block (func, "loop_body"); 1426 gcc_jit_function_new_block (func, "after_loop"); 1714 gcc_jit_function_new_block (func, "initial"); 1716 gcc_jit_function_new_block (func, "loop_cond"); 1718 gcc_jit_function_new_block (func, "loop_body"); [all …]
|