Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegisterBankInfo.cpp101 const auto &RegRCIt = PhysRegMinimalRCs.find(Reg); in getMinimalPhysRegClass()
102 if (RegRCIt != PhysRegMinimalRCs.end()) in getMinimalPhysRegClass()
105 PhysRegMinimalRCs[Reg] = PhysRC; in getMinimalPhysRegClass()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DRegisterBankInfo.h414 mutable DenseMap<unsigned, const TargetRegisterClass *> PhysRegMinimalRCs; variable