Lines Matching refs:isScalarWithPredication
1442 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()
6176 if (isScalarWithPredication(I, VF) && !I->getType()->isVoidTy()) { 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()
8289 CM.isScalarWithPredication(I, VF); in shouldWiden()