Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1442 bool isScalarWithPredication(Instruction *I, ElementCount VF) const;
1464 return isScalarWithPredication(I, VF); in isPredicatedInst()
4430 bool LoopVectorizationCostModel::isScalarWithPredication( in isScalarWithPredication() function in LoopVectorizationCostModel
4546 if (isScalarWithPredication(I, VF)) in memoryInstructionCanBeWidened()
4597 if (isScalarWithPredication(I, VF)) { in collectLoopUniforms()
6087 if (isScalarWithPredication(&I, VF)) { in collectInstsToScalarize()
6129 if (isScalarWithPredication(I, VF)) in computePredInstDiscount()
6764 if (isa<StoreInst>(&I) && isScalarWithPredication(&I, VF)) in setCostBasedWideningDecision()
7027 if (VF.isVector() && isScalarWithPredication(I, VF)) { in getInstructionCost()
8247 return CM.isScalarWithPredication(CI, VF); in tryToWidenCall()
[all …]