Searched refs:isScalarWithPredication (Results 1 – 1 of 1) sorted by relevance
1442 bool isScalarWithPredication(Instruction *I, ElementCount VF) const;1464 return isScalarWithPredication(I, VF); in isPredicatedInst()4430 bool LoopVectorizationCostModel::isScalarWithPredication( in isScalarWithPredication() function in LoopVectorizationCostModel4546 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 …]