Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4804 unsigned PromEltTyBits = EltTyBits; in getReplicationShuffleCost() local
4811 PromEltTyBits = 32; // promote to i32, AVX512F. in getReplicationShuffleCost()
4815 PromEltTyBits = 32; // promote to i32, AVX512F. in getReplicationShuffleCost()
4821 PromEltTyBits = 8; // promote to i8, AVX512VBMI. in getReplicationShuffleCost()
4823 PromEltTyBits = 16; // promote to i16, AVX512BW. in getReplicationShuffleCost()
4826 PromEltTyBits = 32; // promote to i32, AVX512F. in getReplicationShuffleCost()
4831 auto *PromEltTy = IntegerType::getIntNTy(EltTy->getContext(), PromEltTyBits); in getReplicationShuffleCost()
4850 if (PromEltTyBits != EltTyBits) { in getReplicationShuffleCost()