Searched refs:VecCondTy (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 940 FixedVectorType *VecCondTy = dyn_cast_or_null<FixedVectorType>(CondTy); in getCmpSelInstrCost() local 941 if (!VecCondTy) in getCmpSelInstrCost() 942 VecCondTy = cast<FixedVectorType>(CmpInst::makeCmpResultType(VecValTy)); in getCmpSelInstrCost() 949 BaseT::getScalarizationOverhead(VecCondTy, true, false) + in getCmpSelInstrCost() 952 VecCondTy->getScalarType(), VecPred, CostKind, in getCmpSelInstrCost() 967 BaseT::getScalarizationOverhead(VecCondTy, true, false); in getCmpSelInstrCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 7621 auto *VecCondTy = cast<VectorType>(CmpInst::makeCmpResultType(VectorTy)); in getReductionCost() local 7623 TTI->getMinMaxReductionCost(VectorTy, VecCondTy, in getReductionCost() 7635 auto *VecCondTy = cast<VectorType>(CmpInst::makeCmpResultType(VectorTy)); in getReductionCost() local 7639 TTI->getMinMaxReductionCost(VectorTy, VecCondTy, in getReductionCost()
|