Searched refs:loadAndStores (Results 1 – 2 of 2) sorted by relevance
307 auto loadAndStores = matcher::Op(matcher::isLoadOrStore); in isVectorizableLoopBodyWithOpCond() local309 loadAndStores.match(forOp, &loadAndStoresMatched); in isVectorizableLoopBodyWithOpCond()
810 auto loadAndStores = matcher::Op(notVectorizedThisPattern); in vectorizeAffineForOp() local812 loadAndStores.match(loop.getOperation(), &loadAndStoresMatches); in vectorizeAffineForOp()