Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp200 Use.first.first = HWS.getResourceID(Use.first.first); in notifyInstructionIssued()
213 [&](uint64_t Op) { return HWS.getResourceID(Op); }); in notifyReservedOrReleasedBuffers()
/freebsd-12.1/contrib/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h189 unsigned getResourceID(uint64_t Mask) const { in getResourceID() function