Searched refs:addCoreConstraint (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | PDLLServer.cpp | 813 auto addCoreConstraint = [&](StringRef constraint, StringRef mlirType, in codeCompleteConstraintName() local 834 addCoreConstraint("Attr", "mlir::Attribute"); in codeCompleteConstraintName() 835 addCoreConstraint("Op", "mlir::Operation *"); in codeCompleteConstraintName() 836 addCoreConstraint("Value", "mlir::Value"); in codeCompleteConstraintName() 837 addCoreConstraint("ValueRange", "mlir::ValueRange"); in codeCompleteConstraintName() 838 addCoreConstraint("Type", "mlir::Type"); in codeCompleteConstraintName() 839 addCoreConstraint("TypeRange", "mlir::TypeRange"); in codeCompleteConstraintName() 844 addCoreConstraint("Attr<type>", "mlir::Attribute", "Attr<$1>"); in codeCompleteConstraintName() 847 addCoreConstraint("Value<type>", "mlir::Value", "Value<$1>"); in codeCompleteConstraintName() 850 addCoreConstraint("ValueRange<type>", "mlir::ValueRange", in codeCompleteConstraintName()
|