Home
last modified time | relevance | path

Searched refs:Identical (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/lld/docs/
H A DNewLLD.rst291 Short for Identical COMDAT Folding (COFF) or Identical Code Folding (ELF).
/openbsd-src/gnu/llvm/lld/MinGW/
H A DOptions.td80 defm icf: Eq<"icf", "Identical code folding">;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2443 bool Identical = false; member
2832 V.Identical = true; in analyzeValue()
3247 if (V.Identical) in pruneSubRegValues()
3260 (V.Identical && V.Resolution == CR_Erase && in pruneSubRegValues()
3270 if (V.Identical && S.Query(OtherDef).valueOutOrDead()) { in pruneSubRegValues()
/openbsd-src/gnu/llvm/llvm/docs/
H A DLexicon.rst163 Identical Code Folding
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pod649 Returns one character from STDIN. Identical to Perl's C<getc()>,
669 Returns the effective user identifier. Identical to Perl's builtin C<$E<gt>>
718 Returns the process identifier. Identical to Perl's builtin
749 Returns the user's identifier. Identical to Perl's builtin C<$E<lt>> variable,
1516 Identical to L</lrint>.
1864 Identical to the string form of C<$!>, see L<perlvar/$ERRNO>.
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td623 // Identical to VGPR_32 except it only contains the low 128 (Lo128) registers.
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrSPE.td805 // Identical to the integer Load/Stores, but to handle floats
H A DPPCInstrInfo.td564 // immediate are set. Used by instructions like 'addis'. Identical to
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dagentexpr.texi453 Identical to trace_quick, except that @var{size} is a 16-bit big-endian
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlre.pod1821 A named capture group. Identical in every respect to normal capturing
2156 Recurse to a named subpattern. Identical to C<(?I<PARNO>)> except that the
H A Dperlfunc.pod1172 # Identical to the chmod 0755 of the example above.
/openbsd-src/gnu/usr.bin/cvs/src/
H A DChangeLog-93952488 create CVS/Root file if it is not present. Identical code
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/
H A Dperlfunc.pod
/openbsd-src/gnu/gcc/gcc/doc/
H A Dtm.texi6922 Identical to @code{ASM_OUTPUT_LABEL}, except that @var{name} is known
H A Dgccint.info25283 Identical to `ASM_OUTPUT_LABEL', except that NAME is known to
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog8364 * gcc.dg/special/20000419-2.c: New file. Identical to above.