Lines Matching refs:WebAssembly
91 assert(Tag == WebAssembly::CPP_EXCEPTION || WebAssembly::C_LONGJMP); in getTagSymNode()
95 const char *SymName = Tag == WebAssembly::CPP_EXCEPTION in getTagSymNode()
110 auto GlobalGetIns = PtrVT == MVT::i64 ? WebAssembly::GLOBAL_GET_I64 in Select()
111 : WebAssembly::GLOBAL_GET_I32; in Select()
128 Fence = CurDAG->getMachineNode(WebAssembly::COMPILER_FENCE, in Select()
138 WebAssembly::ATOMIC_FENCE, in Select()
194 CurDAG->getMachineNode(WebAssembly::CATCH, DL, in Select()
217 CurDAG->getMachineNode(WebAssembly::THROW, DL, in Select()
248 CurDAG->getMachineNode(WebAssembly::CALL_PARAMS, DL, MVT::Glue, Ops); in Select()
251 ? WebAssembly::CALL_RESULTS in Select()
252 : WebAssembly::RET_CALL_RESULTS; in Select()