Home
last modified time | relevance | path

Searched refs:Sequences (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp192 Sequences.clear(); in clear()
513 if (!Sequences.empty()) { in parse()
514 std::sort(Sequences.begin(), Sequences.end(), Sequence::orderByLowPC); in parse()
554 if (Sequences.empty()) in lookupAddress()
559 SequenceIter first_seq = Sequences.begin(); in lookupAddress()
560 SequenceIter last_seq = Sequences.end(); in lookupAddress()
565 found_seq = Sequences.back(); in lookupAddress()
578 if (Sequences.empty()) in lookupAddressRange()
584 SequenceIter first_seq = Sequences.begin(); in lookupAddressRange()
585 SequenceIter last_seq = Sequences.end(); in lookupAddressRange()
/external/llvm/lib/Target/AArch64/
DAArch64A53Fix835769.cpp194 std::vector<MachineInstr*> Sequences; in runOnBasicBlock() local
215 Sequences.push_back(CurrInstr); in runOnBasicBlock()
223 DEBUG(dbgs() << "Scan complete, " << Sequences.size() in runOnBasicBlock()
227 for (auto &MI : Sequences) { in runOnBasicBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64A53Fix835769.cpp200 std::vector<MachineInstr*> Sequences; in runOnBasicBlock() local
221 Sequences.push_back(CurrInstr); in runOnBasicBlock()
229 LLVM_DEBUG(dbgs() << "Scan complete, " << Sequences.size() in runOnBasicBlock()
233 for (auto &MI : Sequences) { in runOnBasicBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp428 Sequences.clear(); in clear()
853 if (!Sequences.empty()) { in parse()
854 llvm::sort(Sequences.begin(), Sequences.end(), Sequence::orderByLowPC); in parse()
894 if (Sequences.empty()) in lookupAddress()
899 SequenceIter FirstSeq = Sequences.begin(); in lookupAddress()
900 SequenceIter LastSeq = Sequences.end(); in lookupAddress()
905 FoundSeq = Sequences.back(); in lookupAddress()
918 if (Sequences.empty()) in lookupAddressRange()
924 SequenceIter FirstSeq = Sequences.begin(); in lookupAddressRange()
925 SequenceIter LastSeq = Sequences.end(); in lookupAddressRange()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h181 Sequences.push_back(S); in appendSequence()
216 SequenceVector Sequences; member
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp254 EXPECT_EQ(Expected->Sequences.size(), 1u); in TEST_P()
265 EXPECT_EQ(Expected2->Sequences.size(), 2u); in TEST_P()
470 EXPECT_EQ((*ExpectedLineTable)->Sequences.size(), 1u); in TEST_F()
485 EXPECT_EQ(Parsed.Sequences.size(), 1u); in TEST_F()
492 EXPECT_EQ(Parsed2.Sequences.size(), 1u); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h222 Sequences.push_back(S); in appendSequence()
262 SequenceVector Sequences; member
/external/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp725 SmallVector<SmallVector<MaskRolPair, 1>, 4> Sequences; in emitComposeSubRegIndexLaneMask() local
733 for (size_t s = 0, se = Sequences.size(); s != se; ++s, SIdx = NextSIdx) { in emitComposeSubRegIndexLaneMask()
734 SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask()
742 Sequences.push_back(IdxSequence); in emitComposeSubRegIndexLaneMask()
754 for (size_t s = 0, se = Sequences.size(); s != se; ++s) { in emitComposeSubRegIndexLaneMask()
756 const SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp731 SmallVector<SmallVector<MaskRolPair, 1>, 4> Sequences; in emitComposeSubRegIndexLaneMask() local
739 for (size_t s = 0, se = Sequences.size(); s != se; ++s, SIdx = NextSIdx) { in emitComposeSubRegIndexLaneMask()
740 SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask()
748 Sequences.push_back(IdxSequence); in emitComposeSubRegIndexLaneMask()
760 for (size_t s = 0, se = Sequences.size(); s != se; ++s) { in emitComposeSubRegIndexLaneMask()
762 const SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask()
/external/icu/icu4c/source/data/translit/
Dund_FONIPA_ar.txt117 # Sequences of three or more ووو look very confusing; we shorten them.
Dund_FONIPA_fa.txt112 # Sequences of three or more ووو look very confusing; we shorten them.
/external/tensorflow/tensorflow/python/autograph/
DSTYLE_GUIDE.md57 Using Multiple Sequences. _Statistical Science_, 7(4):457-472, 1992.
/external/icu/icu4c/source/data/brkitr/rules/
Dword.txt12 # with additions for Emoji Sequences from https://goo.gl/cluFCn
Dword_POSIX.txt12 # with additions for Emoji Sequences from https://goo.gl/cluFCn
/external/u-boot/board/st/stm32mp1/
DREADME37 3. Boot Sequences
/external/python/cpython3/Doc/library/
Dparser.rst57 has a simple form. Sequences representing non-terminal elements in the grammar
145 Sequences representing terminal tokens may be represented as either two-element
/external/python/cpython2/Doc/library/
Dparser.rst62 has a simple form. Sequences representing non-terminal elements in the grammar
150 Sequences representing terminal tokens may be represented as either two-element
/external/python/cpython3/Doc/tutorial/
Ddatastructures.rst363 Tuples and Sequences
679 Comparing Sequences and Other Types
/external/python/cpython2/Doc/tutorial/
Ddatastructures.rst415 Tuples and Sequences
728 Comparing Sequences and Other Types
/external/cldr/tools/java/org/unicode/cldr/draft/
DidnaContextRules.txt150 Title: 4.2.3.1. Rejection of Hyphen Sequences in U-labels // just xx--
/external/googletest/googlemock/docs/
DCheatSheet.md511 ## Sequences ## section in Expectation Order
/external/unicode/
Demoji-variation-sequences.txt7 # Emoji Variation Sequences for UTS #51
/external/python/cpython3/Doc/faq/
Dprogramming.rst642 Sequences can be copied by slicing::
1103 Sequences (Tuples/Lists)
/external/python/cpython3/Doc/reference/
Dexpressions.rst1437 * Sequences (instances of :class:`tuple`, :class:`list`, or :class:`range`) can
1443 Sequences compare lexicographically using comparison of corresponding
/external/python/cpython2/Doc/reference/
Ddatamodel.rst251 Sequences
266 Sequences also support slicing: ``a[i:j]`` selects all items with index *k* such
277 Sequences are distinguished according to their mutability:

12