Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3950 unsigned PromEltTyBits = EltTyBits; in getReplicationShuffleCost() local
3957 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()