Home
last modified time | relevance | path

Searched refs:build_float_identity (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2019289 (build_float_identity): Moved here from expr.cc.
291 * d-tree.h (build_float_identity): New.
292 * expr.cc (build_float_identity): Move to d-codegen.cc.
296 * expr.cc (build_float_identity): New function.
H A Dd-codegen.cc912 build_float_identity (tree_code code, tree t1, tree t2) in build_float_identity() function
974 tcmp = build_float_identity (code, t1ref, t2ref); in lower_struct_comparison()
977 tree req = build_float_identity (code, real_part (t1ref), in lower_struct_comparison()
979 tree ieq = build_float_identity (code, imaginary_part (t1ref), in lower_struct_comparison()
H A Dd-tree.h553 extern tree build_float_identity (tree_code, tree, tree);
H A Dexpr.cc290 this->result_ = build_float_identity (code, t1, t2); in visit()
294 tree req = build_float_identity (code, real_part (t1), in visit()
296 tree ieq = build_float_identity (code, imaginary_part (t1), in visit()
H A DChangeLog-2020351 (build_float_identity): Call build_memcmp_call.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-codegen.cc846 build_float_identity (tree_code code, tree t1, tree t2) in build_float_identity() function
913 tcmp = build_float_identity (code, t1ref, t2ref); in lower_struct_comparison()
916 tree req = build_float_identity (code, real_part (t1ref), in lower_struct_comparison()
918 tree ieq = build_float_identity (code, imaginary_part (t1ref), in lower_struct_comparison()
H A Dd-tree.h534 extern tree build_float_identity (tree_code, tree, tree);
H A Dexpr.cc286 this->result_ = build_float_identity (code, t1, t2); in visit()
290 tree req = build_float_identity (code, real_part (t1), in visit()
292 tree ieq = build_float_identity (code, imaginary_part (t1), in visit()