Searched refs:isInner (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/ |
| H A D | Sparsification.cpp | 1124 static bool isVectorFor(CodeGen &codegen, bool isInner, bool isReduction, in isVectorFor() argument 1134 return isInner && !isSparse; in isVectorFor() 1136 return isInner; in isVectorFor() 1192 linalg::GenericOp op, bool isOuter, bool isInner, in genFor() argument 1200 bool isVector = isVectorFor(codegen, isInner, isReduction, isSparse) && in genFor() 1336 bool isInner = at == topSort.size() - 1; in genLoop() local 1337 return genFor(merger, codegen, builder, op, isOuter, isInner, idx, indices); in genLoop()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | temporaries.cpp | 313 bool testRecursiveFrames(bool isInner) { in testRecursiveFrames() argument 314 if (isInner || in testRecursiveFrames()
|