Home
last modified time | relevance | path

Searched refs:isPredicatedInst (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1448 bool isPredicatedInst(Instruction *I, ElementCount VF) { in isPredicatedInst() function in llvm::LoopVectorizationCostModel
6057 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()