Searched refs:isPredicatedInst (Results 1 – 1 of 1) sorted by relevance
1271 bool isPredicatedInst(Instruction *I) const;2910 if (!isPredicatedInst(I)) in isScalarWithPredication()2950 bool LoopVectorizationCostModel::isPredicatedInst(Instruction *I) const { in isPredicatedInst() function in LoopVectorizationCostModel3204 if (isPredicatedInst(I)) { in collectLoopUniforms()4888 assert((isPredicatedInst(I)) && in useEmulatedMaskMemRefHack()5190 if (isPredicatedInst(I)) { in getMemInstScalarizationCost()5929 (!isPredicatedInst(OpI) && in shouldConsiderInvariant()6112 if (VF.isVector() && isPredicatedInst(I)) { in getInstructionCost()6296 return isPredicatedInst(I) ? TTI::CastContextHint::Masked in getInstructionCost()7889 if (CM.isPredicatedInst(I)) { in tryToWiden()[all …]