Searched refs:VecCondTy (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 945 FixedVectorType *VecCondTy = dyn_cast_or_null<FixedVectorType>(CondTy); in getCmpSelInstrCost() local 946 if (!VecCondTy) in getCmpSelInstrCost() 947 VecCondTy = cast<FixedVectorType>(CmpInst::makeCmpResultType(VecValTy)); in getCmpSelInstrCost() 954 BaseT::getScalarizationOverhead(VecCondTy, true, false) + in getCmpSelInstrCost() 957 VecCondTy->getScalarType(), VecPred, CostKind, in getCmpSelInstrCost() 972 BaseT::getScalarizationOverhead(VecCondTy, true, false); in getCmpSelInstrCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 7984 auto *VecCondTy = cast<VectorType>(CmpInst::makeCmpResultType(VectorTy)); in getReductionCost() local 7985 VectorCost = TTI->getMinMaxReductionCost(VectorTy, VecCondTy, in getReductionCost() 7997 auto *VecCondTy = cast<VectorType>(CmpInst::makeCmpResultType(VectorTy)); in getReductionCost() local 8000 VectorCost = TTI->getMinMaxReductionCost(VectorTy, VecCondTy, IsUnsigned); in getReductionCost()
|