Searched refs:bundles (Results 1 – 25 of 52) sorted by relevance
123
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | SpillPlacement.cpp | 195 bundles = &getAnalysis<EdgeBundles>(); in runOnMachineFunction() 199 nodes = new Node[bundles->getNumBundles()]; in runOnMachineFunction() 201 TodoList.setUniverse(bundles->getNumBundles()); in runOnMachineFunction() 239 if (bundles->getBlocks(n).size() > 100) { in activate() 266 unsigned ib = bundles->getBundle(LB.Number, false); in addConstraints() 273 unsigned ob = bundles->getBundle(LB.Number, true); in addConstraints() 286 unsigned ib = bundles->getBundle(B, false); in addPrefSpill() 287 unsigned ob = bundles->getBundle(B, true); in addPrefSpill() 297 unsigned ib = bundles->getBundle(Number, false); in addLinks() 298 unsigned ob = bundles->getBundle(Number, true); in addLinks() [all …]
|
| D | SpillPlacement.h | 46 const EdgeBundles *bundles; variable
|
| /openbsd/src/usr.bin/file/magdir/ |
| D | revision | 12 # Type: Git bundles (git-bundle) 16 # Type: Mercurial bundles
|
| D | mercurial | 4 # mercurial: file(1) magic for Mercurial changeset bundles
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/framework/ |
| D | BUILD.gn | 6 # Since GN has some native support for macOS bundles, it's more natural 86 # Since bundles are a mac thing, we know that symlink_or_copy() will symlink
|
| /openbsd/src/regress/sbin/ipsecctl/ |
| D | sa27.in | 1 # group sa bundles selectively
|
| D | sa26.in | 1 # group all kind of sa bundles
|
| /openbsd/src/gnu/llvm/lldb/docs/use/ |
| D | symbols.rst | 7 On macOS, debug symbols are often in stand alone bundles called **dSYM** files. 8 These are bundles that contain DWARF debug information and other resources 188 Embedding UUID property lists inside the dSYM bundles 191 Since dSYM files are bundles, you can also place UUID info plists files inside 192 your dSYM bundles in the **Contents/Resources** directory. One of the main 193 reasons to create the UUID plists inside the dSYM bundles is that it will help
|
| /openbsd/src/gnu/usr.bin/perl/dist/Module-CoreList/ |
| D | corelist | 285 my @bundles = map { $_->[0] } 291 for my $version (@bundles) {
|
| /openbsd/src/regress/sys/netinet/ipsec/ |
| D | README | 10 and IPv6. SA bundles that do IPComp, ESP, AH with a single flow
|
| /openbsd/src/gnu/usr.bin/perl/t/lib/warnings/ |
| D | builtin | 98 # builtin.c - import from bundles is idempotent
|
| /openbsd/src/gnu/usr.bin/perl/t/lib/feature/ |
| D | bundle | 1 Check feature bundles.
|
| /openbsd/src/gnu/gcc/gcc/config/ia64/ |
| D | itanium1.md | 195 ;; All possible combinations of bundles/syllables 362 ;; of surrounding bundles and stops". 363 ;; o "BBB/MBB: Always splits issue after either of these bundles". 379 ;;; "MIB/MFB/MMB: Splits issue after any of these bundles unless the 492 ;; MLX bunlde uses ports equivalent to MFI bundles. 792 ;; For stop in the middle of the bundles. 1020 ;; All possible combinations of bundles/syllables 1197 ;; of surrounding bundles and stops". 1198 ;; o "BBB/MBB: Always splits issue after either of these bundles". 1216 ;;; "MIB/MFB/MMB: Splits issue after any of these bundles unless the [all …]
|
| D | itanium2.md | 193 ;; All possible combinations of bundles/syllables 370 ;; o "BBB/MBB: Always splits issue after either of these bundles". 378 ;;; "MIB/MFB/MMB: Splits issue after any of these bundles unless the 558 ;; MLX bunlde uses ports equivalent to MFI bundles. 610 ;; For stop in the middle of the bundles. 1102 ;; All possible combinations of bundles/syllables 1295 ;; o "BBB/MBB: Always splits issue after either of these bundles". 1303 ;;; "MIB/MFB/MMB: Splits issue after any of these bundles unless the 1464 ;; For stop in the middle of the bundles.
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-symbolizer/ |
| D | Opts.td | 41 "Path to .dSYM bundles to search for debug info for the object files">,
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | MachinePassRegistry.def | 80 // MACHINE_FUNCTION_ANALYSIS("edge-bundles", EdgeBundlesAnalysis())
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | llvm-dwarfdump.rst | 15 archives, and `.dSYM` bundles and prints their contents in
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | ClangOffloadPackager.rst | 13 This tool bundles device files into a single image containing necessary
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5122delta.pod | 36 which could cause L<feature> bundles to be loaded and L<strict> mode to
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | CodeGenerator.rst | 522 bundles. A MI bundle can model a VLIW group / pack which contains an arbitrary 570 MIs that are not inside bundles nor represent bundles. 573 methods have been taught to correctly handle bundles and MIs inside bundles. 578 inside bundles. The top level BUNDLE instruction must have the correct set of 587 Such bundles should be finalized (i.e. adding BUNDLE MIs and input and 1665 *bundles*. The VLIW packetizer in LLVM is a target-independent mechanism to
|
| D | LangRef.rst | 1783 by either the function annotation or the operand bundles. 2368 Operand bundles are tagged sets of SSA values that can be associated 2380 Operand bundles are **not** part of a function's signature, and a 2382 of operand bundles. This reflects the fact that the operand bundles 2386 Operand bundles are a generic mechanism intended to support 2398 - Calls and invokes with operand bundles have unknown read / write 2406 More specific types of operand bundles are described below. 2413 Deoptimization operand bundles are characterized by the ``"deopt"`` 2414 operand bundle tag. These operand bundles represent an alternate 2422 From the compiler's perspective, deoptimization operand bundles make [all …]
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | objc.texi | 163 intervening operation from you. When you write bundles and you need to
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | objc.texi | 163 intervening operation from you. When you write bundles and you need to
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | ChangeLog-2004 | 197 instruction bundles. Use xmalloc instead of malloc.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | ChangeLog-2004 | 720 directives. Check for directives inside instruction bundles. Warn 725 bundles. Warn and ignore [no-]density directives. Handle new 851 Rearrange to handle bundles.
|
123