Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/
DInstrBuilder.cpp58 DenseMap<uint64_t, unsigned> SuperResources; in initializeUsedResources() local
92 SuperResources[Super] += PRE->Cycles; in initializeUsedResources()
149 B.second.CS.subtract(A.second.size() - SuperResources[A.first]); in initializeUsedResources()
211 for (const std::pair<uint64_t, unsigned> &SR : SuperResources) { in initializeUsedResources()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DSubtargetEmitter.cpp962 RecVec SuperResources = PR->getValueAsListOfDefs("Resources"); in ExpandProcResources() local
965 if (!is_contained(SuperResources, *SubI)) { in ExpandProcResources()