Searched refs:alias_ptr (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-predcom.cc | 1778 tree addr, alias_ptr; in ref_at_iteration() local 1781 alias_ptr = fold_convert (reference_alias_ptr_type (ref), coff); in ref_at_iteration() 1786 alias_ptr = build_zero_cst (reference_alias_ptr_type (ref)); in ref_at_iteration() 1794 ref = build2 (MEM_REF, type, addr, alias_ptr); in ref_at_iteration()
|
H A D | tree-vect-stmts.cc | 8403 tree alias_ptr = build_int_cst (ref_type, align); in vectorizable_store() local 8405 dataref_ptr, alias_ptr, in vectorizable_store() 9711 tree alias_ptr = build_int_cst (ref_type, align); in vectorizable_load() local 9713 dataref_ptr, alias_ptr, in vectorizable_load()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-predcom.c | 1658 tree alias_ptr = fold_convert (reference_alias_ptr_type (ref), coff); variable 1661 ref = build2 (MEM_REF, type, addr, alias_ptr);
|
H A D | tree-vect-stmts.c | 8280 tree alias_ptr = build_int_cst (ref_type, align); in vectorizable_store() local 8282 dataref_ptr, alias_ptr, in vectorizable_store() 9470 tree alias_ptr = build_int_cst (ref_type, align); in vectorizable_load() local 9472 dataref_ptr, alias_ptr, in vectorizable_load()
|