Searched refs:isPredicatedInst (Results 1 – 1 of 1) sorted by relevance
1493 bool isPredicatedInst(Instruction *I) const;4377 if (!isPredicatedInst(I)) in isScalarWithPredication()4411 bool LoopVectorizationCostModel::isPredicatedInst(Instruction *I) const { in isPredicatedInst() function in LoopVectorizationCostModel6130 assert((isPredicatedInst(I)) && in useEmulatedMaskMemRefHack()6415 if (isPredicatedInst(I)) { in getMemInstScalarizationCost()7121 if (VF.isVector() && isPredicatedInst(I)) { in getInstructionCost()8411 if (CM.isPredicatedInst(I)) { in tryToWiden()8477 bool IsPredicated = CM.isPredicatedInst(I); in handleReplication()