Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1493 bool isPredicatedInst(Instruction *I) const;
4377 if (!isPredicatedInst(I)) in isScalarWithPredication()
4411 bool LoopVectorizationCostModel::isPredicatedInst(Instruction *I) const { in isPredicatedInst() function in LoopVectorizationCostModel
6130 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()