Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1551 bool isScalarWithPredication(Instruction *I, ElementCount VF) const;
3953 bool LoopVectorizationCostModel::isScalarWithPredication( in isScalarWithPredication() function in LoopVectorizationCostModel
4185 if (isScalarWithPredication(I, VF)) in memoryInstructionCanBeWidened()
4236 if (isScalarWithPredication(I, VF)) { in collectLoopUniforms()
5846 if (isScalarWithPredication(&I, VF)) { in collectInstsToScalarize()
5888 if (isScalarWithPredication(I, VF)) in computePredInstDiscount()
5936 if (isScalarWithPredication(I, VF) && !I->getType()->isVoidTy()) { in computePredInstDiscount()
6518 if (isa<StoreInst>(&I) && isScalarWithPredication(&I, VF)) in setCostBasedWideningDecision()
8289 return CM.isScalarWithPredication(CI, VF); in tryToWidenCall()
8383 CM.isScalarWithPredication(I, VF); in shouldWiden()