Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp377 appendPDLValueKind(value); in appendPDLValue()
382 void appendPDLValueKind(Value value) { appendPDLValueKind(value.getType()); } in appendPDLValueKind() function
385 void appendPDLValueKind(Type type) { in appendPDLValueKind() function
779 writer.appendPDLValueKind(result); in generate()
792 writer.appendPDLValueKind(lhs); in generate()
888 writer.appendPDLValueKind(arg.getType()); in generate()