Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2184 VectorType *VecOpTy = nullptr; in getTypeBasedIntrinsicInstrCost() local
2193 VecOpTy = dyn_cast<VectorType>(Tys[VecTyIndex]); in getTypeBasedIntrinsicInstrCost()
2417 getArithmeticReductionInstruction(IID), VecOpTy, std::nullopt, in getTypeBasedIntrinsicInstrCost()
2422 getArithmeticReductionInstruction(IID), VecOpTy, FMF, CostKind); in getTypeBasedIntrinsicInstrCost()
2432 VecOpTy, ICA.getFlags(), CostKind); in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp484 auto *VecOpTy = cast<VectorType>(VecOp->getType()); in foldVecExtTruncToExtElt() local
485 auto VecElts = VecOpTy->getElementCount(); in foldVecExtTruncToExtElt()