Searched refs:CatchOpcode (Results 1 – 4 of 4) sorted by relevance
300 int64_t CatchOpcode = MI.getOperand(MI.getNumOperands() - 1).getImm(); in getInstruction() local301 if (CatchOpcode == wasm::WASM_OPCODE_CATCH || in getInstruction()302 CatchOpcode == wasm::WASM_OPCODE_CATCH_REF) { in getInstruction()
159 int64_t CatchOpcode = MI->getOperand(OpIdx++).getImm(); in printInst() local160 if (CatchOpcode == wasm::WASM_OPCODE_CATCH || in printInst()161 CatchOpcode == wasm::WASM_OPCODE_CATCH_REF) in printInst()
864 uint8_t CatchOpcode = in parseCatchList() local871 if (CatchOpcode == 0xff) in parseCatchList()877 if (CatchOpcode == wasm::WASM_OPCODE_CATCH || in parseCatchList()878 CatchOpcode == wasm::WASM_OPCODE_CATCH_REF) { in parseCatchList()893 Op->CaL.List.push_back({CatchOpcode, Tag, Dest}); in parseCatchList()
213 unsigned CatchOpcode = WebAssembly::WasmUseLegacyEH in Select() local217 CurDAG->getMachineNode(CatchOpcode, DL, in Select()