| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64A53Fix835769.cpp | 205 std::vector<MachineInstr*> Sequences; in runOnBasicBlock() local 227 Sequences.push_back(CurrInstr); in runOnBasicBlock() 235 LLVM_DEBUG(dbgs() << "Scan complete, " << Sequences.size() in runOnBasicBlock() 239 for (auto &MI : Sequences) { in runOnBasicBlock()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CloneDetection.h | 211 Result.push_back(Sequences); in findClones() 217 CloneGroup Sequences; 256 void constrain(std::vector<CloneDetector::CloneGroup> &Sequences); 267 void constrain(std::vector<CloneDetector::CloneGroup> &Sequences);
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CloneDetection.cpp | 94 Sequences.push_back(StmtSequence(D->getBody(), D)); in analyzeCodeBody() 351 std::vector<CloneDetector::CloneGroup> &Sequences) { in constrain() argument 355 for (CloneDetector::CloneGroup &Group : Sequences) { in constrain() 407 Sequences = Result; in constrain() 411 std::vector<CloneDetector::CloneGroup> &Sequences) { in constrain() argument 413 Sequences, [](const StmtSequence &A, const StmtSequence &B) { in constrain()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 559 Sequences.clear(); in clear() 1270 if (!Sequences.empty()) { in parse() 1271 llvm::sort(Sequences, Sequence::orderByHighPC); in parse() 1336 SequenceIter It = llvm::upper_bound(Sequences, Sequence, in lookupAddressImpl() 1338 if (It == Sequences.end() || It->SectionIndex != Address.SectionIndex) in lookupAddressImpl() 1362 if (Sequences.empty()) in lookupAddressRangeImpl() 1369 SequenceIter LastSeq = Sequences.end(); in lookupAddressRangeImpl() 1371 Sequences, Sequence, DWARFDebugLine::Sequence::orderByHighPC); in lookupAddressRangeImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 238 Sequences.push_back(S); in appendSequence() 295 SequenceVector Sequences; member
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | RegisterInfoEmitter.cpp | 762 SmallVector<SmallVector<MaskRolPair, 1>, 4> Sequences; in emitComposeSubRegIndexLaneMask() local 770 for (size_t s = 0, se = Sequences.size(); s != se; ++s, SIdx = NextSIdx) { in emitComposeSubRegIndexLaneMask() 771 SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask() 779 Sequences.push_back(IdxSequence); in emitComposeSubRegIndexLaneMask() 791 for (size_t s = 0, se = Sequences.size(); s != se; ++s) { in emitComposeSubRegIndexLaneMask() 793 const SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Syntax.td | 13 // - Sequences, with a fixed list of children that should appear in order.
|
| /freebsd/sys/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 87 - [Sequences Section](#sequences-section) 412 - [Sequences Section](#sequences-section) 591 Sequences Section 765 #### Decoding Sequences 880 decoded as described in the [Sequences Section](#sequences-section).
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.cpp | 1540 OutLineTable.Sequences = InputLineTable->Sequences; in cloneAndEmitLineTable()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 929 for (const auto &Seq : LineTable->Sequences) { in collectStatsForObjectFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 2156 LineTable.Sequences = LT->Sequences; in generateLineTableForUnit()
|
| /freebsd/share/i18n/csmapper/APPLE/ |
| H A D | HEBREW%UCS.src | 74 # hex as 0xNNNN, 0xNNNN+0xNNNN, etc.). Sequences of up to 3
|
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | README.asn1 | 141 Sequences
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic7xxx.reg | 1466 * Sequences the kernel driver has okayed for us. This allows
|
| H A D | aic79xx.reg | 3693 * Sequences the kernel driver has okayed for us. This allows
|
| /freebsd/contrib/mandoc/ |
| H A D | TODO | 660 - Sequences of multiple man(7) paragraphs (.PP, .IP) interspersed
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVFeatures.td | 111 "'Ziccrse' (Main Memory Supports Forward Progress on LR/SC Sequences)">;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 1252 for (const llvm::DWARFDebugLine::Sequence &seq : line_table->Sequences) { in ParseLineTable()
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | ChangeLog | 873 * added support for EAP Sequences in EAP-FAST Phase 2
|
| /freebsd/crypto/openssl/ |
| H A D | NEWS.md | 1972 * ASN1 and PEM support for Netscape Certificate Sequences
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | ChangeLog | 1446 * added support for EAP Sequences in EAP-FAST Phase 2
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 1271 … efficient computing by saving memory space and superfluous operations. Sequences of matrices (and… 21907 …t satisfy an expression involving more than one data field is examined. Sequences of character str…
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 24770 # ANSI Standard (X3.64) Control Sequences for Video Terminals and Peripherals
|