Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DRegisterFile.h71 using IndexPlusCostPairTy = std::pair<unsigned, unsigned>; variable
78 IndexPlusCostPairTy IndexPlusCost;
DRegisterFile.cpp30 {WriteRef(), {IndexPlusCostPairTy(0, 1), 0}}) { in RegisterFile()
86 IndexPlusCostPairTy &IPC = Entry.IndexPlusCost; in addRegisterFile()
285 const IndexPlusCostPairTy &Entry = RRI.IndexPlusCost; in isAvailable()