Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h248 void addRegisterRead(ReadState &RS, const MCSubtargetInfo &STI) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp113 PRF.addRegisterRead(RS, STI); in dispatch()
H A DInOrderIssueStage.cpp183 PRF.addRegisterRead(RS, STI); in addRegisterReadWrite()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp539 void RegisterFile::addRegisterRead(ReadState &RS, in addRegisterRead() function in llvm::mca::RegisterFile