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 LSUnit::cycleEvent() { in cycleEvent() function in llvm::mca::LSUnit |
| H A D | Scheduler.cpp | 265 void Scheduler::cycleEvent(SmallVectorImpl<ResourceRef> &Freed, in cycleEvent() function in llvm::mca::Scheduler |
| H A D | ResourceManager.cpp | 454 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 | 396 void cycleEvent() { in cycleEvent() function |