Searched defs:PRF (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DDispatchStage.h56 RegisterFile &PRF; member in class:llvm::mca::final
H A DRetireStage.h31 RegisterFile &PRF; member in class:llvm::mca::final
H A DInOrderIssueStage.h34 RegisterFile &PRF; member in class:llvm::mca::final
82 InOrderIssueStage(RegisterFile &PRF, const MCSchedModel &SM, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MCA/
H A DContext.cpp40 auto PRF = std::make_unique<RegisterFile>(SM, MRI, Opts.RegisterFileSize); local
74 auto PRF = std::make_unique<RegisterFile>(SM, MRI, Opts.RegisterFileSize); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp92 static unsigned checkRegisterHazard(const RegisterFile &PRF, argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h212 void setPRF(unsigned PRF) { PRFID = PRF; } argument

Completed in 95 milliseconds