Searched refs:EmitPrefix (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | Dialect.cpp | 101 Dialect::EmitPrefix Dialect::getEmitAccessorPrefix() const { in getEmitAccessorPrefix() 103 if (prefix < 0 || prefix > static_cast<int>(EmitPrefix::Both)) in getEmitAccessorPrefix() 106 return static_cast<EmitPrefix>(prefix); in getEmitAccessorPrefix()
|
| H A D | Operator.cpp | 698 Dialect::EmitPrefix prefixType = op.getDialect().getEmitAccessorPrefix(); in getGetterOrSetterNames() 700 if (prefixType != Dialect::EmitPrefix::Raw) in getGetterOrSetterNames() 704 bool rawToo = prefixType == Dialect::EmitPrefix::Both; in getGetterOrSetterNames()
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Dialect.h | 102 enum class EmitPrefix { Raw = 0, Prefixed = 1, Both = 2 }; enum 103 EmitPrefix getEmitAccessorPrefix() const;
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | edit-output.cpp | 208 bool RealOutputEditingBase::EmitPrefix( in EmitPrefix() function in Fortran::runtime::io::RealOutputEditingBase 309 return EmitPrefix(edit, converted.length, editWidth) && in EditEorDOutput() 367 return EmitPrefix(edit, totalLength, width) && in EditEorDOutput() 403 return EmitPrefix(edit, converted.length, editWidth) && in EditFOutput() 472 return EmitPrefix(edit, totalLength, width) && in EditFOutput()
|
| H A D | edit-output.h | 57 bool EmitPrefix(const DataEdit &, std::size_t length, std::size_t width);
|