Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-util.cc91 unsigned pack_type = t & ~BRIG_TYPE_BASE_MASK; in gccbrig_hsa_type_bit_size() local
93 if (pack_type == BRIG_TYPE_PACK_32) in gccbrig_hsa_type_bit_size()
95 else if (pack_type == BRIG_TYPE_PACK_64) in gccbrig_hsa_type_bit_size()
97 else if (pack_type == BRIG_TYPE_PACK_128) in gccbrig_hsa_type_bit_size()
331 BrigType16_t pack_type; in gccbrig_tree_type_to_hsa_type() local
335 pack_type = BRIG_TYPE_PACK_32; in gccbrig_tree_type_to_hsa_type()
338 pack_type = BRIG_TYPE_PACK_64; in gccbrig_tree_type_to_hsa_type()
341 pack_type = BRIG_TYPE_PACK_128; in gccbrig_tree_type_to_hsa_type()
346 return brig_element_type | pack_type; in gccbrig_tree_type_to_hsa_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-brig.c829 BrigType16_t pack_type = type & BRIG_TYPE_PACK_MASK; in hsa_get_imm_brig_type_len() local
831 switch (pack_type) in hsa_get_imm_brig_type_len()
H A Dhsa-gen.c2489 tree pack_type = TREE_TYPE (TREE_OPERAND (rhs, 0)); in gen_hsa_insns_for_load() local
2492 = new hsa_op_reg (hsa_type_for_scalar_tree_type (pack_type, true)); in gen_hsa_insns_for_load()