Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1266 bool isScalarWithPredication(Instruction *I, ElementCount VF) const;
2908 bool LoopVectorizationCostModel::isScalarWithPredication( in isScalarWithPredication() function in LoopVectorizationCostModel
3155 if (isScalarWithPredication(I, VF)) in memoryInstructionCanBeWidened()
4918 if (isScalarWithPredication(&I, VF)) { in collectInstsToScalarize()
4976 if (isScalarWithPredication(I, VF)) in computePredInstDiscount()
5026 if (isScalarWithPredication(I, VF) && !I->getType()->isVoidTy()) { in computePredInstDiscount()
5586 if (isa<StoreInst>(&I) && isScalarWithPredication(&I, VF)) in setCostBasedWideningDecision()
7779 return CM.isScalarWithPredication(CI, VF); in tryToWidenCall()
7872 CM.isScalarWithPredication(I, VF); in shouldWiden()