Searched refs:RecordedTypes (Results 1 – 2 of 2) sorted by relevance
613 SmallVector<LLT, 4> RecordedTypes; member
99 return State.RecordedTypes[1 - Idx]; in executeMatchTable()764 if (State.RecordedTypes.size() <= (uint64_t)TypeIdx) in executeMatchTable()765 State.RecordedTypes.resize(TypeIdx + 1, LLT()); in executeMatchTable()766 State.RecordedTypes[TypeIdx] = MRI.getType(Op.getReg()); in executeMatchTable()