Searched refs:isPredicatedInst (Results 1 – 1 of 1) sorted by relevance
1448 bool isPredicatedInst(Instruction *I, ElementCount VF) { in isPredicatedInst() function in llvm::LoopVectorizationCostModel6057 assert((isPredicatedInst(I, VF) || Legal->isUniformMemOp(*I)) && in useEmulatedMaskMemRefHack()6339 if (isPredicatedInst(I, VF)) { in getMemInstScalarizationCost()8364 [&](ElementCount VF) { return CM.isPredicatedInst(I, VF); }, in handleReplication()