Searched defs:cycleEvent (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MCA/ | ||
H A D | Instruction.cpp | 96 void WriteState::cycleEvent() { in cycleEvent() function in llvm::mca::WriteState |
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ | ||
H A D | LSUnit.cpp | 44 void LSUnitBase::cycleEvent() { in cycleEvent() function in llvm::mca::LSUnitBase |
H A D | Scheduler.cpp | 264 void Scheduler::cycleEvent(SmallVectorImpl<ResourceRef> &Freed, in cycleEvent() function in llvm::mca::Scheduler |
H A D | ResourceManager.cpp | 374 void ResourceManager::cycleEvent(SmallVectorImpl<ResourceRef> &ResourcesFreed) { in cycleEvent() function in llvm::mca::ResourceManager |
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ | ||
H A D | LSUnit.h | 183 void cycleEvent() { in cycleEvent() function |