Searched refs:VecCondTy (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 1018 FixedVectorType *VecCondTy = dyn_cast_or_null<FixedVectorType>(CondTy); in getCmpSelInstrCost() local 1019 if (!VecCondTy) in getCmpSelInstrCost() 1020 VecCondTy = cast<FixedVectorType>(CmpInst::makeCmpResultType(VecValTy)); in getCmpSelInstrCost() 1028 BaseT::getScalarizationOverhead(VecCondTy, /*Insert*/ true, in getCmpSelInstrCost() 1032 VecCondTy->getScalarType(), VecPred, in getCmpSelInstrCost() 1046 BaseT::getScalarizationOverhead(VecCondTy, /*Insert*/ true, in getCmpSelInstrCost()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 12923 auto *VecCondTy = in getReductionCost() local 12926 TTI->getMinMaxReductionCost(VectorTy, VecCondTy, in getReductionCost() 12942 auto *VecCondTy = in getReductionCost() local 12946 VectorCost = TTI->getMinMaxReductionCost(VectorTy, VecCondTy, in getReductionCost()
|