Home
last modified time | relevance | path

Searched refs:PhysRegMinimalRCs (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.cpp104 const auto &RegRCIt = PhysRegMinimalRCs.find(Reg); in getMinimalPhysRegClass()
105 if (RegRCIt != PhysRegMinimalRCs.end()) in getMinimalPhysRegClass()
108 PhysRegMinimalRCs[Reg] = PhysRC; in getMinimalPhysRegClass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h414 mutable DenseMap<unsigned, const TargetRegisterClass *> PhysRegMinimalRCs; variable