Searched refs:CSP (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | YAMLProfileWriter.cpp | 66 for (const IndirectCallProfile &CSP : ICSP.get()) { in convert() local 69 if (CSP.Symbol) { in convert() 70 const BinaryFunction *Callee = BC.getFunctionForSymbol(CSP.Symbol); in convert() 74 CSI.Count = CSP.Count; in convert() 75 CSI.Mispreds = CSP.Mispreds; in convert()
|
| H A D | YAMLProfileReader.cpp | 181 auto &CSP = BC.MIB->getOrCreateAnnotationAs<IndirectCallSiteProfile>( in parseFunctionProfile() local 183 CSP.emplace_back(CalleeSymbol, YamlCSI.Count, YamlCSI.Mispreds); in parseFunctionProfile()
|
| H A D | DataReader.cpp | 654 IndirectCallSiteProfile &CSP = in convertBranchData() local 662 CSP.emplace_back(CalleeSymbol, BI.Branches, BI.Mispreds); in convertBranchData()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryFunction.h | 99 for (const IndirectCallProfile &CSP : ICSP) { variable 100 SS << Sep << "{ " << (CSP.Symbol ? CSP.Symbol->getName() : "<unknown>") 101 << ": " << CSP.Count << " (" << CSP.Mispreds << " misses) }"; 103 TotalCount += CSP.Count; 104 TotalMispreds += CSP.Mispreds;
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | IndirectCallPromotion.cpp | 315 for (const IndirectCallProfile &CSP : ICSP.get()) { in getCallTargets() local 316 Callsite Site(BF, CSP); in getCallTargets()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrSystem.td | 190 def CSP : CmpSwapRRE<"csp", 0xB250, GR128, GR64>;
|
| H A D | SystemZScheduleZ196.td | 1138 def : InstRW<[WLat30, WLat30, MCD], (instregex "CSP(G)?$")>;
|
| H A D | SystemZScheduleZEC12.td | 1183 def : InstRW<[WLat30, WLat30, MCD], (instregex "CSP(G)?$")>;
|
| H A D | SystemZScheduleZ13.td | 1459 def : InstRW<[WLat30, WLat30, MCD], (instregex "CSP(G)?$")>;
|
| H A D | SystemZScheduleZ16.td | 1627 def : InstRW<[WLat30, WLat30, MCD], (instregex "CSP(G)?$")>;
|
| H A D | SystemZScheduleZ15.td | 1595 def : InstRW<[WLat30, WLat30, MCD], (instregex "CSP(G)?$")>;
|
| H A D | SystemZScheduleZ14.td | 1549 def : InstRW<[WLat30, WLat30, MCD], (instregex "CSP(G)?$")>;
|