Lines Matching refs:Opcode
75 JumpTable, MemFlags, Opcode, SigRef, StackSlot, Type, Value, ValueDef, ValueList, types,
596 opcode: Opcode::GetPinnedReg, in verify_entity_references()
599 opcode: Opcode::SetPinnedReg, in verify_entity_references()
619 opcode: Opcode::GetFramePointer | Opcode::GetReturnAddress, in verify_entity_references()
641 opcode: Opcode::Bitcast, in verify_entity_references()
682 opcode: opcode @ (Opcode::Vconst | Opcode::F128const), in verify_entity_references()
915 opcode: Opcode, in verify_callee_patchability() argument
925 if patchable && (opcode == Opcode::ReturnCall || opcode == Opcode::ReturnCallIndirect) { in verify_callee_patchability()
1132 opcode: Opcode, in verify_constant_size() argument
1137 Opcode::F128const => types::F128.bytes(), in verify_constant_size()
1138 Opcode::Vconst => self.func.dfg.ctrl_typevar(inst).bytes(), in verify_constant_size()
1641 opcode: Opcode::Return, in typecheck_return()
1656 opcode: Opcode::ReturnCall, in typecheck_return()
1664 opcode: Opcode::ReturnCallIndirect, in typecheck_return()
1836 opcode: ir::instructions::Opcode::Extractlane, in immediate_constraints()
1842 opcode: ir::instructions::Opcode::Insertlane, in immediate_constraints()
1861 opcode: ir::instructions::Opcode::Shuffle, in immediate_constraints()
1891 opcode: Opcode::Iconst, in iconst_bounds()
2026 let tags_allowed = op.is_call() || op == Opcode::SequencePoint; in debug_tags()
2119 use crate::ir::instructions::{InstructionData, Opcode};
2156 opcode: Opcode::F32const, in bad_instruction_format()
2163 opcode: Opcode::Jump, in bad_instruction_format()
2183 opcode: Opcode::Iconst, in test_iconst_bounds()
2188 opcode: Opcode::Return, in test_iconst_bounds()
2280 opcode: Opcode::F64const, in test_printing_contextual_errors()