Searched defs:ByteCodeWriter (Results 1 – 1 of 1) sorted by relevance
334 struct ByteCodeWriter { struct335 ByteCodeWriter(SmallVectorImpl<ByteCodeField> &bytecode, Generator &generator) in ByteCodeWriter() function343 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 …]