Home
last modified time | relevance | path

Searched refs:RecordedTypes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h613 SmallVector<LLT, 4> RecordedTypes; member
H A DGIMatchTableExecutorImpl.h99 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()