Lines Matching defs:Init
25 class Init;
64 /// Parse any InstructionPattern from a TableGen Init.
65 /// \param Arg Init to parse.
68 std::unique_ptr<Pattern> parseInstructionPattern(const Init &Arg,
71 /// Parse a WipOpcodeMatcher from a TableGen Init.
72 /// \param Arg Init to parse.
75 std::unique_ptr<Pattern> parseWipMatchOpcodeMatcher(const Init &Arg,
78 /// Parses an Operand of an InstructionPattern from a TableGen Init.
80 /// \param OpInit Init to parse.
84 const Init *OpInit,
87 /// Parses a MIFlag for an InstructionPattern from a TableGen Init.
89 /// \param Op Init to parse.
100 /// \param OpsList Init to parse.