Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1015 FixedVectorType *VecCondTy = dyn_cast_or_null<FixedVectorType>(CondTy); in getCmpSelInstrCost() local
1016 if (!VecCondTy) in getCmpSelInstrCost()
1017 VecCondTy = cast<FixedVectorType>(CmpInst::makeCmpResultType(VecValTy)); in getCmpSelInstrCost()
1024 BaseT::getScalarizationOverhead(VecCondTy, true, false) + in getCmpSelInstrCost()
1027 VecCondTy->getScalarType(), VecPred, CostKind, in getCmpSelInstrCost()
1042 BaseT::getScalarizationOverhead(VecCondTy, true, false); in getCmpSelInstrCost()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11437 auto *VecCondTy = in getReductionCost() local
11440 TTI->getMinMaxReductionCost(VectorTy, VecCondTy, in getReductionCost()
11456 auto *VecCondTy = in getReductionCost() local
11460 VectorCost = TTI->getMinMaxReductionCost(VectorTy, VecCondTy, in getReductionCost()