Lines Matching refs:WebAssembly
158 if (TI->getOpcode() == WebAssembly::CATCHRET) in recordCatchRetBBs()
180 if (WebAssembly::isCatch(MI.getOpcode())) in hoistCatches()
215 !WebAssembly::isCatch(InsertPos->getOpcode())) { in addCatchAlls()
219 TII.get(WebAssembly::CATCH_ALL)); in addCatchAlls()
238 case WebAssembly::CATCHRET: { in replaceFuncletReturns()
242 BuildMI(MBB, TI, TI->getDebugLoc(), TII.get(WebAssembly::BR)) in replaceFuncletReturns()
248 case WebAssembly::CLEANUPRET: { in replaceFuncletReturns()
251 BuildMI(MBB, TI, TI->getDebugLoc(), TII.get(WebAssembly::RETHROW)) in replaceFuncletReturns()
268 if (MI.getOpcode() != WebAssembly::THROW && in removeUnnecessaryUnreachables()
269 MI.getOpcode() != WebAssembly::RETHROW) in removeUnnecessaryUnreachables()
315 WebAssembly::isCatch(InsertPos->getOpcode()) && in restoreStackPointer()