Searched refs:type_d (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-ssa-copy.c | 63 tree type_d = TREE_TYPE (dest); in may_propagate_copy() local 67 if (!tree_ssa_useless_type_conversion_1 (type_d, type_o)) in may_propagate_copy() 108 && POINTER_TYPE_P (type_d) in may_propagate_copy() 115 else if (!lang_hooks.types_compatible_p (type_d, type_o)) in may_propagate_copy() 117 else if (get_alias_set (TREE_TYPE (type_d)) != in may_propagate_copy()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 286 !foldl([]<list<WMMA_REGS>>, !if(!size(TypeD), TypeD, [type_c]), t5, type_d, !listconcat(t5, 290 WMMA_REGS<geom, "d", type_d>]]))))))))));
|