Home
last modified time | relevance | path

Searched refs:MapOfInstructionMappings (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.cpp393 const auto &It = MapOfInstructionMappings.find(Hash); in getInstructionMappingImpl()
394 if (It != MapOfInstructionMappings.end()) in getInstructionMappingImpl()
399 auto &InstrMapping = MapOfInstructionMappings[Hash]; in getInstructionMappingImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h410 MapOfInstructionMappings; variable