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