Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h389 TypeIDMap[TypeObjects[I]] = I; in ISelInfoTy()
396 SmallDenseMap<LLT, unsigned, 64> TypeIDMap; member
DInstructionSelectorImpl.h209 const auto TyI = ISelInfo.TypeIDMap.find(Ty); in executeMatchTable()
210 if (TyI == ISelInfo.TypeIDMap.end()) { in executeMatchTable()