Home
last modified time | relevance | path

Searched refs:Codes (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp72 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp69 ConstraintCodeVector *pCodes = &Codes; in Parse()
75 pCodes = &multipleAlternatives[0].Codes; in Parse()
178 pCodes = &multipleAlternatives[multipleAlternativeIndex].Codes; in Parse()
213 Codes = scInfo.Codes; in selectAlternative()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp160 assert(OpInfo.Codes.size() > 1 && "Doesn't have multiple constraint options"); in chooseConstraint()
166 for (unsigned i = 0, e = OpInfo.Codes.size(); i != e; ++i) { in chooseConstraint()
168 TLI->getConstraintType(OpInfo.Codes[i]); in chooseConstraint()
182 assert(OpInfo.Codes[i].size() == 1 && in chooseConstraint()
201 OpInfo.ConstraintCode = OpInfo.Codes[BestIdx]; in chooseConstraint()
207 assert(!OpInfo.Codes.empty() && "Must have at least one constraint"); in computeConstraintToUse()
210 if (OpInfo.Codes.size() == 1) { in computeConstraintToUse()
211 OpInfo.ConstraintCode = OpInfo.Codes[0]; in computeConstraintToUse()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h110 ConstraintCodeVector Codes; member
151 ConstraintCodeVector Codes; member
/freebsd-13.1/share/i18n/csmapper/APPLE/
H A DUCS%THAI.src98 # Codes 0xA1-0xDA and 0xDF-0xFB are the character set from Thai
105 # Codes 0x80-0x82, 0x8D-0x8E, 0x91, 0x9D-0x9E, and 0xDB-0xDE are
110 # Codes 0x83-0x8C, 0x8F, and 0x92-0x9C are for positional variants
H A DTHAI%UCS.src98 # Codes 0xA1-0xDA and 0xDF-0xFB are the character set from Thai
105 # Codes 0x80-0x82, 0x8D-0x8E, 0x91, 0x9D-0x9E, and 0xDB-0xDE are
110 # Codes 0x83-0x8C, 0x8F, and 0x92-0x9C are for positional variants
/freebsd-13.1/contrib/ntp/ntpq/
H A Dntpq.texi45 * Status Words and Kiss Codes::
197 @node Control Message Commands, Status Words and Kiss Codes, Internal Commands, Top
472 @node Status Words and Kiss Codes, System Variables, Control Message Commands, Top
474 @section Status Words and Kiss Codes
494 @node System Variables, Peer Variables, Status Words and Kiss Codes, Top
H A Dntpq-opts.def771 .Ss Status Words and Kiss Codes
H A Dinvoke-ntpq.texi661 @subsubsection Status Words and Kiss Codes
/freebsd-13.1/crypto/openssl/doc/man7/
H A Devp.pod21 digital signatures and Message Authentication Codes (MACs). Also see the older
/freebsd-13.1/sys/contrib/zlib/doc/
H A Drfc1951.txt437 values determined at step 2. Codes that are never used
661 Lit Value Bits Codes
705 Example: Codes 8, 16 (+2 bits 11),
850 Redundancy Codes", Proceedings of the Institute of Radio
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp373 for (unsigned j = 0, je = C.Codes.size(); j < je; ++j) in mightUseCTR()
374 if (StringRef(C.Codes[j]).equals_insensitive("{ctr}")) in mightUseCTR()
/freebsd-13.1/contrib/sendmail/
H A DREADME236 RFC1893 Enhanced Mail System Status Codes
241 RFC2034 SMTP Service Extension for Returning Enhanced Error Codes
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td789 // Section B.21 - Branch on Integer Condition Codes Instructions, p. 119
861 // Section B.22 - Branch on Floating-point Condition Codes Instructions, p. 121
901 // Section B.22 - Branch on Co-processor Condition Codes Instructions, p. 123
1000 // Section B.27 - Trap on Integer Condition Codes Instruction
/freebsd-13.1/usr.bin/units/
H A Ddefinitions.units366 # ISO Currency Codes
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4859 rCodes = &info.Codes; in getMultipleConstraintMatchWeight()
4861 rCodes = &info.multipleAlternatives[maIndex].Codes; in getMultipleConstraintMatchWeight()
4947 assert(OpInfo.Codes.size() > 1 && "Doesn't have multiple constraint options"); in ChooseConstraint()
4953 for (unsigned i = 0, e = OpInfo.Codes.size(); i != e; ++i) { in ChooseConstraint()
4955 TLI.getConstraintType(OpInfo.Codes[i]); in ChooseConstraint()
4969 assert(OpInfo.Codes[i].size() == 1 && in ChooseConstraint()
4972 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i], in ChooseConstraint()
4995 OpInfo.ConstraintCode = OpInfo.Codes[BestIdx]; in ChooseConstraint()
5004 assert(!OpInfo.Codes.empty() && "Must have at least one constraint"); in ComputeConstraintToUse()
5007 if (OpInfo.Codes.size() == 1) { in ComputeConstraintToUse()
[all …]
/freebsd-13.1/share/misc/
H A Diso3166497 # EAST TIMOR (TL) changed short name to TIMOR-LESTE. Codes unchanged.
H A Diso6399 # International Standard, Codes for the representation of names of
/freebsd-13.1/sys/dev/mps/mpi/
H A Dmpi2_history.txt78 * Removed the MPI-defined Fault Codes and extended the
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td410 // Condition Codes
/freebsd-13.1/sys/dev/mpr/mpi/
H A Dmpi2_history.txt79 * Removed the MPI-defined Fault Codes and extended the
/freebsd-13.1/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md861 ##### Offset Codes
917 [Offset Codes]: #offset-codes
/freebsd-13.1/contrib/tcpdump/
H A DCHANGES209 DHCPv6: Update Status Codes with RFCs/IANA names
364 Radius: update Packet Type Codes and Attribute Types with RFC/IANA names
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrFPU.td722 // Floating Point Branch Codes
/freebsd-13.1/sys/dev/aic7xxx/
H A Daic7xxx.reg860 mask SEQINT_MASK 0xf0|SEQINT /* SEQINT Status Codes */

12