Searched refs:hsa_type_bit_size (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-common.c345 hsa_type_bit_size (BrigType16_t t) function
476 return hsa_bittype_for_bitsize (hsa_type_bit_size (t));
484 return hsa_uint_for_bitsize (hsa_type_bit_size (t));
601 return hsa_alignment_encoding (hsa_type_bit_size (type & ~BRIG_TYPE_ARRAY));
H A Dhsa-gen.c166 = hsa_type_bit_size (~BRIG_TYPE_ARRAY_MASK & m_type);
681 unsigned bsize = 2 * hsa_type_bit_size (res);
703 unsigned bitsize = hsa_type_bit_size (type);
796 if (hsa_type_bit_size (dtype) != hsa_type_bit_size (stype))
1073 gcc_checking_assert (hsa_type_bit_size (dtype)
1074 == hsa_type_bit_size (m_type));
2306 unsigned dest_size = hsa_type_bit_size (dest->m_type);
2308 gcc_assert (dest_size == hsa_type_bit_size (sreg->m_type));
2312 = hsa_type_bit_size (as_
[all...]
H A Dhsa-common.h1335 unsigned hsa_type_bit_size (BrigType16_t t);

Completed in 156 milliseconds