Searched refs:isPredicatedInst (Results 1 – 1 of 1) sorted by relevance
1367 bool isPredicatedInst(Instruction *I) const;3307 if (!isPredicatedInst(I)) in isScalarWithPredication()3346 bool LoopVectorizationCostModel::isPredicatedInst(Instruction *I) const { in isPredicatedInst() function in LoopVectorizationCostModel3586 if (isPredicatedInst(I)) { in collectLoopUniforms()5321 assert((isPredicatedInst(I)) && in useEmulatedMaskMemRefHack()5600 if (isPredicatedInst(I)) { in getMemInstScalarizationCost()6460 if (VF.isVector() && isPredicatedInst(I)) { in getInstructionCost()8142 if (CM.isPredicatedInst(I)) { in tryToWiden()8192 bool IsPredicated = CM.isPredicatedInst(I); in handleReplication()