Home
last modified time | relevance | path

Searched refs:Previous (Results 1 – 25 of 154) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dedit_distance.h76 unsigned Previous = y - 1; variable
81 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
85 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
88 Previous = OldRow;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dedit_distance.h77 unsigned Previous = y - 1; variable
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DStringTableBuilder.cpp143 StringRef Previous; in finalizeStringTable() local
146 if (Previous.endswith(S)) { in finalizeStringTable()
160 Previous = S; in finalizeStringTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp693 auto *Previous = dyn_cast<Instruction>(Phi->getIncomingValueForBlock(Latch)); in isFirstOrderRecurrence() local
694 if (!Previous || !TheLoop->contains(Previous) || isa<PHINode>(Previous) || in isFirstOrderRecurrence()
695 SinkAfter.count(Previous)) // Cannot rely on dominance due to motion. in isFirstOrderRecurrence()
716 if (Previous == I) in isFirstOrderRecurrence()
730 if (DT->dominates(Previous, I)) // We already are good w/o sinking. in isFirstOrderRecurrence()
736 allUsesDominatedBy(I, Previous)) { in isFirstOrderRecurrence()
737 SinkAfter[I] = Previous; in isFirstOrderRecurrence()
742 return allUsesDominatedBy(Phi, Previous); in isFirstOrderRecurrence()
DMemorySSA.cpp504 Optional<ListIndex> Previous; member
507 Optional<ListIndex> Previous) in DefPath()
508 : Loc(Loc), First(First), Last(Last), Previous(Previous) {} in DefPath()
511 Optional<ListIndex> Previous) in DefPath()
512 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
706 N = curNode().Previous; in operator ++()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_navigator_test.cc132 EXPECT_THAT(nav.Previous(), Eq(nullptr)); in TEST_P()
141 ASSERT_THAT(nav.Previous(), Eq(flats[i])); in TEST_P()
144 EXPECT_THAT(nav.Previous(), Eq(nullptr)); in TEST_P()
156 ASSERT_THAT(nav.Previous(), Eq(flats[i])); in TEST_P()
159 EXPECT_THAT(nav.Previous(), Eq(nullptr)); in TEST_P()
Dcord_rep_btree_navigator.h97 CordRep* Previous();
220 inline CordRep* CordRepBtreeNavigator::Previous() { in Previous() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64GenRegisterBankInfo.def149 PartialMappingIdx Previous = Order.front();
156 if (Previous + 1 != Current)
158 Previous = Current;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1State.h99 TextureSrc src1Rgb = TextureSrc::Previous;
100 TextureSrc src1Alpha = TextureSrc::Previous;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.h57 unsigned Previous; member
/third_party/gn/src/gn/
Dfunction_template.cc199 Err(existing_template->GetDefinitionRange(), "Previous definition."));
/third_party/mesa3d/src/glx/apple/
DRELEASE_NOTES30 libGL. Previous versions of the X11 libGL didn't allow getting the newer
/third_party/unity/docs/
DUnityChangeLog.md8 This project is now tracking changes in more detail. Previous releases get less detailed as
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dindex.rst56 Previous discussions and bug reports are available on the list
/third_party/lwip/doc/
Dppp.txt479 * Previous PPP API used an integer to identify PPP sessions, we are now
490 * Previous PPP API used CamelCase, we are now using snake_case.
492 * Previous PPP API mixed PPPoS and PPPoE calls, this isn't the case anymore,
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h855 const TiXmlAttribute* Previous() const;
856 TiXmlAttribute* Previous() { in Previous() function
857 return const_cast< TiXmlAttribute* >( (const_cast< const TiXmlAttribute* >(this))->Previous() ); in Previous()
/third_party/lame/ACM/tinyxml/
Dchanges.txt46 - Fixed TiXmlAttribute::Previous actually returning "next." Thanks
/third_party/glib/patch/
Dbackport-gregex-set-default-max-stack-size-for-PCRE2-JIT-compiler-to-512KiB.patch42 Previous default used was 32KiB (the library default) which caused some
/third_party/python/Misc/NEWS.d/
D3.6.0a4.rst18 "[Previous line repeated {count} more times]" by the builtin traceback
210 lines as "[Previous line repeated {count} more times]" (this change then
/third_party/skia/third_party/externals/angle2/src/common/
DPackedGLEnums_autogen.cpp1942 return TextureSrc::Previous; in FromGLenum()
1958 case TextureSrc::Previous: in ToGLenum()
1977 case TextureSrc::Previous: in operator <<()
/third_party/lzma/DOC/
Dlzma-history.txt13 Previous versions by default used x86 filter BCJ or BCJ2 for all exe/dll files.
22 only volumes that still can be changed. Previous versions kept all volumes
145 - Previous versions of 7-Zip could work incorrectly in "Large memory pages" mode in
/third_party/selinux/
DREADME.md134 will support passing this flag, but ignore it. Previous clang versions fail.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/doc/
DOcclusionQueries.md12 ### Previous implementation
/third_party/libsnd/
DAUTHORS140 Previous releasers:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1701 MachineBasicBlock::iterator Previous = SplitPoint; in FindSplitPointForStackProtector() local
1702 --Previous; in FindSplitPointForStackProtector()
1704 while (MIIsInTerminatorSequence(*Previous)) { in FindSplitPointForStackProtector()
1705 SplitPoint = Previous; in FindSplitPointForStackProtector()
1706 if (Previous == Start) in FindSplitPointForStackProtector()
1708 --Previous; in FindSplitPointForStackProtector()

1234567