Searched refs:PromEltTyBits (Results 1 – 1 of 1) sorted by relevance
3950 unsigned PromEltTyBits = EltTyBits; in getReplicationShuffleCost() local3957 PromEltTyBits = 32; // promote to i32, AVX512F. in getReplicationShuffleCost()3961 PromEltTyBits = 32; // promote to i32, AVX512F. in getReplicationShuffleCost()3967 PromEltTyBits = 8; // promote to i8, AVX512VBMI. in getReplicationShuffleCost()3969 PromEltTyBits = 16; // promote to i16, AVX512BW. in getReplicationShuffleCost()3973 PromEltTyBits = 32; // promote to i32, AVX512F. in getReplicationShuffleCost()3980 auto *PromEltTy = IntegerType::getIntNTy(EltTy->getContext(), PromEltTyBits); in getReplicationShuffleCost()3999 if (PromEltTyBits != EltTyBits) { in getReplicationShuffleCost()