Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DRegisterFile.cpp99 RegisterRenamingInfo &OtherEntry = RegisterMappings[*I].second; in addRegisterFile() local
100 if (!OtherEntry.IndexPlusCost.first && in addRegisterFile()
101 (!OtherEntry.RenameAs || in addRegisterFile()
102 MRI.isSuperRegister(*I, OtherEntry.RenameAs))) { in addRegisterFile()
103 OtherEntry.IndexPlusCost = IPC; in addRegisterFile()
104 OtherEntry.RenameAs = Reg; in addRegisterFile()