Searched defs:rootType (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Dialect/Transform/IR/ |
H A D | TransformOps.cpp | 2336 build(OpBuilder & builder,OperationState & state,StringRef symName,Type rootType,TypeRange resultTypes,SequenceBodyBuilderFn bodyBuilder,ArrayRef<NamedAttribute> attrs,ArrayRef<DictionaryAttr> argAttrs) build() argument 2534 parseSequenceOpOperands(OpAsmParser & parser,std::optional<OpAsmParser::UnresolvedOperand> & root,Type & rootType,SmallVectorImpl<OpAsmParser::UnresolvedOperand> & extraBindings,SmallVectorImpl<Type> & extraBindingTypes) parseSequenceOpOperands() argument 2577 printSequenceOpOperands(OpAsmPrinter & printer,Operation * op,Value root,Type rootType,ValueRange extraBindings,TypeRange extraBindingTypes) printSequenceOpOperands() argument
|
/llvm-project/mlir/lib/Tools/PDLL/Parser/ |
H A D | Parser.cpp | 3065 if (!isa<ast::OperationType>(rootType)) in createEraseStmt() local 3076 if (!isa<ast::OperationType>(rootType)) { in createReplaceStmt() local 3111 if (!isa<ast::OperationType>(rootType)) { in createRewriteStmt() local
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | ModuleImport.cpp | 1112 Type rootType = convertType(constant->getType()); convertConstant() local
|