Searched refs:OpState (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OpDefinition.h | 79 class OpState { 213 explicit OpState(Operation *state) : state(state) {} in OpState() function 223 inline bool operator==(OpState lhs, OpState rhs) { 226 inline bool operator!=(OpState lhs, OpState rhs) { 1625 using OpState::getOperation; 1626 using OpState::verify; 1627 using OpState::verifyRegions; 1670 explicit Op() : OpState(nullptr) {} 1671 Op(std::nullptr_t) : OpState(nullptr) {} 1675 explicit Op(Operation *state) : OpState(state) {} [all …]
|
| H A D | PatternMatch.h | 1004 struct ProcessPDLValue<T, std::enable_if_t<std::is_base_of<OpState, T>::value>>
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Operation.cpp | 599 ParseResult OpState::parse(OpAsmParser &parser, OperationState &result) { in parse() 608 void OpState::print(Operation *op, OpAsmPrinter &p, StringRef defaultDialect) { in print() 619 void OpState::printOpName(Operation *op, OpAsmPrinter &p, in printOpName() 629 InFlightDiagnostic OpState::emitError(const Twine &message) { in emitError() 635 InFlightDiagnostic OpState::emitOpError(const Twine &message) { in emitOpError() 641 InFlightDiagnostic OpState::emitWarning(const Twine &message) { in emitWarning() 647 InFlightDiagnostic OpState::emitRemark(const Twine &message) { in emitRemark()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1058 auto OpState = GetStateForBDV(BDV, Op); in findBasePointer() local 1059 NewState.meet(OpState); in findBasePointer()
|