Searched refs:BU (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp93 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]; local
146 double AvgUsage = (double)BU
[all...]
/freebsd-11-stable/usr.sbin/timed/timedc/
H A Dcmds.c74 #define BU (2208988800UL) /* seconds before UNIX epoch */ macro
125 if (sec < BU) {
130 sec -= BU;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp950 if (auto BU = CS.getOperandBundle(LLVMContext::OB_funclet))
951 FuncletBundleOperand = BU->Inputs.front();
H A DMachinePipeliner.cpp1239 SmallPtrSet<SUnit *, 4> &BU = B[U]; local
1240 while (!BU.empty()) {
1241 SmallPtrSet<SUnit *, 4>::iterator SI = BU.begin();
1242 assert(SI != BU.end() && "Invalid B set.");
1244 BU.erase(W);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3013 OperandBundleUse BU = Call.getOperandBundleAt(i); local
3014 uint32_t Tag = BU.getTagID();
3025 Assert(BU.Inputs.size() == 1,
3027 Assert(isa<FuncletPadInst>(BU.Inputs.front()),
3034 Assert(BU.Inputs.size() == 1,
H A DAsmWriter.cpp2553 OperandBundleUse BU = Call->getOperandBundleAt(i); local
2560 printEscapedString(BU.getTagName(), Out);
2566 for (const auto &Input : BU.Inputs) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8946 if (const SCEVUnknown *BU = dyn_cast<SCEVUnknown>(B))
8948 if (const Instruction *BI = dyn_cast<Instruction>(BU->getValue()))

Completed in 241 milliseconds