Lines Matching refs:opcode
599 let opcode = self.insts[inst].opcode(); in append_user_stack_map_entry() localVariable
600 assert!(opcode.is_safepoint()); in append_user_stack_map_entry()
911 .opcode() in inst_fixed_args()
920 .opcode() in inst_fixed_args_mut()
929 .opcode() in inst_variable_args()
938 .opcode() in inst_variable_args_mut()
1109 match self.insts[inst].opcode() { in non_tail_call_or_try_call_signature()
1122 let constraints = self.insts[inst].opcode().constraints(); in num_expected_results_for_verifier()
1137 let constraints = self.insts[inst].opcode().constraints(); in inst_result_types()
1203 let constraints = self.insts[inst].opcode().constraints(); in ctrl_typevar()
1437 write!(f, "{}", dfg.insts[inst].opcode())?; in fmt()
1439 write!(f, "{}.{}", dfg.insts[inst].opcode(), typevar)?; in fmt()
1599 opcode: Opcode::Iconst, in make_inst()
1612 assert_eq!(ins.opcode(), Opcode::Iconst); in make_inst()
1637 opcode: Opcode::Trap, in no_results()