Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp136 WriteRef &OtherWR = RegisterMappings[I].first; in onInstructionExecuted() local
137 if (OtherWR.getWriteState() == &WS) in onInstructionExecuted()
138 OtherWR.notifyExecuted(CurrentCycle); in onInstructionExecuted()
145 WriteRef &OtherWR = RegisterMappings[I].first; in onInstructionExecuted() local
146 if (OtherWR.getWriteState() == &WS) in onInstructionExecuted()
147 OtherWR.notifyExecuted(CurrentCycle); in onInstructionExecuted()
376 WriteRef &OtherWR = RegisterMappings[I].first; in removeRegisterWrite() local
377 if (OtherWR.getWriteState() == &WS) in removeRegisterWrite()
378 OtherWR.commit(); in removeRegisterWrite()
385 WriteRef &OtherWR = RegisterMappings[I].first; in removeRegisterWrite() local
[all …]