Home
last modified time | relevance | path

Searched refs:Edit (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitKit.cpp311 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 …]
DInlineSpiller.cpp68 LiveRangeEdit *Edit; member in __anon845f99d90111::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/
DSplitKit.cpp349 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 …]
DInlineSpiller.cpp145 LiveRangeEdit *Edit; member in __anon8fa8dc2d0111::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/
Ddriver.cpp101 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/subzero/unittest/
DIceParseTypesTest.cpp61 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/
DCommit.cpp19 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/
Dpython20.wse1432 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 …]
DUninstal.wse443 item: Edit Registry
450 item: Edit Registry
463 item: Edit Registry
470 item: Edit Registry
496 item: Edit Registry
/external/clang/include/clang/Edit/
DCommit.h33 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/
DConfigWizard.java207 setMode(Mode.Edit); in onStartEdit()
219 case Edit: in updateModeUI()
232 Edit enumConstant
DCloudStorageCard.java51 if (ConfigWizard.Mode.Edit == getMode()) { in updateModeUI()
114 if (ConfigWizard.Mode.Edit == getMode()) { in updateModeUI()
/external/libvncserver/examples/android/
DREADME42 1. Edit rfb/rfbconfig.h to match your Android target. For instance, comment out
45 2. Edit the HAVE_X variables in jni/Android.mk accordingly.
/external/libgsm/
DINSTALL3 Edit the Makefile.
19 Edit inc/config.h.
47 Edit the Makefile
/external/icu/icu4c/source/samples/legacy/
DREADME33 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/
DREADME.md30 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/skia/infra/bots/
DREADME.md30 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/
Dhelp.txt30 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/
Dpdfium-edit-guide.md1 # PDFium Edit Guide
/external/v8/tools/clang/scripts/
Dapply_edits.py34 Edit = collections.namedtuple('Edit', variable
95 edits[path].append(Edit(edit_type, int(offset), int(length), replacement))
/external/pdfium/xfa/fwl/
Dfwl_widgethit.h29 Edit, enumerator
/external/swiftshader/third_party/LLVM/autoconf/
DREADME.TXT13 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:
/external/libmtp/logs/
Dmtp-detect-yota-phone.txt95 95c4: Begin Edit Object
96 95c5: End Edit Object
/external/clang/lib/
DCMakeLists.txt10 add_subdirectory(Edit)
/external/libpng/contrib/pngminim/preader/
DREADME9 Edit makefile if required, to find your X library and include files,

12345678910>>...17