Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h151 struct MCRegisterCostEntry { struct
193 const MCRegisterCostEntry *RegisterCostTable;
/src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp94 const MCRegisterCostEntry *FirstElt = in initialize()
96 addRegisterFile(RF, ArrayRef<MCRegisterCostEntry>(FirstElt, Length)); in initialize()
148 ArrayRef<MCRegisterCostEntry> Entries) { in addRegisterFile()
168 for (const MCRegisterCostEntry &RCE : Entries) { in addRegisterFile()
/src/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h213 ArrayRef<MCRegisterCostEntry> Entries);