Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp505 SmallVectorImpl<WriteRef> &CommittedWrites) const { in collectWrites()
528 CommittedWrites.push_back(WR); in collectWrites()
543 CommittedWrites.push_back(WR); in collectWrites()
572 SmallVector<WriteRef, 4> CommittedWrites; in checkRAWHazards() local
578 collectWrites(STI, RS, Writes, CommittedWrites); in checkRAWHazards()
603 for (const WriteRef &WR : CommittedWrites) { in checkRAWHazards()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h238 SmallVectorImpl<WriteRef> &CommittedWrites) const;