Searched refs:InstructionKind (Results 1 – 3 of 3) sorted by relevance
15 case InstructionKind::kPeekInstruction: in IsEmptyInstruction()16 case InstructionKind::kPokeInstruction: in IsEmptyInstruction()17 case InstructionKind::kDeleteRangeInstruction: in IsEmptyInstruction()18 case InstructionKind::kPushUninitializedInstruction: in IsEmptyInstruction()19 case InstructionKind::kPushBuiltinPointerInstruction: in IsEmptyInstruction()20 case InstructionKind::kUnsafeCastInstruction: in IsEmptyInstruction()37 case InstructionKind::k##T: \ in EmitInstruction()
63 static const InstructionKind kKind; \72 enum class InstructionKind { enum253 InstructionKind kind() const { return kind_; } in kind()257 case InstructionKind::k##name: \ in Mnemonic()277 InstructionKind kind_;
14 const InstructionKind Name::kKind = InstructionKind::k##Name; \