Searched defs:odsOp (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/lib/Tools/PDLL/AST/ |
H A D | Types.cpp | 75 const ods::Operation *odsOp) { in get()
|
H A D | Nodes.cpp | 307 OperationExpr::create(Context &ctx, SMRange loc, const ods::Operation *odsOp, in create()
|
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/ |
H A D | PDLLServer.cpp | 209 const ods::Operation *odsOp = odsContext.lookupOperation(opName); in initialize() local 698 const ods::Operation *odsOp = opType.getODSOperation(); in codeCompleteOperationMemberAccess() local 746 const ods::Operation *odsOp = odsContext.lookupOperation(opName); in codeCompleteOperationAttributeName() local 1044 const ods::Operation *odsOp = codeCompleteOperationOperandsSignature() local 1053 const ods::Operation *odsOp = codeCompleteOperationResultsSignature() local 1061 codeCompleteOperationOperandOrResultSignature(std::optional<StringRef> opName,const ods::Operation * odsOp,ArrayRef<ods::OperandOrResult> values,unsigned currentValue,StringRef label,StringRef dataType) codeCompleteOperationOperandOrResultSignature() argument 1248 const auto *odsOp = opType ? opType.getODSOperation() : nullptr; getInlayHintsFor() local [all...] |
/llvm-project/mlir/lib/Tools/PDLL/CodeGen/ |
H A D | CPPGen.cpp | 180 if (const auto *odsOp = opType.getODSOperation()) in getNativeTypeName() local
|
H A D | MLIRGen.cpp | 452 const ods::Operation *odsOp = opType.getODSOperation(); in genExprImpl() local
|
/llvm-project/mlir/lib/Tools/PDLL/Parser/ |
H A D | Parser.cpp | 669 if (odsOp->getResults().empty()) { in convertOpExpressionTo() local 2789 if (const ods::Operation *odsOp = opType.getODSOperation()) { validateMemberAccess() local 2837 const ods::Operation *odsOp = lookupODSOperation(opNameRef); createOperationExpr() local 2877 validateOperationOperands(SMRange loc,std::optional<StringRef> name,const ods::Operation * odsOp,SmallVectorImpl<ast::Expr * > & operands) validateOperationOperands() argument 2887 validateOperationResults(SMRange loc,std::optional<StringRef> name,const ods::Operation * odsOp,SmallVectorImpl<ast::Expr * > & results) validateOperationResults() argument 2895 checkOperationResultTypeInferrence(SMRange loc,StringRef opName,const ods::Operation * odsOp) checkOperationResultTypeInferrence() argument [all...] |