Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h503 TypeIDMap[TypeObjects[I]] = I; in ISelInfoTy()
510 SmallDenseMap<LLT, unsigned, 64> TypeIDMap; member
H A DInstructionSelectorImpl.h234 const auto TyI = ISelInfo.TypeIDMap.find(Ty); in executeMatchTable()
235 if (TyI == ISelInfo.TypeIDMap.end()) { in executeMatchTable()