Searched defs:symbolCount (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/lib/IR/ |
H A D | IntegerSetDetail.h | 29 unsigned symbolCount; member
|
H A D | MLIRContext.cpp | 1214 return getImpl(dimCount, symbolCount, /*results=*/{}, context); in get() argument 1177 getImpl(unsigned dimCount,unsigned symbolCount,ArrayRef<AffineExpr> results,MLIRContext * context) getImpl() argument 1193 willBeValidAffineMap(unsigned dimCount,unsigned symbolCount,ArrayRef<AffineExpr> results) willBeValidAffineMap() argument 1219 get(unsigned dimCount,unsigned symbolCount,AffineExpr result) get() argument 1225 get(unsigned dimCount,unsigned symbolCount,ArrayRef<AffineExpr> results,MLIRContext * context) get() argument 1236 get(unsigned dimCount,unsigned symbolCount,ArrayRef<AffineExpr> constraints,ArrayRef<bool> eqFlags) get() argument [all...] |
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | AffineMap.cpp | 42 intptr_t symbolCount) { in mlirAffineMapZeroResultGet() 47 intptr_t symbolCount, intptr_t nAffineExprs, in mlirAffineMapGet()
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVScope.h | 234 size_t symbolCount() const { return Symbols ? Symbols->size() : 0; } in symbolCount() function
|
/llvm-project/mlir/tools/mlir-linalg-ods-gen/ |
H A D | mlir-linalg-ods-yaml-gen.cpp | 857 unsigned symbolCount = firstMap.getNumSymbols(); in generateNamedGenericOpDefns() local
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRAffine.cpp | 717 __anon3254676e1d02(intptr_t dimCount, intptr_t symbolCount, py::list exprs, DefaultingPyMlirContext context) populateIRAffine() argument
|