HomeSort by: relevance | last modified time | path
    Searched refs:PhysRegMinimalRCs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 415 mutable DenseMap<unsigned, const TargetRegisterClass *> PhysRegMinimalRCs;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
RegisterBankInfo.cpp 104 const auto &RegRCIt = PhysRegMinimalRCs.find(Reg);
105 if (RegRCIt != PhysRegMinimalRCs.end())
108 PhysRegMinimalRCs[Reg] = PhysRC;

Completed in 27 milliseconds