Home
last modified time | relevance | path

Searched refs:Literals (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp366 const std::vector<unsigned> &Literals) const { in insertLiterals()
368 for (unsigned i = 0, e = Literals.size(); i < e; i+=2) { in insertLiterals()
369 unsigned LiteralPair0 = Literals[i]; in insertLiterals()
370 unsigned LiteralPair1 = (i + 1 < e)?Literals[i + 1]:0; in insertLiterals()
392 std::vector<MachineOperand *>Literals; in MakeALUClause() local
402 getLiteral(*BI, Literals); in MakeALUClause()
408 getLiteral(*I, Literals); in MakeALUClause()
412 for (unsigned i = 0, e = Literals.size(); i < e; i += 2) { in MakeALUClause()
415 if (Literals[i]->isImm()) { in MakeALUClause()
416 MILit.addImm(Literals[i]->getImm()); in MakeALUClause()
[all …]
H A DR600InstrInfo.cpp585 SmallSet<int64_t, 4> Literals; in fitsConstReadLimitations() local
592 Literals.insert(Src.second); in fitsConstReadLimitations()
593 if (Literals.size() > 4) in fitsConstReadLimitations()
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx14Papers.csv19 "`3642 <https://wg21.link/n3642>`__","LWG","User-defined Literals","Bristol","|Complete|","3.4"
27 "`3779 <https://wg21.link/n3779>`__","LWG","User-defined Literals for std::complex","Chicago","|Com…
/openbsd-src/gnu/llvm/clang/docs/
H A DObjectiveCLiterals.rst2 Objective-C Literals
9 *NSNumber Literals* provide a syntax for creating ``NSNumber`` from
10 scalar literal expressions; *Collection Literals* provide a short-hand
24 NSNumber Literals
263 Container Literals
H A DLanguageExtensions.rst538 Vector Literals
1842 Object Literals and Subscripting
1845 Clang provides support for :doc:`Object Literals and Subscripting
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-xtensa.texi533 * Literal Directive:: Intermix Literals with Instructions.
536 * Absolute Literals Directive:: Control PC-Relative vs. Absolute Literals.
621 (@pxref{Absolute Literals Directive}) are placed in a separate
696 Literals Directive}). The @code{literal_prefix} directive causes
721 @node Absolute Literals Directive
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtDataCollectors.td79 //--- Literals -----------------------------------------------------------//
/openbsd-src/lib/libz/
H A Dalgorithm.doc13 Literals or match lengths are compressed with one Huffman tree, and
222 Literals or match lengths are compressed with one Huffman tree, and
431 Literals or match lengths are compressed with one Huffman tree, and
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTokenKinds.def173 // C99 6.4.5: String Literals.
180 // C++11 String Literals.
/openbsd-src/gnu/usr.bin/perl/
H A Dregcomp.sym145 #*Literals
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-xtensa.texi497 * Literal Directive:: Intermix Literals with Instructions.
/openbsd-src/gnu/llvm/llvm/docs/
H A DAMDGPUOperandSyntax.rst708 Literals may be specified as
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-2004577 * doc/c-xtensa.texi (Xtensa Options, Absolute Literals Directive):
1082 (Absolute Literals Directive): New.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperldebguts.pod673 # Literals
H A Dperl56delta.pod93 Literals of the form C<v1.2.3.4> are now parsed as a string composed
2584 =item Literals of the form C<1.2.3> parse differently
H A Dperldata.pod676 =head3 Special Literals
H A Dperl561delta.pod689 Literals of the form C<v1.2.3.4> are now parsed as a string composed
3189 =item Literals of the form C<1.2.3> parse differently
H A Dperl5140delta.pod338 Literals may now use either upper case C<0X...> or C<0B...> prefixes,
H A Dperlfunc.pod10840 These keywords are documented in L<perldata/"Special Literals">.
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dextend.texi445 * Compound Literals:: Compound literals give structures, unions
1600 @node Compound Literals
1601 @section Compound Literals
1866 normal casts. (@xref{Compound Literals}.)
4892 or compound literal (@pxref{Compound Literals}) and will not return 1
/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A DProgRef.rst158 Literals section in Lexical Analysis
/openbsd-src/gnu/gcc/gcc/doc/
H A Dextend.texi46 * Compound Literals:: Compound literals give structures, unions
1236 @node Compound Literals
1237 @section Compound Literals
1502 normal casts. (@xref{Compound Literals}.)
5877 or compound literal (@pxref{Compound Literals}) and will not return 1
H A Dgcc.info14089 * Compound Literals:: Compound literals give structures, unions
15082 File: gcc.info, Node: Initializers, Next: Compound Literals, Prev: Pointer Arith, Up: C Extensi…
15099 File: gcc.info, Node: Compound Literals, Next: Designated Inits, Prev: Initializers, Up: C Exte…
15101 5.20 Compound Literals
15157 File: gcc.info, Node: Designated Inits, Next: Cast to Union, Prev: Compound Literals, Up: C Ext…
15301 casts. (*Note Compound Literals::.)
20516 string constant or compound literal (*note Compound Literals::)
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.6247 * doc/extend.texi (Compound Literals): Adjust documentation.