Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DNestedMatcher.h191 bool isLoadOrStore(Operation &op);
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DNestedMatcher.cpp174 bool isLoadOrStore(Operation &op) { in isLoadOrStore() function
H A DLoopAnalysis.cpp295 auto loadAndStores = matcher::Op(matcher::isLoadOrStore); in isVectorizableLoopBodyWithOpCond()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp687 bool isLoadOrStore(const Instruction *I) { in isLoadOrStore() function
3289 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()