Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h443 TypeIDMap[TypeObjects[I]] = I; in ISelInfoTy()
450 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()