Home
last modified time | relevance | path

Searched refs:find_ili (Results 1 – 3 of 3) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dexpatomics.cpp2688 if (find_ili(lhs, op2)) in get_simple_update_operand()
2701 if (find_ili(lhs, op2)) in get_simple_update_operand()
2846 if (find_ili(rhs, op1)) { in load_op_match_lhs()
2871 if (!find_ili(rhs, load)) { in get_complex_update_operand()
2873 if (find_ili(rhs, lhs)) { in get_complex_update_operand()
3167 if (find_ili(cpt.rhs[FIRST], cpt.lhs[SECOND])) { in exp_mp_atomic_capture()
3211 if (!find_ili(cpt.rhs[SECOND], cpt.lhs[FIRST])) { in exp_mp_atomic_capture()
3241 if (find_ili(cpt.rhs[FIRST], cpt.lhs[SECOND])) { in exp_mp_atomic_capture()
H A Diliutil.h91 bool find_ili(int tree, int it);
H A Diliutil.cpp9170 find_ili(int tree, int it) in find_ili() function