Searched defs:ByteCodeWriter (Results 1 – 1 of 1) sorted by relevance
346 struct ByteCodeWriter { struct347 ByteCodeWriter(SmallVectorImpl<ByteCodeField> &bytecode, Generator &generator) in ByteCodeWriter() argument351 void append(ByteCodeField field) { bytecode.push_back(field); } in append()352 void append(OpCode opCode) { bytecode.push_back(opCode); } in append()355 void append(ByteCodeAddr field) { in append()366 void append(Block *successor) { in append()375 void append(SuccessorRange successors) { in append()381 void appendPDLValueList(OperandRange values) { in appendPDLValueList()388 void appendPDLValue(Value value) { in appendPDLValue()394 void appendPDLValueKind(Value value) { appendPDLValueKind(value.getType()); } in appendPDLValueKind()[all …]