Home
last modified time | relevance | path

Searched refs:Beginning (Results 1 – 25 of 54) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h242 bool Beginning; variable
248 return Beginning ? MBB.begin() : MBB.end(); in getPointImpl()
254 MBBInsertPoint(MachineBasicBlock &MBB, bool Beginning = true)
255 : InsertPoint(), MBB(MBB), Beginning(Beginning) { in InsertPoint()
258 assert((!Beginning || MBB.getFirstNonPHI() == MBB.begin()) && in InsertPoint()
262 assert((Beginning || MBB.getFirstTerminator() == MBB.end()) && in InsertPoint()
370 void addInsertPoint(MachineBasicBlock &MBB, bool Beginning);
/third_party/icu/icu4c/source/data/translit/
Dja_Latn_ko.txt69 ' ' { k → | g ; # Beginning of a word (after space).
70 ^k → | g ; # Beginning of the string.
Des_es_FONIPA.txt17 $bow = [-\ $] ; # Beginning of word.
/third_party/skia/third_party/externals/icu/source/data/translit/
Dja_Latn_ko.txt69 ' ' { k → | g ; # Beginning of a word (after space).
70 ^k → | g ; # Beginning of the string.
Des_es_FONIPA.txt17 $bow = [-\ $] ; # Beginning of word.
/third_party/skia/experimental/skottiekit/
DCHANGELOG.md16 Beginning of changelog.
/third_party/skia/modules/pathkit/
DCHANGELOG.md42 Beginning of changelog.
/third_party/icu/icu4c/source/test/
DMakefile.in133 @echo Beginning parallel make. Output may be interleaved!
/third_party/node/deps/histogram/
DLICENSE.txt14 ** Beginning of "BSD 2-Clause License" text. **
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_acquire_winrt_display/
Dacquire_winrt_display.txt48 Beginning with Windows 10 version 2004 it is possible to cause DWM to
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp823 bool Beginning) { in addInsertPoint() argument
824 addInsertPoint(*new MBBInsertPoint(MBB, Beginning)); in addInsertPoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenGICombiner.inc80 report_fatal_error("Beginning of range should be before end of range");
/third_party/python/Doc/distutils/
Dextending.rst61 Beginning with Python 2.4, a third option is available, intended to allow new
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_acquire_winrt_display.txt99 Beginning with Windows 10 version 2004 it is possible to cause the Windows
/third_party/openGLES/extensions/NV/
DNV_fragment_program2.txt650 3.11.X.3, ELSE: Beginning of ELSE Block
700 3.11.X.7, IF: Beginning of IF Block
728 3.11.X.8, LOOP: Beginning of LOOP Block
768 3.11.X.9, REP: Beginning of REP Block
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_fragment_program2.txt650 3.11.X.3, ELSE: Beginning of ELSE Block
700 3.11.X.7, IF: Beginning of IF Block
728 3.11.X.8, LOOP: Beginning of LOOP Block
768 3.11.X.9, REP: Beginning of REP Block
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp1599 if (Point == Beginning) { in insertIntoListsForBlock()
1680 assert(Point == Beginning && in moveTo()
1697 insertIntoListsForBlock(Phi, BB, Beginning); in createMemoryPhi()
/third_party/python/Doc/library/
Dtokenize.rst133 """Beginning of
/third_party/icu/docs/userguide/strings/
Dcharacteriterator.md48 encodings. Beginning with ICU release 1.6, the CharacterIterator class now
/third_party/gptfdisk/
DREADME.Windows34 Beginning with version 0.8.10, I'm distributing both 32-bit and 64-bit
DREADME.md217 resulting directory. (Beginning with version 1.0.9, GPT fdisk provides a
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp1406 New, nullptr, New->getParent(), MemorySSA::Beginning); in CloneInstructionInExitBlock()
1826 NewSI, nullptr, NewSI->getParent(), MemorySSA::Beginning); in doExtraRewritesBeforeFinalDeletion()
/third_party/skia/third_party/externals/imgui/docs/
DEXAMPLES.md50 // Beginning of frame: update Renderer + Platform backend, start Dear ImGui frame
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSA.h789 enum InsertionPlace { Beginning, End, BeforeTerminator };
/third_party/icu/docs/userguide/icu4c/
Dbuild.md87 Beginning with ICU 49, you should do the following:
92Beginning with ICU 49, you should define `U_NO_DEFAULT_INCLUDE_UTF_HEADERS` to 1 (via -D or uconfi…
95Beginning with ICU 60, you should define `U_HIDE_OBSOLETE_UTF_OLD_H` to 1 (via -D or uconfig.h, as…

123