Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DRegisterFile.h77 struct RegisterRenamingInfo { struct
92 using RegisterMapping = std::pair<WriteRef, RegisterRenamingInfo>;
117 void allocatePhysRegs(const RegisterRenamingInfo &Entry,
122 void freePhysRegs(const RegisterRenamingInfo &Entry,
DRegisterFile.cpp85 RegisterRenamingInfo &Entry = RegisterMappings[Reg].second; in addRegisterFile()
99 RegisterRenamingInfo &OtherEntry = RegisterMappings[*I].second; in addRegisterFile()
111 void RegisterFile::allocatePhysRegs(const RegisterRenamingInfo &Entry, in allocatePhysRegs()
126 void RegisterFile::freePhysRegs(const RegisterRenamingInfo &Entry, in freePhysRegs()
166 const RegisterRenamingInfo &RRI = RegisterMappings[RegID].second; in addRegisterWrite()
284 const RegisterRenamingInfo &RRI = RegisterMappings[RegID].second; in isAvailable()
326 const RegisterRenamingInfo &RRI = RM.second; in dump()