Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DExegesisEmitter.cpp85 for (const Record *ValidationCounter : in collectPfmCounters() local
87 AddPfmCounterName(ValidationCounter); in collectPfmCounters()
135 for (const Record *ValidationCounter : in emitPfmCountersInfo() local
138 {ValidationCounter->getValueAsDef("EventType") in emitPfmCountersInfo()
140 ValidationCounter->getValueAsDef("EventType")->getName(), in emitPfmCountersInfo()
141 getPfmCounterId(ValidationCounter->getValueAsString("Counter"))}); in emitPfmCountersInfo()