/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SplitKit.cpp | 311 Edit(0), in SplitEditor() 318 Edit = &LRE; in reset() 331 Edit->anyRematerializable(LIS, TII, 0); in reset() 350 assert(Edit->getParent().getVNInfoAt(Idx) == ParentVNI && "Bad Parent VNI"); in defValue() 351 LiveInterval *LI = Edit->get(RegIdx); in defValue() 396 Edit->get(RegIdx)->addRange(LiveRange(Def, Def.getNextSlot(), VNI)); in forceRecompute() 408 LiveInterval *LI = Edit->get(RegIdx); in defFromParent() 416 if (Edit->canRematerializeAt(RM, UseIdx, true, LIS)) { in defFromParent() 417 Def = Edit->rematerializeAt(MBB, I, LI->reg, RM, LIS, TII, TRI, Late); in defFromParent() 422 .addReg(Edit->getReg()); in defFromParent() [all …]
|
D | InlineSpiller.cpp | 68 LiveRangeEdit *Edit; member in __anon229691e50111::InlineSpiller 225 unsigned Reg = Edit->getReg(); in isSnippet() 268 unsigned Reg = Edit->getReg(); in collectRegsToSpill() 634 if (Edit->getReg() == Original) in analyzeSiblingValues() 656 if (DefMI && Edit->checkRematerializable(VNI, DefMI, TII, AA)) { in analyzeSiblingValues() 858 if (!Edit->canRematerializeAt(RM, UseIdx, false, LIS)) { in reMaterializeFor() 884 Edit->markRematerialized(RM.ParentVNI); in reMaterializeFor() 890 LiveInterval &NewLI = Edit->createFrom(Original, LIS, VRM); in reMaterializeFor() 894 SlotIndex DefIdx = Edit->rematerializeAt(*MI->getParent(), MI, NewLI.reg, RM, in reMaterializeFor() 920 if (!Edit->anyRematerializable(LIS, TII, AA)) in reMaterializeAll() [all …]
|
/external/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 349 MBFI(mbfi), Edit(nullptr), OpenIdx(0), SpillMode(SM_Partition), in SplitEditor() 353 Edit = &LRE; in reset() 368 Edit->anyRematerializable(nullptr); in reset() 389 assert(Edit->getParent().getVNInfoAt(Idx) == ParentVNI && "Bad Parent VNI"); in defValue() 390 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in defValue() 435 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in forceRecompute() 448 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in defFromParent() 455 unsigned Original = VRM.getOriginal(Edit->get(RegIdx)); in defFromParent() 461 if (Edit->canRematerializeAt(RM, OrigVNI, UseIdx, true)) { in defFromParent() 462 Def = Edit->rematerializeAt(MBB, I, LI->reg, RM, TRI, Late); in defFromParent() [all …]
|
D | InlineSpiller.cpp | 145 LiveRangeEdit *Edit; member in __anon413ff0390111::InlineSpiller 253 unsigned Reg = Edit->getReg(); in isSnippet() 297 unsigned Reg = Edit->getReg(); in collectRegsToSpill() 533 if (!Edit->canRematerializeAt(RM, OrigVNI, UseIdx, false)) { in reMaterializeFor() 551 Edit->markRematerialized(RM.ParentVNI); in reMaterializeFor() 557 unsigned NewVReg = Edit->createFrom(Original); in reMaterializeFor() 561 Edit->rematerializeAt(*MI.getParent(), MI, NewVReg, RM, TRI); in reMaterializeFor() 583 if (!Edit->anyRematerializable(AA)) in reMaterializeAll() 629 Edit->eliminateDeadDefs(DeadDefs, RegsToSpill, AA); in reMaterializeAll() 640 Edit->eraseVirtReg(Reg); in reMaterializeAll() [all …]
|
/external/clang/tools/driver/ |
D | driver.cpp | 101 StringRef Edit, in ApplyOneQAOverride() argument 105 if (Edit[0] == '^') { in ApplyOneQAOverride() 107 GetStableCStr(SavedStrings, Edit.substr(1)); in ApplyOneQAOverride() 110 } else if (Edit[0] == '+') { in ApplyOneQAOverride() 112 GetStableCStr(SavedStrings, Edit.substr(1)); in ApplyOneQAOverride() 115 } else if (Edit[0] == 's' && Edit[1] == '/' && Edit.endswith("/") && in ApplyOneQAOverride() 116 Edit.slice(2, Edit.size()-1).find('/') != StringRef::npos) { in ApplyOneQAOverride() 117 StringRef MatchPattern = Edit.substr(2).split('/').first; in ApplyOneQAOverride() 118 StringRef ReplPattern = Edit.substr(2).split('/').second; in ApplyOneQAOverride() 132 } else if (Edit[0] == 'x' || Edit[0] == 'X') { in ApplyOneQAOverride() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 377 Edit = &LRE; in reset() 392 Edit->anyRematerializable(nullptr); in reset() 428 auto &PS = getSubRangeForMask(S.LaneMask, Edit->getParent()); in addDeadDef() 463 assert(Edit->getParent().getVNInfoAt(Idx) == ParentVNI && "Bad Parent VNI"); in defValue() 464 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in defValue() 507 addDeadDef(LIS.getInterval(Edit->get(RegIdx)), VNI, false); in forceRecompute() 553 LiveInterval &DestLI = LIS.getInterval(Edit->get(RegIdx)); in buildCopy() 633 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in defFromParent() 640 unsigned Original = VRM.getOriginal(Edit->get(RegIdx)); in defFromParent() 649 if (Edit->canRematerializeAt(RM, OrigVNI, UseIdx, true)) { in defFromParent() [all …]
|
D | InlineSpiller.cpp | 169 LiveRangeEdit *Edit; member in __anon828a32910111::InlineSpiller 271 unsigned Reg = Edit->getReg(); in isSnippet() 315 unsigned Reg = Edit->getReg(); in collectRegsToSpill() 549 if (!Edit->canRematerializeAt(RM, OrigVNI, UseIdx, false)) { in reMaterializeFor() 567 Edit->markRematerialized(RM.ParentVNI); in reMaterializeFor() 573 unsigned NewVReg = Edit->createFrom(Original); in reMaterializeFor() 577 Edit->rematerializeAt(*MI.getParent(), MI, NewVReg, RM, TRI); in reMaterializeFor() 605 if (!Edit->anyRematerializable(AA)) in reMaterializeAll() 654 Edit->eliminateDeadDefs(DeadDefs, RegsToSpill, AA); in reMaterializeAll() 665 Edit->eraseVirtReg(Reg); in reMaterializeAll() [all …]
|
/external/swiftshader/third_party/subzero/unittest/ |
D | IceParseTypesTest.cpp | 61 const uint64_t Edit[] = {FloatTypeIndex, NaClMungedBitcode::Replace, in TEST() local 67 EXPECT_FALSE(Munger.runTest(ARRAY(Edit))); in TEST() 77 const uint64_t Edit[] = { in TEST() local 83 EXPECT_FALSE(Munger.runTest(ARRAY(Edit))); in TEST()
|
/external/clang/lib/Edit/ |
D | Commit.cpp | 19 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const { in getFileLocation() 26 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const { in getFileRange() 31 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const { in getInsertFromRange() 182 Edit data; in addInsert() 197 Edit data; in addInsertFromRange() 212 Edit data; in addRemove() 282 Edit &act = CachedEdits[i]; in canInsertInOffset()
|
/external/python/cpython2/PC/VS7.1/ |
D | python20.wse | 1432 item: Edit INI File 2450 item: Edit Registry 2455 item: Edit Registry 2460 item: Edit Registry 2467 item: Edit Registry 2472 item: Edit Registry 2477 item: Edit Registry 2484 item: Edit Registry 2489 item: Edit Registry 2494 item: Edit Registry [all …]
|
D | Uninstal.wse | 443 item: Edit Registry 450 item: Edit Registry 463 item: Edit Registry 470 item: Edit Registry 496 item: Edit Registry
|
/external/clang/include/clang/Edit/ |
D | Commit.h | 33 struct Edit { struct 54 SmallVector<Edit, 8> CachedEdits; argument 109 typedef SmallVectorImpl<Edit>::const_iterator edit_iterator;
|
/external/autotest/frontend/client/src/autotest/moblab/wizard/ |
D | ConfigWizard.java | 207 setMode(Mode.Edit); in onStartEdit() 219 case Edit: in updateModeUI() 232 Edit enumConstant
|
/external/libgsm/ |
D | INSTALL | 3 Edit the Makefile. 19 Edit inc/config.h. 47 Edit the Makefile
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | SpecialLocales.txt | 19 … from @sr_Cyrl via transliteration, and so @@ may not be edited directly. Edit @sr_Cyrl to make ch… 20 …rated from @yo via transliteration, and so @@ may not be edited directly. Edit @yo to make changes.
|
/external/skia/infra/bots/ |
D | README.md | 30 device codename and desired OS version. Edit this file when adding a new 34 dimension, typically the PCI ID of the GPU. Edit this file when adding a 36 * jobs.json - The master list of all jobs to run. Edit this to add or remove
|
/external/icu/icu4c/source/samples/legacy/ |
D | README | 33 Edit the include directory for oldcol.cpp so that it points to the include directory of ICU 1.8.1. 34 Edit the two library entries with path so that they point to .lib files for your version of ICU. 40 Sample won't link: The path for 1.8.1. libraries is broken. Edit it so that it reflects the path t…
|
/external/skqp/infra/bots/ |
D | README.md | 30 device codename and desired OS version. Edit this file when adding a new 34 dimension, typically the PCI ID of the GPU. Edit this file when adding a 36 * jobs.json - The master list of all jobs to run. Edit this to add or remove
|
/external/python/cpython2/Lib/idlelib/ |
D | help.txt | 30 Edit Menu: 56 Format Menu (only in Edit window): 69 Run Menu (only in Edit window): 123 Edit context menu (Right-click / Control-click on OS X in Edit window): 210 the longest non-ambiguous match to be entered in the Edit window or 222 an Edit window which are not via __main__ or sys.modules will not be
|
/external/pdfium/docs/ |
D | pdfium-edit-guide.md | 1 # PDFium Edit Guide
|
/external/v8/tools/clang/scripts/ |
D | apply_edits.py | 34 Edit = collections.namedtuple('Edit', variable 95 edits[path].append(Edit(edit_type, int(offset), int(length), replacement))
|
/external/pdfium/xfa/fwl/ |
D | fwl_widgethit.h | 29 Edit, enumerator
|
/external/libmtp/logs/ |
D | mtp-detect-yota-phone.txt | 95 95c4: Begin Edit Object 96 95c5: End Edit Object
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | dbi-bytes.test | 8 EC: Edit and Continue Data 10 EC-NEXT: Edit and Continue Data (
|
/external/swiftshader/third_party/LLVM/autoconf/ |
D | README.TXT | 13 8. Edit the ltdl.h file to #include "llvm/Config/config.h" at the very top. You 17 9. Edit the llvm/autoconf/m4/libtool.m4 file so that:
|