Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp77 std::vector<uint32_t> Codes; in getCodeRange() local
78 Codes.reserve(Decls.size()); in getCodeRange()
80 Codes.push_back(Decl.getCode()); in getCodeRange()
86 for (auto Current = Codes.begin(), End = Codes.end(); Current != End;) { in getCodeRange()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp84 ConstraintCodeVector *pCodes = &Codes; in Parse()
90 pCodes = &multipleAlternatives[0].Codes; in Parse()
196 pCodes = &multipleAlternatives[multipleAlternativeIndex].Codes; in Parse()
231 Codes = scInfo.Codes; in selectAlternative()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h115 ConstraintCodeVector Codes; member
156 ConstraintCodeVector Codes; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp138 assert(!OpInfo.Codes.empty() && "Must have at least one constraint"); in computeConstraintToUse()
141 if (OpInfo.Codes.size() == 1) { in computeConstraintToUse()
142 OpInfo.ConstraintCode = OpInfo.Codes[0]; in computeConstraintToUse()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAliasAnalysis.cpp140 any_of(Constraint.Codes, in getMemoryEffects()
/freebsd/share/i18n/csmapper/APPLE/
H A DTHAI%UCS.src97 # Codes 0xA1-0xDA and 0xDF-0xFB are the character set from Thai
104 # Codes 0x80-0x82, 0x8D-0x8E, 0x91, 0x9D-0x9E, and 0xDB-0xDE are
109 # Codes 0x83-0x8C, 0x8F, and 0x92-0x9C are for positional variants
H A DUCS%THAI.src97 # Codes 0xA1-0xDA and 0xDF-0xFB are the character set from Thai
104 # Codes 0x80-0x82, 0x8D-0x8E, 0x91, 0x9D-0x9E, and 0xDB-0xDE are
109 # Codes 0x83-0x8C, 0x8F, and 0x92-0x9C are for positional variants
/freebsd/contrib/smart/
H A DREADME.md62 …corrected without substantial delay'). The values will depend on the Page Codes supported by a dri…
/freebsd/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.def781 .Ss Status Words and Kiss Codes
/freebsd/crypto/openssl/doc/man7/
H A Devp.pod21 digital signatures and Message Authentication Codes (MACs). Also see the older
/freebsd/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/contrib/sendmail/
H A DREADME230 RFC1893 Enhanced Mail System Status Codes
235 RFC2034 SMTP Service Extension for Returning Enhanced Error Codes
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td930 // Section B.21 - Branch on Integer Condition Codes Instructions, p. 119
931 // Section A.7 - Branch on Integer Condition Codes with Prediction (SPARC v9)
1003 // Section B.22 - Branch on Floating-point Condition Codes Instructions, p. 121
1056 // Section B.22 - Branch on Co-processor Condition Codes Instructions, p. 123
1174 // Section B.27 - Trap on Integer Condition Codes Instruction
/freebsd/usr.bin/units/
H A Ddefinitions.units365 # ISO Currency Codes
/freebsd/share/misc/
H A Diso3166496 # EAST TIMOR (TL) changed short name to TIMOR-LESTE. Codes unchanged.
H A Diso6398 # International Standard, Codes for the representation of names of
/freebsd/sys/dev/mps/mpi/
H A Dmpi2_history.txt76 * Removed the MPI-defined Fault Codes and extended the
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp1206 for (StringRef Code : CI.Codes) { in inlineAsmUsesAGPRs()
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_history.txt77 * Removed the MPI-defined Fault Codes and extended the
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl.pod33 o Calculation of Message Digests and Message Authentication Codes
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td478 // Condition Codes
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrFPU.td722 // Floating Point Branch Codes
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.reg858 mask SEQINT_MASK 0xf0|SEQINT /* SEQINT Status Codes */
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6119 rCodes = &info.Codes; in getMultipleConstraintMatchWeight()
6121 rCodes = &info.multipleAlternatives[maIndex].Codes; in getMultipleConstraintMatchWeight()
6212 Ret.reserve(OpInfo.Codes.size()); in getConstraintPreferences()
6213 for (StringRef Code : OpInfo.Codes) { in getConstraintPreferences()
6260 assert(!OpInfo.Codes.empty() && "Must have at least one constraint"); in ComputeConstraintToUse()
6263 if (OpInfo.Codes.size() == 1) { in ComputeConstraintToUse()
6264 OpInfo.ConstraintCode = OpInfo.Codes[0]; in ComputeConstraintToUse()

12