| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZMachineScheduler.cpp | 75 Available.clear(); // -misched-cutoff. in initialize() 162 if (Available.empty()) in pickNode() 166 if (Available.size() == 1) { in pickNode() 168 HazardRec->dumpSU(*Available.begin(), dbgs()); dbgs() << "\n";); in pickNode() 169 return *Available.begin(); in pickNode() 173 LLVM_DEBUG(dbgs() << "** Available: "; Available.dump(*HazardRec);); in pickNode() 176 for (auto *SU : Available) { in pickNode() 243 if (Available.size() == 1) dbgs() << "(only one) "; in schedNode() 247 Available.erase(SU); in schedNode() 259 Available.insert(SU); in releaseTopNode()
|
| H A D | SystemZMachineScheduler.h | 96 SUSet Available; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | R600MachineScheduler.cpp | 60 (Available[CurInstKind].empty()); in pickNode() 62 (!Available[IDFetch].empty() || !Available[IDOther].empty()); in pickNode() 64 if (CurInstKind == IDAlu && !Available[IDFetch].empty()) { in pickNode() 71 (FetchInstCount + Available[IDFetch].size()); in pickNode() 87 unsigned NearRegisterRequirement = 2 * Available[IDFetch].size(); in pickNode() 169 MoveUnits(Pending[IDFetch], Available[IDFetch]); in schedNode() 197 Available[IDOther].push_back(SU); in releaseBottomNode() 448 std::vector<SUnit *> &AQ = Available[QID]; in pickOther()
|
| H A D | R700Instructions.td | 10 // - Available to R700 and newer VLIW4/VLIW5 GPUs 11 // - Available only on R700 family GPUs.
|
| H A D | R600MachineScheduler.h | 53 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | VLIWMachineScheduler.cpp | 383 Available.push(SU); in releaseNode() 409 LLVM_DEBUG(dbgs() << "*** Next cycle " << Available.getName() << " cycle " in bumpCycle() 445 if (Available.empty()) in releasePending() 463 Available.push(SU); in releasePending() 473 if (Available.isInQueue(SU)) in removeReady() 474 Available.remove(Available.find(SU)); in removeReady() 489 if (Available.empty()) in pickOnlyChoice() 491 if (Available.size() == 1 && Pending.size() > 0) in pickOnlyChoice() 492 return !ResourceModel->isResourceAvailable(*Available.begin(), isTop()) || in pickOnlyChoice() 493 getWeakLeft(*Available.begin(), isTop()) != 0; in pickOnlyChoice() [all …]
|
| H A D | MachineScheduler.cpp | 1998 Available.clear(); in reset() 2228 LLVM_DEBUG(dbgs() << Available.getName() << " RemLatency SU(" in findMaxLatency() 2245 LLVM_DEBUG(dbgs() << " " << Available.getName() << " + Remain MOps: " in getOtherResourceCount() 2257 dbgs() << " " << Available.getName() << " + Remain CritRes: " in getOtherResourceCount() 2283 checkHazard(SU) || (Available.size() >= ReadyListLimit); in releaseNode() 2286 Available.push(SU); in releaseNode() 2332 LLVM_DEBUG(dbgs() << "Cycle: " << CurrCycle << ' ' << Available.getName() in bumpCycle() 2483 LLVM_DEBUG(dbgs() << " " << Available.getName() << " TopLatency SU(" in bumpNode() 2488 LLVM_DEBUG(dbgs() << " " << Available.getName() << " BotLatency SU(" in bumpNode() 2530 if (Available.empty()) in releasePending() [all …]
|
| H A D | RegisterScavenging.cpp | 559 BitVector Available = getRegsAvailable(RC); in scavengeRegister() local 560 Available &= Candidates; in scavengeRegister() 561 if (Available.any()) in scavengeRegister() 562 Candidates = Available; in scavengeRegister()
|
| /openbsd-src/gnu/llvm/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 30 Available = 0, enumerator 46 IO.enumCase(AA, "available", APIAvailability::Available); in enumeration() 135 APIAvailability Mode = APIAvailability::Available; 189 APIAvailability::Available); in mapping() 227 APIAvailability::Available); in mapping() 265 APIAvailability::Available); in mapping() 309 APIAvailability::Available); in mapping() 341 APIAvailability::Available); in mapping() 370 APIAvailability::Available); in mapping() 441 APIAvailability::Available); in mapping() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | VLIWMachineScheduler.h | 130 ReadyQueue Available; member 150 : Available(ID, Name + ".A"), in VLIWSchedBoundary() 182 return Available.getID() == ConvergingVLIWScheduler::TopQID; in isTop()
|
| H A D | MachineScheduler.h | 624 ReadyQueue Available; variable 719 Available(ID, Name+".A"), Pending(ID << LogMaxQID, Name+".P") { in SchedBoundary() 731 return Available.getID() == TopQID; in isTop()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 587 if (Value *Available = getAvailableLoadStore(Inst, StrippedPtr, AccessTy, in findAvailablePtrLoadStore() local 589 return Available; in findAvailablePtrLoadStore() 656 Value *Available = nullptr;; in FindAvailableLoadedValue() local 666 Available = getAvailableLoadStore(&Inst, StrippedPtr, AccessTy, in FindAvailableLoadedValue() 668 if (Available) in FindAvailableLoadedValue() 677 if (Available) { in FindAvailableLoadedValue() 684 return Available; in FindAvailableLoadedValue()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/ |
| H A D | CoreList.pod | 89 Available in version 2.99 and above. 102 Available in version 2.22 and above. 109 Available in version 2.77 and above. 116 Available in version 2.32 and above 124 Available in version 2.32 and above 132 Available in version 2.66 and above. 173 Available in version 3.00 and above.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | Mips16InstrInfo.cpp | 378 BitVector Available = rs.getRegsAvailable(&Mips::CPU16RegsRegClass); in loadImmediate() local 379 Available &= Candidates; in loadImmediate() 387 Reg = Available.find_first(); in loadImmediate() 399 Available.reset(Reg); in loadImmediate() 403 SpReg = Available.find_first(); in loadImmediate() 415 Available.reset(SpReg); in loadImmediate()
|
| /openbsd-src/regress/usr.sbin/pkg_add/oldcups/cups-filters-1.20.3/ |
| H A D | +DESC | 6 Available flavor:
|
| /openbsd-src/regress/usr.sbin/pkg_add/newcups/cups-filters-1.20.3/ |
| H A D | +DESC | 6 Available flavor:
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-tli-checker/ |
| H A D | llvm-tli-checker.cpp | 138 bool Available = TLI.has(LF); in initialize() local 141 emplace_back(TLI.getName(LF), Available); in initialize() 142 if (Available) in initialize()
|
| /openbsd-src/gnu/llvm/llvm/utils/docker/scripts/ |
| H A D | build_install_llvm.sh | 20 Available options:
|
| H A D | checkout.sh | 18 Available options:
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | SafepointIRVerifier.cpp | 526 AvailableValueSet &Available); 792 AvailableValueSet &Available) { in transferInstruction() argument 795 Available.clear(); in transferInstruction() 797 Available.insert(&I); in transferInstruction()
|
| /openbsd-src/gnu/llvm/llvm/utils/docker/ |
| H A D | build_docker_image.sh | 22 Available options:
|
| /openbsd-src/gnu/llvm/clang/www/analyzer/ |
| H A D | menu.html.incl | 21 <li><a href="/available_checks.html">Available Checks</a></li>
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl08.rst | 93 Available CPUs for this target: 100 Available features for this target:
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| H A D | chunk.h | 62 enum State : u8 { Available = 0, Allocated = 1, Quarantined = 2 }; enumerator
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | Artistic | 38 "Freely Available" means that no fee is charged for the item 57 Freely Available, such as by posting said modifications to Usenet or
|