| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | StackSlotColoring.cpp | 94 SmallVector<SmallVector<LiveInterval*,4>, 16> Assignments; member in __anon8c4213250111::StackSlotColoring 203 Assignments.resize(LastFI); in InitializeSlots() 254 const SmallVectorImpl<LiveInterval *> &OtherLIs = Assignments[Color]; in OverlapWithAssignments() 301 Assignments[Color].push_back(li); in ColorSlot() 518 for (unsigned i = 0, e = Assignments.size(); i != e; ++i) in runOnMachineFunction() 519 Assignments[i].clear(); in runOnMachineFunction() 520 Assignments.clear(); in runOnMachineFunction()
|
| D | RegisterCoalescer.cpp | 2367 SmallVector<int, 8> Assignments; member in __anoncde421860311::JoinVals 2516 TRI(TRI), Assignments(LR.getNumValNums(), -1), in JoinVals() 2559 const int *getAssignments() const { return Assignments.data(); } in getAssignments() 2754 if (!OtherV.isAnalyzed() || Other.Assignments[OtherVNI->id] == -1) in analyzeValue() 2930 assert(Assignments[ValNo] != -1 && "Bad recursion?"); in computeAssignment() 2939 Assignments[ValNo] = Other.Assignments[V.OtherVNI->id]; in computeAssignment() 2944 << NewVNInfo[Assignments[ValNo]]->def << '\n'); in computeAssignment() 2970 Assignments[ValNo] = NewVNInfo.size(); in computeAssignment()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyRegColoring.cpp | 132 SmallVector<SmallVector<LiveInterval *, 4>, 16> Assignments( in runOnMachineFunction() local 147 for (LiveInterval *OtherLI : Assignments[C]) in runOnMachineFunction() 159 Assignments[Color].push_back(LI); in runOnMachineFunction()
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/ |
| D | MCObjectStreamer.cpp | 313 auto Assignments = pendingAssignments.find(Symbol); in emitPendingAssignments() local 314 if (Assignments != pendingAssignments.end()) { in emitPendingAssignments() 315 for (const PendingAssignment &A : Assignments->second) in emitPendingAssignments() 318 pendingAssignments.erase(Assignments); in emitPendingAssignments()
|
| /openbsd/src/etc/rpki/ |
| D | apnic.constraints | 14 # IX Assignments
|
| /openbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ld.texinfo | 1092 using the linker command language from a script (@pxref{Assignments,, 2233 * Assignments:: Assigning Values to Symbols 2629 @node Assignments 2638 * Simple Assignments:: Simple Assignments 2642 @node Simple Assignments 2643 @subsection Simple Assignments 2754 a symbol assignment (@pxref{Assignments}) 2814 a symbol assignment (@pxref{Assignments}) 4243 (2) @xref{Assignments}. 4279 @ddag@quad @xref{Assignments}.
|
| D | ChangeLog-0001 | 1120 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/ |
| D | ld.texinfo | 1197 using the linker command language from a script (@pxref{Assignments,, 2432 * Assignments:: Assigning Values to Symbols 2840 @node Assignments 2849 * Simple Assignments:: Simple Assignments 2855 @node Simple Assignments 2856 @subsection Simple Assignments 3080 a symbol assignment (@pxref{Assignments}) 3140 a symbol assignment (@pxref{Assignments}) 4742 (2) @xref{Assignments}. 4778 @ddag@quad @xref{Assignments}.
|
| D | ChangeLog-0001 | 1120 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | tree-ssa.texi | 1549 @item Assignments of the form @code{P_i = &VAR} 1550 @item Assignments of the form P_i = malloc()
|
| D | gccint.info | 7726 * Assignments of the form `P_i = &VAR' 7728 * Assignments of the form P_i = malloc()
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlmod.pod | 116 compiled. (Assignments to C<$SIG{}>, however, assume the signal
|
| D | perl5200delta.pod | 273 =head2 Assignments of Windows sockets error codes to $! now prefer F<errno.h> values over WSAGetLas…
|
| D | perl5160delta.pod | 3662 Assignments like C<*$tied = \&{"..."}> and C<*glob = $tied>
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/f/ |
| D | g77.texi | 8690 * Really Ugly Character Assignments:: 9366 @node Really Ugly Character Assignments 9367 @subsection Really Ugly Character Assignments
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/texinfo/ |
| D | texinfo.tex | 2579 % Assignments have to be global since we are inside the implicit group
|
| /openbsd/src/gnu/gcc/gcc/doc/include/ |
| D | texinfo.tex | 2791 % Assignments have to be global since we are inside the implicit group
|
| /openbsd/src/gnu/usr.bin/texinfo/doc/ |
| D | texinfo.tex | 2690 % Assignments have to be global since we are inside the implicit group
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ChangeLog-1993 | 5594 * remote-udi.c (udi_attach): Assignments to Space and Offset were
|