Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/
H A DMLIRGen.cpp103 SmallVector<Value> genConstraintCall(const ast::UserConstraintDecl *decl,
370 genConstraintCall(userCst, genLoc(ref.referenceLoc), values); in applyVarConstraints()
418 return genConstraintCall(decl, loc, arguments); in genExprImpl()
536 CodeGen::genConstraintCall(const ast::UserConstraintDecl *decl, Location loc, in genConstraintCall() function in CodeGen