Searched refs:isScalarWithPredication (Results 1 – 1 of 1) sorted by relevance
1523 bool isScalarWithPredication(Instruction *I) const;1535 return isScalarWithPredication(I); in isPredicatedInst()5331 bool LoopVectorizationCostModel::isScalarWithPredication(Instruction *I) const { in isScalarWithPredication() function in LoopVectorizationCostModel5410 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 …]