Lines Matching refs:WebAssembly
152 outs() << WebAssembly::anyTypeToString(Type); in onSymbolStart()
199 case WebAssembly::OPERAND_BASIC_BLOCK: in getInstruction()
200 case WebAssembly::OPERAND_LOCAL: in getInstruction()
201 case WebAssembly::OPERAND_GLOBAL: in getInstruction()
202 case WebAssembly::OPERAND_FUNCTION32: in getInstruction()
203 case WebAssembly::OPERAND_TABLE: in getInstruction()
204 case WebAssembly::OPERAND_OFFSET32: in getInstruction()
205 case WebAssembly::OPERAND_OFFSET64: in getInstruction()
206 case WebAssembly::OPERAND_P2ALIGN: in getInstruction()
207 case WebAssembly::OPERAND_TYPEINDEX: in getInstruction()
208 case WebAssembly::OPERAND_TAG: in getInstruction()
215 case WebAssembly::OPERAND_I32IMM: in getInstruction()
216 case WebAssembly::OPERAND_I64IMM: { in getInstruction()
222 case WebAssembly::OPERAND_SIGNATURE: { in getInstruction()
231 MCOperand::createImm(int64_t(WebAssembly::BlockType::Invalid))); in getInstruction()
247 case WebAssembly::OPERAND_F32IMM: { in getInstruction()
252 case WebAssembly::OPERAND_F64IMM: { in getInstruction()
258 case WebAssembly::OPERAND_VEC_I8IMM: { in getInstruction()
263 case WebAssembly::OPERAND_VEC_I16IMM: { in getInstruction()
268 case WebAssembly::OPERAND_VEC_I32IMM: { in getInstruction()
273 case WebAssembly::OPERAND_VEC_I64IMM: { in getInstruction()
278 case WebAssembly::OPERAND_BRLIST: { in getInstruction()