Searched refs:pack_type (Results 1 – 3 of 3) sorted by relevance
91 unsigned pack_type = t & ~BRIG_TYPE_BASE_MASK; in gccbrig_hsa_type_bit_size() local93 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() local335 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()
829 BrigType16_t pack_type = type & BRIG_TYPE_PACK_MASK; in hsa_get_imm_brig_type_len() local831 switch (pack_type) in hsa_get_imm_brig_type_len()
2489 tree pack_type = TREE_TYPE (TREE_OPERAND (rhs, 0)); in gen_hsa_insns_for_load() local2492 = new hsa_op_reg (hsa_type_for_scalar_tree_type (pack_type, true)); in gen_hsa_insns_for_load()