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.cpp1362 bool isScalarWithPredication(Instruction *I, ElementCount VF) const;
3305 bool LoopVectorizationCostModel::isScalarWithPredication( in isScalarWithPredication() function in LoopVectorizationCostModel
3537 if (isScalarWithPredication(I, VF)) in memoryInstructionCanBeWidened()
5350 if (isScalarWithPredication(&I, VF)) { in collectInstsToScalarize()
5398 if (isScalarWithPredication(I, VF)) in computePredInstDiscount()
5445 if (isScalarWithPredication(I, VF) && !I->getType()->isVoidTy()) { in computePredInstDiscount()
5987 if (isa<StoreInst>(&I) && isScalarWithPredication(&I, VF)) in setCostBasedWideningDecision()
8029 return CM.isScalarWithPredication(CI, VF); in tryToWidenCall()
8124 CM.isScalarWithPredication(I, VF); in shouldWiden()