Lines Matching refs:opcode
100 opcode: ir::Opcode, in inline()
104 (*self).inline(caller, inst, opcode, callee, args) in inline()
151 opcode: opcode @ ir::Opcode::Call | opcode @ ir::Opcode::ReturnCall, in do_inlining()
160 match inliner.inline(&cursor.func, inst, opcode, func_ref, args) { in do_inlining()
174 opcode, in do_inlining()
192 opcode: opcode @ ir::Opcode::TryCall, in do_inlining()
202 match inliner.inline(&cursor.func, inst, opcode, func_ref, args) { in do_inlining()
216 opcode, in do_inlining()
240 !cursor.func.dfg.insts[inst].opcode().is_call(), in do_inlining()
403 callee.dfg.insts[callee_inst].opcode(), in inline_one()
444 let opcode = callee.dfg.insts[callee_inst].opcode(); in inline_one() localVariable
445 if opcode.is_return() { in inline_one()
482 if opcode.is_call() { in inline_one()
626 debug_assert!(func.dfg.insts[inst].opcode().is_call()); in fixup_inlined_call_exception_tables()
627 debug_assert!(!func.dfg.insts[inst].opcode().is_terminator()); in fixup_inlined_call_exception_tables()
676 debug_assert!(func.dfg.insts[inst].opcode().is_call()); in fixup_inlined_call_exception_tables()
677 debug_assert!(!func.dfg.insts[inst].opcode().is_return()); in fixup_inlined_call_exception_tables()
692 opcode: ir::Opcode::Call, in fixup_inlined_call_exception_tables()
700 opcode: ir::Opcode::TryCall, in fixup_inlined_call_exception_tables()
720 opcode: ir::Opcode::CallIndirect, in fixup_inlined_call_exception_tables()
727 opcode: ir::Opcode::TryCallIndirect, in fixup_inlined_call_exception_tables()
736 opcode: ir::Opcode::TryCall, in fixup_inlined_call_exception_tables()
741 opcode: ir::Opcode::TryCallIndirect, in fixup_inlined_call_exception_tables()
785 debug_assert!(func.dfg.insts[inlined_inst].opcode().is_return()); in fixup_inst_that_returns()
793 opcode: ir::Opcode::Return, in fixup_inst_that_returns()
812 opcode: ir::Opcode::ReturnCall, in fixup_inst_that_returns()
817 opcode: ir::Opcode::Call, in fixup_inst_that_returns()
857 opcode: ir::Opcode::ReturnCallIndirect, in fixup_inst_that_returns()
862 opcode: ir::Opcode::CallIndirect, in fixup_inst_that_returns()
1062 opcode: ir::Opcode, in split_off_return_block()
1118 opcode == ir::Opcode::ReturnCall || opcode == ir::Opcode::TryCall, in split_off_return_block()
1122 opcode: ir::Opcode::TryCall, in split_off_return_block()