Home
last modified time | relevance | path

Searched defs:WideVecTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp256 Type *WideVecTy = in getArithmeticInstrCost() local
5246 auto *WideVecTy = FixedVectorType::get(WideSclTy, ValVTy->getNumElements()); in getArithmeticReductionCost() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp2086 VectorType *WideVecTy = VectorType::getDoubleElementsVectorType(VecTy); in interleaveVectors() local
H A DLoopVectorize.cpp5704 auto *WideVecTy = VectorType::get(ValTy, VF * InterleaveFactor); in getInterleaveGroupCost() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2882 LLT WideVecTy = LLT::vector(VecTy.getElementCount(), WideTy); in widenScalar() local
3050 LLT WideVecTy = VecTy.isVector() in widenScalar() local