Home
last modified time | relevance | path

Searched defs:PRF (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DContext.cpp41 auto PRF = std::make_unique<RegisterFile>(SM, MRI, Opts.RegisterFileSize); in createDefaultPipeline() local
76 auto PRF = std::make_unique<RegisterFile>(SM, MRI, Opts.RegisterFileSize); in createInOrderPipeline() local
/freebsd/sys/contrib/dev/athk/
H A Ddfs_pattern_detector.c40 #define PRF2PRI(PRF) ((1000000 + PRF / 2) / PRF) argument
46 #define ETSI_PATTERN(ID, WMIN, WMAX, PMIN, PMAX, PRF, PPB, CHIRP) \ argument
71 #define FCC_PATTERN(ID, WMIN, WMAX, PMIN, PMAX, PRF, PPB, CHIRP) \ argument
103 #define JP_PATTERN(ID, WMIN, WMAX, PMIN, PMAX, PRF, PPB, RATE, CHIRP) \ argument
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp47 RegisterFile &PRF, CustomBehaviour &CB, in InOrderIssueStage()
103 static unsigned checkRegisterHazard(const RegisterFile &PRF, in checkRegisterHazard()
156 static void addRegisterReadWrite(RegisterFile &PRF, Instruction &IS, in addRegisterReadWrite()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DDispatchStage.h56 RegisterFile &PRF; variable
H A DRetireStage.h31 RegisterFile &PRF; variable
H A DInOrderIssueStage.h56 RegisterFile &PRF; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h311 void setPRF(unsigned PRF) { PRFID = PRF; } in setPRF()