Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp96 void WriteState::cycleEvent() { in cycleEvent() function in llvm::mca::WriteState
107 void ReadState::cycleEvent() { in cycleEvent() function in llvm::mca::ReadState
232 void Instruction::cycleEvent() { in cycleEvent() function in llvm::mca::Instruction
238 Use.cycleEvent(); in cycleEvent()
241 Def.cycleEvent(); in cycleEvent()
250 Def.cycleEvent(); in cycleEvent()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp265 void Scheduler::cycleEvent(SmallVectorImpl<ResourceRef> &Freed, in cycleEvent() function in llvm::mca::Scheduler
269 LSU.cycleEvent(); in cycleEvent()
272 Resources->cycleEvent(Freed); in cycleEvent()
275 IR.getInstruction()->cycleEvent(); in cycleEvent()
279 IR.getInstruction()->cycleEvent(); in cycleEvent()
282 IR.getInstruction()->cycleEvent(); in cycleEvent()
H A DLSUnit.cpp44 void LSUnit::cycleEvent() { in cycleEvent() function in llvm::mca::LSUnit
46 G.second->cycleEvent(); in cycleEvent()
H A DResourceManager.cpp454 void ResourceManager::cycleEvent(SmallVectorImpl<ResourceRef> &ResourcesFreed) { in cycleEvent() function in llvm::mca::ResourceManager
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h128 virtual void cycleEvent() = 0;
396 void cycleEvent() { in cycleEvent() function
477 virtual void cycleEvent() override;
H A DScheduler.h225 LLVM_ABI void cycleEvent(SmallVectorImpl<ResourceRef> &Freed,
H A DResourceManager.h464 LLVM_ABI void cycleEvent(SmallVectorImpl<ResourceRef> &ResourcesFreed);
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp289 IS.cycleEvent(); in updateIssuedInst()
402 LSU.cycleEvent(); in cycleStart()
406 RM.cycleEvent(Freed); in cycleStart()
H A DExecuteStage.cpp99 HWS.cycleEvent(Freed, Executed, Pending, Ready); in cycleStart()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h315 LLVM_ABI void cycleEvent();
375 LLVM_ABI void cycleEvent();
715 LLVM_ABI void cycleEvent();