Home
last modified time | relevance | path

Searched defs:ByteCodeWriter (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp334 struct ByteCodeWriter { struct
335 ByteCodeWriter(SmallVectorImpl<ByteCodeField> &bytecode, Generator &generator) in ByteCodeWriter() function
343 void append(ByteCodeAddr field) { in append()
354 void append(Block *successor) { in append()
363 void append(SuccessorRange successors) { in append()
376 void appendPDLValue(Value value) { in appendPDLValue()
385 void appendPDLValueKind(Type type) { in appendPDLValueKind()
407 append(T value) { in append()
414 append(T range) { in append()
430 appendInline(T value) { in appendInline()
[all …]