Home
last modified time | relevance | path

Searched refs:callee_ref (Results 1 – 11 of 11) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-profile.c399 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node, in gimple_gen_ic_profiler() local
401 stmt3 = gimple_build_assign (callee_ref, tmp1); in gimple_gen_ic_profiler()
459 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node, in gimple_gen_ic_func_profiler() local
462 tree ref = force_gimple_operand_gsi (&gsi, callee_ref, true, NULL_TREE, in gimple_gen_ic_func_profiler()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-profile.c399 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node, in gimple_gen_ic_profiler() local
401 stmt3 = gimple_build_assign (callee_ref, tmp1); in gimple_gen_ic_profiler()
459 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node, in gimple_gen_ic_func_profiler() local
462 tree ref = force_gimple_operand_gsi (&gsi, callee_ref, true, NULL_TREE, in gimple_gen_ic_func_profiler()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-profile.c396 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node, in gimple_gen_ic_profiler() local
398 stmt3 = gimple_build_assign (callee_ref, tmp1); in gimple_gen_ic_profiler()
456 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node, in gimple_gen_ic_func_profiler() local
459 tree ref = force_gimple_operand_gsi (&gsi, callee_ref, true, NULL_TREE, in gimple_gen_ic_func_profiler()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-profile.c399 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node, in gimple_gen_ic_profiler() local
401 stmt3 = gimple_build_assign (callee_ref, tmp1); in gimple_gen_ic_profiler()
459 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node, in gimple_gen_ic_func_profiler() local
462 tree ref = force_gimple_operand_gsi (&gsi, callee_ref, true, NULL_TREE, in gimple_gen_ic_func_profiler()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-profile.c410 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node, in gimple_gen_ic_profiler() local
412 stmt3 = gimple_build_assign (callee_ref, tmp1); in gimple_gen_ic_profiler()
470 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node, in gimple_gen_ic_func_profiler() local
473 tree ref = force_gimple_operand_gsi (&gsi, callee_ref, true, NULL_TREE, in gimple_gen_ic_func_profiler()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-profile.c399 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node, in gimple_gen_ic_profiler() local
401 stmt3 = gimple_build_assign (callee_ref, tmp1); in gimple_gen_ic_profiler()
459 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node, in gimple_gen_ic_func_profiler() local
462 tree ref = force_gimple_operand_gsi (&gsi, callee_ref, true, NULL_TREE, in gimple_gen_ic_func_profiler()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-profile.c396 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node, in gimple_gen_ic_profiler() local
398 stmt3 = gimple_build_assign (callee_ref, tmp1); in gimple_gen_ic_profiler()
456 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node, in gimple_gen_ic_func_profiler() local
459 tree ref = force_gimple_operand_gsi (&gsi, callee_ref, true, NULL_TREE, in gimple_gen_ic_func_profiler()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-profile.c396 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node,
398 stmt3 = gimple_build_assign (callee_ref, tmp1);
456 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node,
459 tree ref = force_gimple_operand_gsi (&gsi, callee_ref, true, NULL_TREE,
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-profile.c410 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node, in gimple_gen_ic_profiler() local
412 stmt3 = gimple_build_assign (callee_ref, tmp1); in gimple_gen_ic_profiler()
470 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node, in gimple_gen_ic_func_profiler() local
473 tree ref = force_gimple_operand_gsi (&gsi, callee_ref, true, NULL_TREE, in gimple_gen_ic_func_profiler()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-profile.c410 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node, in gimple_gen_ic_profiler() local
412 stmt3 = gimple_build_assign (callee_ref, tmp1); in gimple_gen_ic_profiler()
470 tree callee_ref = build3 (COMPONENT_REF, ptr_type_node, in gimple_gen_ic_func_profiler() local
473 tree ref = force_gimple_operand_gsi (&gsi, callee_ref, true, NULL_TREE, in gimple_gen_ic_func_profiler()
/dports/devel/py-llvmlite/llvmlite-0.34.0/llvmlite/ir/
H A Dinstructions.py124 callee_ref = "{0} {1}".format(ty, self.callee.get_reference())
126 callee_ref = "{0} {1}".format(self.cconv, callee_ref)
130 callee=callee_ref,