Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp178 const MCProcResourceDesc &PRD = in dumpSU() local
180 std::string FU(PRD.Name); in dumpSU()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1211 for (unsigned PRD : PRDepths) in getResourceDepth() local
1212 PRMax = std::max(PRMax, PRD); in getResourceDepth()