Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp103 const auto &RegRCIt = PhysRegMinimalRCs.find(Reg); in getMinimalPhysRegClass()
104 if (RegRCIt != PhysRegMinimalRCs.end()) in getMinimalPhysRegClass()
107 PhysRegMinimalRCs[Reg] = PhysRC; in getMinimalPhysRegClass()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h412 mutable DenseMap<unsigned, const TargetRegisterClass *> PhysRegMinimalRCs; variable