Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1536 bool isScalarWithPredication(Instruction *I) const;
1548 return isScalarWithPredication(I); in isPredicatedInst()
5335 if (isScalarWithPredication(I)) in memoryInstructionCanBeWidened()
5385 if (isScalarWithPredication(I)) { in collectLoopUniforms()
6777 if (isScalarWithPredication(&I)) { in collectInstsToScalarize()
6819 if (isScalarWithPredication(I)) in computePredInstDiscount()
6866 if (isScalarWithPredication(I) && !I->getType()->isVoidTy()) { in computePredInstDiscount()
7384 if (isa<StoreInst>(&I) && isScalarWithPredication(&I)) in setCostBasedWideningDecision()
7640 if (VF.isVector() && isScalarWithPredication(I)) { in getInstructionCost()
8818 [this, CI](ElementCount VF) { return CM.isScalarWithPredication(CI); }, in tryToWidenCall()
[all …]