OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BU
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
SchedulerStatistics.cpp
93
for (BufferUsage &
BU
: Usage) {
94
BU
.CumulativeNumUsedSlots +=
BU
.SlotsInUse;
95
BU
.MaxUsedSlots = std::max(
BU
.MaxUsedSlots,
BU
.SlotsInUse);
127
if (all_of(Usage, [](const BufferUsage &
BU
) { return !
BU
.MaxUsedSlots; })) {
145
const BufferUsage &
BU
= Usage[I];
146
double AvgUsage = (double)
BU
.CumulativeNumUsedSlots / NumCycles
[
all
...]
/src/usr.sbin/timed/timedc/
cmds.c
69
#define
BU
2208988800UL /* seconds before UNIX epoch */
183
if (sec <
BU
) {
190
sec -=
BU
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachinePipeliner.cpp
1318
SmallPtrSet<SUnit *, 4> &
BU
= B[U];
1319
while (!
BU
.empty()) {
1320
SmallPtrSet<SUnit *, 4>::iterator SI =
BU
.begin();
1321
assert(SI !=
BU
.end() && "Invalid B set.");
1323
BU
.erase(W);
/src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp
2777
OperandBundleUse
BU
= Call->getOperandBundleAt(i);
2784
printEscapedString(
BU
.getTagName(), Out);
2790
for (const auto &Input :
BU
.Inputs) {
Verifier.cpp
3301
OperandBundleUse
BU
= Call.getOperandBundleAt(i);
3302
uint32_t Tag =
BU
.getTagID();
3313
Assert(
BU
.Inputs.size() == 1,
3315
Assert(isa<FuncletPadInst>(
BU
.Inputs.front()),
3322
Assert(
BU
.Inputs.size() == 1,
3328
Assert(
BU
.Inputs.size() == 1,
3330
auto Input = dyn_cast<IntrinsicInst>(
BU
.Inputs.front());
Completed in 26 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026