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

/freebsd-current/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-current/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp625 const OperandBundleUse &BU);
3556 OperandBundleUse BU = Call.getOperandBundleAt(i); local
3557 uint32_t Tag = BU.getTagID();
3568 Check(BU.Inputs.size() == 1,
3570 Check(isa<FuncletPadInst>(BU.Inputs.front()),
3577 Check(BU.Inputs.size() == 1,
3582 Check(BU.Inputs.size() == 2,
3584 Check(isa<ConstantInt>(BU.Inputs[0]) &&
3585 BU.Inputs[0]->getType()->isIntegerTy(32),
3587 Check(BU
6610 verifyAttachedCallBundle(const CallBase &Call, const OperandBundleUse &BU) argument
[all...]
H A DAsmWriter.cpp2809 OperandBundleUse BU = Call->getOperandBundleAt(i); local
2816 printEscapedString(BU.getTagName(), Out);
2823 for (const auto &Input : BU.Inputs) {
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1108 if (auto BU = CB->getOperandBundle(LLVMContext::OB_funclet))
1109 FuncletBundleOperand = BU->Inputs.front();
H A DMachinePipeliner.cpp1689 SmallPtrSet<SUnit *, 4> &BU = B[U]; local
1690 while (!BU.empty()) {
1691 SmallPtrSet<SUnit *, 4>::iterator SI = BU.begin();
1692 assert(SI != BU.end() && "Invalid B set.");
1694 BU.erase(W);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp550 for (User *BU : Bitcast->users()) {
551 IntrinsicInst *IntrInst = dyn_cast<IntrinsicInst>(BU);
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp10563 if (const SCEVUnknown *BU = dyn_cast<SCEVUnknown>(B))
10565 if (const Instruction *BI = dyn_cast<Instruction>(BU->getValue()))

Completed in 370 milliseconds