Searched refs:build_float_identity (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | ChangeLog-2019 | 289 (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 D | d-codegen.cc | 912 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 D | d-tree.h | 553 extern tree build_float_identity (tree_code, tree, tree);
|
H A D | expr.cc | 290 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 D | ChangeLog-2020 | 351 (build_float_identity): Call build_memcmp_call.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-codegen.cc | 846 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 D | d-tree.h | 534 extern tree build_float_identity (tree_code, tree, tree);
|
H A D | expr.cc | 286 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()
|