Home
last modified time | relevance | path

Searched refs:CSP (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileWriter.cpp66 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 DYAMLProfileReader.cpp181 auto &CSP = BC.MIB->getOrCreateAnnotationAs<IndirectCallSiteProfile>( in parseFunctionProfile() local
183 CSP.emplace_back(CalleeSymbol, YamlCSI.Count, YamlCSI.Mispreds); in parseFunctionProfile()
H A DDataReader.cpp654 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 DBinaryFunction.h99 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 DIndirectCallPromotion.cpp315 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 DSystemZInstrSystem.td190 def CSP : CmpSwapRRE<"csp", 0xB250, GR128, GR64>;
H A DSystemZScheduleZ196.td1138 def : InstRW<[WLat30, WLat30, MCD], (instregex "CSP(G)?$")>;
H A DSystemZScheduleZEC12.td1183 def : InstRW<[WLat30, WLat30, MCD], (instregex "CSP(G)?$")>;
H A DSystemZScheduleZ13.td1459 def : InstRW<[WLat30, WLat30, MCD], (instregex "CSP(G)?$")>;
H A DSystemZScheduleZ16.td1627 def : InstRW<[WLat30, WLat30, MCD], (instregex "CSP(G)?$")>;
H A DSystemZScheduleZ15.td1595 def : InstRW<[WLat30, WLat30, MCD], (instregex "CSP(G)?$")>;
H A DSystemZScheduleZ14.td1549 def : InstRW<[WLat30, WLat30, MCD], (instregex "CSP(G)?$")>;