OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IPC
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
SchedulerStatistics.cpp
115
unsigned
IPC
= Entry.second;
116
OS << " " << NumIssued << ", " <<
IPC
<< " ("
117
<< format("%.1f", ((double)
IPC
/ NumCycles) * 100) << "%)\n";
SummaryView.h
20
///
IPC
: 1.48
24
/// performance indicators are 'Total Cycles' and
IPC
(Instructions Per Cycle).
56
double
IPC
;
/src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
RegisterFile.cpp
165
IndexPlusCostPairTy &
IPC
= Entry.IndexPlusCost;
166
if (
IPC
.first &&
IPC
.first != RegisterFileIndex) {
173
IPC
= std::make_pair(RegisterFileIndex, RCE.Cost);
183
OtherEntry.IndexPlusCost =
IPC
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
2377
auto
IPC
= D.private_counters().begin();
2380
const auto *PrivateVD = cast<VarDecl>(cast<DeclRefExpr>((*
IPC
))->getDecl());
2401
(*
IPC
)->getType(), VK_LValue, (*
IPC
)->getExprLoc());
2410
++
IPC
;
Completed in 29 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026