Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/PDLInterp/IR/
DPDLInterp.cpp53 SmallVector<OpAsmParser::OperandType, 4> attrOps; in parseCreateOperationOp() local
61 attrOps.push_back(operand); in parseCreateOperationOp()
65 p.resolveOperands(attrOps, builder.getType<pdl::AttributeType>(), in parseCreateOperationOp()
/external/llvm-project/mlir/lib/Dialect/PDL/IR/
DPDL.cpp150 SmallVector<OpAsmParser::OperandType, 4> attrOps; in parseOperationOp() local
158 attrOps.push_back(operand); in parseOperationOp()
162 p.resolveOperands(attrOps, builder.getType<AttributeType>(), in parseOperationOp()