Searched refs:InstructionKind (Results 1 – 3 of 3) sorted by relevance
13 case InstructionKind::kPeekInstruction: in IsEmptyInstruction()14 case InstructionKind::kPokeInstruction: in IsEmptyInstruction()15 case InstructionKind::kDeleteRangeInstruction: in IsEmptyInstruction()16 case InstructionKind::kPushUninitializedInstruction: in IsEmptyInstruction()17 case InstructionKind::kPushBuiltinPointerInstruction: in IsEmptyInstruction()18 case InstructionKind::kUnsafeCastInstruction: in IsEmptyInstruction()35 case InstructionKind::k##T: \ in EmitInstruction()
62 static const InstructionKind kKind; \71 enum class InstructionKind { enum252 InstructionKind kind() const { return kind_; } in kind()256 case InstructionKind::k##name: \ in Mnemonic()276 InstructionKind kind_;
14 const InstructionKind Name::kKind = InstructionKind::k##Name; \