Home
last modified time | relevance | path

Searched refs:AsmStateImpl (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/IR/
DAsmState.h24 class AsmStateImpl; variable
49 detail::AsmStateImpl &getImpl() { return *impl; } in getImpl()
55 std::unique_ptr<detail::AsmStateImpl> impl;
/external/llvm-project/mlir/lib/IR/
DAsmPrinter.cpp1057 class AsmStateImpl { class
1059 explicit AsmStateImpl(Operation *op, AsmState::LocationMap *locationMap) in AsmStateImpl() function in mlir::detail::AsmStateImpl
1104 : impl(std::make_unique<AsmStateImpl>(op, locationMap)) {} in AsmState()
1115 AsmStateImpl *state = nullptr) in ModulePrinter()
1199 AsmStateImpl *state;
2188 AsmStateImpl &state) in OperationPrinter()