Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1523 bool isScalarWithPredication(Instruction *I) const;
1535 return isScalarWithPredication(I); in isPredicatedInst()
5331 bool LoopVectorizationCostModel::isScalarWithPredication(Instruction *I) const { in isScalarWithPredication() function in LoopVectorizationCostModel
5410 if (isScalarWithPredication(I)) in memoryInstructionCanBeWidened()
5460 if (isScalarWithPredication(I)) { in collectLoopUniforms()
6718 if (isScalarWithPredication(&I)) { in collectInstsToScalarize()
6758 if (isScalarWithPredication(I)) in computePredInstDiscount()
6806 if (isScalarWithPredication(I) && !I->getType()->isVoidTy()) { in computePredInstDiscount()
7310 if (isa<StoreInst>(&I) && isScalarWithPredication(&I)) in setCostBasedWideningDecision()
7557 if (VF.isVector() && isScalarWithPredication(I)) { in getInstructionCost()
[all …]