Searched refs:isLoadOrStore (Results 1 – 4 of 4) sorted by relevance
191 bool isLoadOrStore(Operation &op);
174 bool isLoadOrStore(Operation &op) { in isLoadOrStore() function
295 auto loadAndStores = matcher::Op(matcher::isLoadOrStore); in isVectorizableLoopBodyWithOpCond()
687 bool isLoadOrStore(const Instruction *I) { in isLoadOrStore() function3289 assert(isLoadOrStore(Src) && "instruction is not load or store"); in tryDelinearize()3290 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in tryDelinearize()3536 if (!isLoadOrStore(Src) || !isLoadOrStore(Dst)) { in depends()3542 assert(isLoadOrStore(Src) && "instruction is not load or store"); in depends()3543 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in depends()3969 assert(isLoadOrStore(Src)); in getSplitIteration()3970 assert(isLoadOrStore(Dst)); in getSplitIteration()