Searched refs:isLoadOrStore (Results 1 – 7 of 7) sorted by relevance
182 bool isLoadOrStore(Operation &op);
147 bool isLoadOrStore(Operation &op) { in isLoadOrStore() function
307 auto loadAndStores = matcher::Op(matcher::isLoadOrStore); in isVectorizableLoopBodyWithOpCond()
683 bool isLoadOrStore(const Instruction *I) { in isLoadOrStore() function3263 assert(isLoadOrStore(Src) && "instruction is not load or store"); in tryDelinearize()3264 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in tryDelinearize()3411 if (!isLoadOrStore(Src) || !isLoadOrStore(Dst)) { in depends()3417 assert(isLoadOrStore(Src) && "instruction is not load or store"); in depends()3418 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in depends()3834 assert(isLoadOrStore(Src)); in getSplitIteration()3835 assert(isLoadOrStore(Dst)); in getSplitIteration()
685 bool isLoadOrStore(const Instruction *I) { in isLoadOrStore() function3252 assert(isLoadOrStore(Src) && "instruction is not load or store"); in tryDelinearize()3253 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in tryDelinearize()3490 if (!isLoadOrStore(Src) || !isLoadOrStore(Dst)) { in depends()3496 assert(isLoadOrStore(Src) && "instruction is not load or store"); in depends()3497 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in depends()3913 assert(isLoadOrStore(Src)); in getSplitIteration()3914 assert(isLoadOrStore(Dst)); in getSplitIteration()
637 bool isLoadOrStore(const Instruction *I) { in isLoadOrStore() function3299 if (!isLoadOrStore(Src) || !isLoadOrStore(Dst)) { in depends()3753 assert(isLoadOrStore(Src)); in getSplitIteration()3754 assert(isLoadOrStore(Dst)); in getSplitIteration()
803 if (!matcher::isLoadOrStore(op)) { in vectorizeAffineForOp()