Home
last modified time | relevance | path

Searched refs:m_ctxt (Results 201 – 225 of 1253) sorted by relevance

12345678910>>...51

/dports/lang/gcc10-devel/gcc-10-20211008/gcc/jit/
H A Djit-playback.c1357 : m_ctxt(ctxt), in function()
1429 return new lvalue (m_ctxt, inner); in new_local()
1455 m_ctxt->set_tree_location (t_fnptr, loc); in get_address()
1456 return new rvalue (m_ctxt, t_fnptr); in get_address()
1470 JIT_LOG_SCOPE (m_ctxt->get_logger ()); in build_stmt_list()
1497 JIT_LOG_SCOPE (m_ctxt->get_logger ()); in postprocess()
1499 if (m_ctxt->get_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_TREE)) in postprocess()
1537 if (m_ctxt->get_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_GIMPLE)) in postprocess()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/jit/
H A Djit-playback.c1286 : m_ctxt(ctxt), in function()
1358 return new lvalue (m_ctxt, inner); in new_local()
1384 m_ctxt->set_tree_location (t_fnptr, loc); in get_address()
1385 return new rvalue (m_ctxt, t_fnptr); in get_address()
1399 JIT_LOG_SCOPE (m_ctxt->get_logger ()); in build_stmt_list()
1426 JIT_LOG_SCOPE (m_ctxt->get_logger ()); in postprocess()
1428 if (m_ctxt->get_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_TREE)) in postprocess()
1466 if (m_ctxt->get_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_GIMPLE)) in postprocess()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/jit/
H A Djit-playback.c1286 : m_ctxt(ctxt), in function()
1358 return new lvalue (m_ctxt, inner); in new_local()
1384 m_ctxt->set_tree_location (t_fnptr, loc); in get_address()
1385 return new rvalue (m_ctxt, t_fnptr); in get_address()
1399 JIT_LOG_SCOPE (m_ctxt->get_logger ()); in build_stmt_list()
1426 JIT_LOG_SCOPE (m_ctxt->get_logger ()); in postprocess()
1428 if (m_ctxt->get_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_TREE)) in postprocess()
1466 if (m_ctxt->get_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_GIMPLE)) in postprocess()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/jit/
H A Djit-playback.c1287 : m_ctxt(ctxt), in function()
1359 return new lvalue (m_ctxt, inner); in new_local()
1385 m_ctxt->set_tree_location (t_fnptr, loc); in get_address()
1386 return new rvalue (m_ctxt, t_fnptr); in get_address()
1400 JIT_LOG_SCOPE (m_ctxt->get_logger ()); in build_stmt_list()
1427 JIT_LOG_SCOPE (m_ctxt->get_logger ()); in postprocess()
1429 if (m_ctxt->get_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_TREE)) in postprocess()
1467 if (m_ctxt->get_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_GIMPLE)) in postprocess()
/dports/lang/gcc10/gcc-10.3.0/gcc/jit/
H A Djit-playback.c1357 : m_ctxt(ctxt), in function()
1429 return new lvalue (m_ctxt, inner); in new_local()
1455 m_ctxt->set_tree_location (t_fnptr, loc); in get_address()
1456 return new rvalue (m_ctxt, t_fnptr); in get_address()
1470 JIT_LOG_SCOPE (m_ctxt->get_logger ()); in build_stmt_list()
1497 JIT_LOG_SCOPE (m_ctxt->get_logger ()); in postprocess()
1499 if (m_ctxt->get_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_TREE)) in postprocess()
1537 if (m_ctxt->get_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_GIMPLE)) in postprocess()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/jit/
H A Djit-playback.c1287 : m_ctxt(ctxt), in function()
1359 return new lvalue (m_ctxt, inner); in new_local()
1385 m_ctxt->set_tree_location (t_fnptr, loc); in get_address()
1386 return new rvalue (m_ctxt, t_fnptr); in get_address()
1400 JIT_LOG_SCOPE (m_ctxt->get_logger ()); in build_stmt_list()
1427 JIT_LOG_SCOPE (m_ctxt->get_logger ()); in postprocess()
1429 if (m_ctxt->get_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_TREE)) in postprocess()
1467 if (m_ctxt->get_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_GIMPLE)) in postprocess()
/dports/lang/gcc8/gcc-8.5.0/gcc/jit/
H A Djit-playback.c1286 : m_ctxt(ctxt), in function()
1358 return new lvalue (m_ctxt, inner); in new_local()
1384 m_ctxt->set_tree_location (t_fnptr, loc); in get_address()
1385 return new rvalue (m_ctxt, t_fnptr); in get_address()
1399 JIT_LOG_SCOPE (m_ctxt->get_logger ()); in build_stmt_list()
1426 JIT_LOG_SCOPE (m_ctxt->get_logger ()); in postprocess()
1428 if (m_ctxt->get_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_TREE)) in postprocess()
1466 if (m_ctxt->get_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_GIMPLE)) in postprocess()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcgraphbuild.c496 opt_pass * clone () { return new pass_rebuild_cgraph_edges (m_ctxt); } in clone()
537 return new pass_remove_cgraph_callee_edges (m_ctxt); in clone()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcgraphbuild.c487 opt_pass * clone () { return new pass_rebuild_cgraph_edges (m_ctxt); } in clone()
528 return new pass_remove_cgraph_callee_edges (m_ctxt); in clone()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcgraphbuild.c487 opt_pass * clone () { return new pass_rebuild_cgraph_edges (m_ctxt); } in clone()
528 return new pass_remove_cgraph_callee_edges (m_ctxt); in clone()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcgraphbuild.c496 opt_pass * clone () { return new pass_rebuild_cgraph_edges (m_ctxt); } in clone()
537 return new pass_remove_cgraph_callee_edges (m_ctxt); in clone()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dcgraphbuild.c487 opt_pass * clone () { return new pass_rebuild_cgraph_edges (m_ctxt); } in clone()
528 return new pass_remove_cgraph_callee_edges (m_ctxt); in clone()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dcgraphbuild.c487 opt_pass * clone () { return new pass_rebuild_cgraph_edges (m_ctxt); } in clone()
528 return new pass_remove_cgraph_callee_edges (m_ctxt); in clone()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcgraphbuild.c487 opt_pass * clone () { return new pass_rebuild_cgraph_edges (m_ctxt); } in clone()
528 return new pass_remove_cgraph_callee_edges (m_ctxt); in clone()
/dports/devel/hs-hlint/hlint-3.3.4/src/Hint/
H A DListRec.hs138 L _ Match { m_ctxt=LambdaExpr
206 Match { m_ctxt = FunRhs {mc_fun=(L _ name)}
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/Hint/
H A DListRec.hs138 L _ Match { m_ctxt=LambdaExpr
206 Match { m_ctxt = FunRhs {mc_fun=(L _ name)}
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcgraphbuild.c496 opt_pass * clone () { return new pass_rebuild_cgraph_edges (m_ctxt); } in clone()
537 return new pass_remove_cgraph_callee_edges (m_ctxt); in clone()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcgraphbuild.c543 opt_pass * clone () { return new pass_rebuild_cgraph_edges (m_ctxt); } in clone()
592 return new pass_remove_cgraph_callee_edges (m_ctxt); in clone()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcgraphbuild.c496 opt_pass * clone () { return new pass_rebuild_cgraph_edges (m_ctxt); } in clone()
537 return new pass_remove_cgraph_callee_edges (m_ctxt); in clone()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcgraphbuild.c496 opt_pass * clone () { return new pass_rebuild_cgraph_edges (m_ctxt); } in clone()
537 return new pass_remove_cgraph_callee_edges (m_ctxt); in clone()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dcgraphbuild.c487 opt_pass * clone () { return new pass_rebuild_cgraph_edges (m_ctxt); } in clone()
528 return new pass_remove_cgraph_callee_edges (m_ctxt); in clone()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dcgraphbuild.c487 opt_pass * clone () { return new pass_rebuild_cgraph_edges (m_ctxt); } in clone()
528 return new pass_remove_cgraph_callee_edges (m_ctxt); in clone()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcgraphbuild.c496 opt_pass * clone () { return new pass_rebuild_cgraph_edges (m_ctxt); } in clone()
537 return new pass_remove_cgraph_callee_edges (m_ctxt); in clone()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcgraphbuild.c487 opt_pass * clone () { return new pass_rebuild_cgraph_edges (m_ctxt); } in clone()
528 return new pass_remove_cgraph_callee_edges (m_ctxt); in clone()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcgraphbuild.c487 opt_pass * clone () { return new pass_rebuild_cgraph_edges (m_ctxt); } in clone()
528 return new pass_remove_cgraph_callee_edges (m_ctxt); in clone()

12345678910>>...51