Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ComplexPattern

37   class ComplexPattern;
407 /// getComplexPatternInfo - If this node corresponds to a ComplexPattern,
408 /// return the ComplexPattern information, otherwise return null.
409 const ComplexPattern *
414 /// operand. ComplexPattern specifies this explicitly; MIOperandInfo gives it
539 /// ComplexPattern. This records the ComplexPattern instance and the operand
540 /// number for each operand encountered in a ComplexPattern to aid in that
704 std::map<Record*, ComplexPattern, LessRecordByID> ComplexPatterns;
744 const ComplexPattern &getComplexPattern(Record *R) const {