Lines Matching refs:WebAssembly
104 assert(Tag == WebAssembly::CPP_EXCEPTION || WebAssembly::C_LONGJMP); in getTagSymNode()
108 const char *SymName = Tag == WebAssembly::CPP_EXCEPTION in getTagSymNode()
123 auto GlobalGetIns = PtrVT == MVT::i64 ? WebAssembly::GLOBAL_GET_I64 in Select()
124 : WebAssembly::GLOBAL_GET_I32; in Select()
141 Fence = CurDAG->getMachineNode(WebAssembly::COMPILER_FENCE, in Select()
151 WebAssembly::ATOMIC_FENCE, in Select()
207 CurDAG->getMachineNode(WebAssembly::CATCH, DL, in Select()
230 CurDAG->getMachineNode(WebAssembly::THROW, DL, in Select()
275 CurDAG->getMachineNode(WebAssembly::CALL_PARAMS, DL, MVT::Glue, Ops); in Select()
278 ? WebAssembly::CALL_RESULTS in Select()
279 : WebAssembly::RET_CALL_RESULTS; in Select()
400 return SelectAddrOperands(MVT::i32, WebAssembly::CONST_I32, Op, Offset, Addr); in SelectAddrOperands32()
405 return SelectAddrOperands(MVT::i64, WebAssembly::CONST_I64, Op, Offset, Addr); in SelectAddrOperands64()