Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h637 TypeIDMap[TypeObjects[I]] = I; in ExecInfoTy()
644 SmallDenseMap<LLT, unsigned, 64> TypeIDMap; member
H A DGIMatchTableExecutorImpl.h290 const auto TyI = ExecInfo.TypeIDMap.find(Ty); in executeMatchTable()
291 if (TyI == ExecInfo.TypeIDMap.end()) { in executeMatchTable()