Home
last modified time | relevance | path

Searched defs:isAll (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/Transform/Interfaces/
H A DMatchInterfaces.cpp26 UnitAttr &isAll) { in parseTransformMatchDims()
63 UnitAttr isInverted, UnitAttr isAll) { in printTransformMatchDims()
104 Location loc, bool isAll, bool isInverted, ArrayRef<int64_t> rawList, in expandTargetSpecification()
/llvm-project/mlir/include/mlir/Pass/
H A DAnalysisManager.h39 bool isAll() const { in isAll() function