Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp285 const auto &It = MapOfPartialMappings.find(Hash); in getPartialMapping()
286 if (It != MapOfPartialMappings.end()) in getPartialMapping()
291 auto &PartMapping = MapOfPartialMappings[Hash]; in getPartialMapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h395 MapOfPartialMappings; variable