| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugAbbrev.cpp | 72 std::vector<uint32_t> Codes; in getCodeRange() local 73 Codes.reserve(Decls.size()); in getCodeRange() 75 Codes.push_back(Decl.getCode()); in getCodeRange() 81 for (auto Current = Codes.begin(), End = Codes.end(); Current != End;) { in getCodeRange()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | InlineAsm.cpp | 83 ConstraintCodeVector *pCodes = &Codes; in Parse() 89 pCodes = &multipleAlternatives[0].Codes; in Parse() 195 pCodes = &multipleAlternatives[multipleAlternativeIndex].Codes; in Parse() 230 Codes = scInfo.Codes; in selectAlternative()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 156 assert(OpInfo.Codes.size() > 1 && "Doesn't have multiple constraint options"); in chooseConstraint() 162 for (unsigned i = 0, e = OpInfo.Codes.size(); i != e; ++i) { in chooseConstraint() 164 TLI->getConstraintType(OpInfo.Codes[i]); in chooseConstraint() 178 assert(OpInfo.Codes[i].size() == 1 && in chooseConstraint() 197 OpInfo.ConstraintCode = OpInfo.Codes[BestIdx]; in chooseConstraint() 203 assert(!OpInfo.Codes.empty() && "Must have at least one constraint"); in computeConstraintToUse() 206 if (OpInfo.Codes.size() == 1) { in computeConstraintToUse() 207 OpInfo.ConstraintCode = OpInfo.Codes[0]; in computeConstraintToUse()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | InlineAsm.h | 112 ConstraintCodeVector Codes; member 153 ConstraintCodeVector Codes; member
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
| H A D | z80.em | 11 /* Codes for machine types, bitwise or gives the code to use for the
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips-ps-3d.md | 440 ; Branch on Any of Four Floating Point Condition Codes True 452 ; Branch on Any of Four Floating Point Condition Codes False 464 ; Branch on Any of Two Floating Point Condition Codes True 476 ; Branch on Any of Two Floating Point Condition Codes False
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlpod.pod | 37 codes are explained in the "L<Formatting Codes|/"Formatting Codes">" 113 "L<Formatting Codes|/"Formatting Codes">" section, below. 140 "L<Formatting Codes|/"Formatting Codes">" section, below. 356 =head2 Formatting Codes
|
| H A D | perlpodspec.pod | 388 =head1 Pod Formatting Codes 464 See the brief discussion in L<perlpod/"Formatting Codes">. 468 See the brief discussion in L<perlpod/"Formatting Codes">. 472 See the brief discussion in L<perlpod/"Formatting Codes">. 476 See the brief discussion in L<perlpod/"Formatting Codes">. 480 See the brief discussion in L<perlpod/"Formatting Codes">. 489 Discussed briefly in L<perlpod/"Formatting Codes">. 498 L<perlpod/"Formatting Codes">, and implementation details are 499 discussed below, in L</"About LE<lt>...E<gt> Codes">. Parsing the 507 See L<perlpod/"Formatting Codes">, an [all...] |
| H A D | perl5300delta.pod | 471 L<Locale::Codes> has been upgraded from version 3.56 to 3.57. 684 Locale::Codes has been removed at the request of its author. It 686 C<< L<Locale::Codes|https://metacpan.org/pod/Locale::Codes> >>
|
| H A D | perl5280delta.pod | 440 =item L<Locale::Codes> and its associated Country, Currency and Language modules 898 L<Locale::Codes> has been upgraded from version 3.42 to 3.56. 900 B<NOTE>: L<Locale::Codes> scheduled to be removed from core in Perl 5.30.
|
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/corpus/ |
| H A D | perlpodspec-copy.pod | 380 =head1 Pod Formatting Codes 444 See the brief discussion in L<perlpod/"Formatting Codes">. 448 See the brief discussion in L<perlpod/"Formatting Codes">. 452 See the brief discussion in L<perlpod/"Formatting Codes">. 456 See the brief discussion in L<perlpod/"Formatting Codes">. 460 See the brief discussion in L<perlpod/"Formatting Codes">. 469 Discussed briefly in L<perlpod/"Formatting Codes">. 478 L<perlpod/"Formatting Codes">, and implementation details are 479 discussed below, in L</"About LE<lt>...E<gt> Codes">. Parsing the 487 See L<perlpod/"Formatting Codes">, and several points in [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/s390/ |
| H A D | s390-modes.def | 33 Condition Codes
|
| /openbsd-src/gnu/llvm/llvm/docs/PDB/ |
| H A D | PdbStream.rst | 101 PDB Feature Codes
|
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | known_pod_issues.dat | 197 Locale::Codes
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | PointerAuth.md | 273 support for instructions that manipulate Pointer Authentication Codes (PAC).
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 840 // Section B.21 - Branch on Integer Condition Codes Instructions, p. 119 841 // Section A.7 - Branch on Integer Condition Codes with Prediction (SPARC v9) 913 // Section B.22 - Branch on Floating-point Condition Codes Instructions, p. 121 966 // Section B.22 - Branch on Co-processor Condition Codes Instructions, p. 123 1064 // Section B.27 - Trap on Integer Condition Codes Instruction
|
| /openbsd-src/gnu/usr.bin/texinfo/util/ |
| H A D | dir-example | 168 * ISO3166: (gettext)Country Codes. ISO 3166 country codes. 169 * ISO639: (gettext)Language Codes. ISO 639 language codes.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineFunctionInfo.cpp | 705 for (StringRef Code : CI.Codes) { in mayUseAGPRs()
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | Index.txt | 370 ASCII C0 Control Codes 0000 750 C0 Control Codes, ASCII 0000 751 C1 Control Codes 0080 1240 Control Codes, ASCII C0 0000 1241 Control Codes, C0 0000 1242 Control Codes, C1 0080 1243 Control Codes, Graphic Pictures for 2400 1244 Control Codes, Graphics for 237D 2288 Graphic Pictures for Control Codes 2400 2289 Graphics for Control Codes 237D [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5584 rCodes = &info.Codes; in getMultipleConstraintMatchWeight() 5586 rCodes = &info.multipleAlternatives[maIndex].Codes; in getMultipleConstraintMatchWeight() 5672 assert(OpInfo.Codes.size() > 1 && "Doesn't have multiple constraint options"); in ChooseConstraint() 5678 for (unsigned i = 0, e = OpInfo.Codes.size(); i != e; ++i) { in ChooseConstraint() 5680 TLI.getConstraintType(OpInfo.Codes[i]); in ChooseConstraint() 5694 assert(OpInfo.Codes[i].size() == 1 && in ChooseConstraint() 5697 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i], in ChooseConstraint() 5720 OpInfo.ConstraintCode = OpInfo.Codes[BestIdx]; in ChooseConstraint() 5729 assert(!OpInfo.Codes.empty() && "Must have at least one constraint"); in ComputeConstraintToUse() 5732 if (OpInfo.Codes.size() == 1) { in ComputeConstraintToUse() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/ |
| H A D | Simple.pod | 263 Allows C<$parser> to accept a list of L<perlpod/Formatting Codes>. This can be
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | perlcygo.txt | 161 … slashes. They may also begin with drive letters (C:) or Universal Naming Codes (//UNC). DOS devic…
|
| H A D | perlcyg.pod | 416 Naming Codes (F<//UNC>). DOS device names (F<aux>, F<con>, F<prn>,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.td | 440 // Condition Codes
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | README.cygwin | 305 Naming Codes (F<//UNC>) are also supported. Since cygwin-1.7 non-POSIX
|