| /llvm-project-15.0.7/llvm/tools/llvm-mca/Views/ |
| H A D | SchedulerStatistics.cpp | 93 for (BufferUsage &BU : Usage) { in updateHistograms() 94 BU.CumulativeNumUsedSlots += BU.SlotsInUse; in updateHistograms() 95 BU.MaxUsedSlots = std::max(BU.MaxUsedSlots, BU.SlotsInUse); in updateHistograms() 127 if (all_of(Usage, [](const BufferUsage &BU) { return !BU.MaxUsedSlots; })) { in printSchedulerUsage() argument 145 const BufferUsage &BU = Usage[I]; in printSchedulerUsage() local 146 double AvgUsage = (double)BU.CumulativeNumUsedSlots / NumCycles; in printSchedulerUsage() 160 BU.MaxUsedSlots == static_cast<unsigned>(ProcResource.BufferSize)) in printSchedulerUsage() 162 FOS << BU.MaxUsedSlots; in printSchedulerUsage()
|
| /llvm-project-15.0.7/mlir/test/Transforms/ |
| H A D | canonicalize-td.mlir | 2 …w-unregistered-dialect %s -pass-pipeline='func.func(canonicalize)' | FileCheck %s --check-prefix=BU 5 // BU-LABEL: func @default_insertion_position 10 // BU: arith.constant 2 11 // BU-NEXT: scf.if 25 // BU-LABEL: func @custom_insertion_position 28 // BU: test.one_region_op 29 // BU-NEXT: arith.constant 2
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Verifier.cpp | 3355 OperandBundleUse BU = Call.getOperandBundleAt(i); in visitCallBase() local 3356 uint32_t Tag = BU.getTagID(); in visitCallBase() 3367 Check(BU.Inputs.size() == 1, in visitCallBase() 3369 Check(isa<FuncletPadInst>(BU.Inputs.front()), in visitCallBase() 3376 Check(BU.Inputs.size() == 1, in visitCallBase() 3381 Check(BU.Inputs.size() == 2, in visitCallBase() 3383 Check(isa<ConstantInt>(BU.Inputs[0]) && in visitCallBase() 3392 Check(BU.Inputs.size() == 1, in visitCallBase() 3407 verifyAttachedCallBundle(Call, BU); in visitCallBase() 6107 Check(BU.Inputs.size() == 1 && isa<Function>(BU.Inputs.front()), in verifyAttachedCallBundle() [all …]
|
| H A D | AsmWriter.cpp | 2724 OperandBundleUse BU = Call->getOperandBundleAt(i); in writeOperandBundles() local 2731 printEscapedString(BU.getTagName(), Out); in writeOperandBundles() 2738 for (const auto &Input : BU.Inputs) { in writeOperandBundles()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleE500.td | 25 // 6 pipelined execution units: SU0, SU1, BU, LSU, MU.
|
| H A D | PPCScheduleE500mc.td | 25 // 6 pipelined execution units: SFX0, SFX1, BU, FPU, LSU, CFX.
|
| H A D | PPCScheduleE5500.td | 26 // 6 pipelined execution units: SFX0, SFX1, BU, FPU, LSU, CFX.
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | fold-vector-select.ll | 16 <4 x i32> *%BS, <4 x i32> *%BT, <4 x i32> *%BU, <4 x i32> *%BV, 131 store <4 x i32> %bu, <4 x i32>* %BU
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 963 if (auto BU = CB->getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions() local 964 FuncletBundleOperand = BU->Inputs.front(); in removeImplausibleInstructions()
|
| H A D | MachinePipeliner.cpp | 1311 SmallPtrSet<SUnit *, 4> &BU = B[U]; in unblock() local 1312 while (!BU.empty()) { in unblock() 1313 SmallPtrSet<SUnit *, 4>::iterator SI = BU.begin(); in unblock() 1314 assert(SI != BU.end() && "Invalid B set."); in unblock() 1316 BU.erase(W); in unblock()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | ms-inline-asm.c | 328 __asm mov eax, 10100010BU
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 550 for (User *BU : Bitcast->users()) { in findAllocas() 551 IntrinsicInst *IntrInst = dyn_cast<IntrinsicInst>(BU); in findAllocas()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 10307 if (const SCEVUnknown *BU = dyn_cast<SCEVUnknown>(B)) in HasSameValue() local 10309 if (const Instruction *BI = dyn_cast<Instruction>(BU->getValue())) in HasSameValue()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ConfusableTable/ |
| H A D | confusables.txt | 2964 118D7 ; 006F ; MA # ( → o ) WARANG CITI SMALL LETTER BU → LATIN SMALL LETTER O # 5574 054C ; 1261 ; MA # ( Ռ → ቡ ) ARMENIAN CAPITAL LETTER RA → ETHIOPIC SYLLABLE BU # 6304 118B7 ; 16DC ; MA # ( → ᛜ ) WARANG CITI CAPITAL LETTER BU → RUNIC LETTER INGWAZ # →◇→
|