Home
last modified time | relevance | path

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

123

/external/llvm/lib/CodeGen/
DSplitKit.cpp334 Edit(0), in SplitEditor()
341 Edit = &LRE; in reset()
356 Edit->anyRematerializable(0); in reset()
377 assert(Edit->getParent().getVNInfoAt(Idx) == ParentVNI && "Bad Parent VNI"); in defValue()
378 LiveInterval *LI = Edit->get(RegIdx); in defValue()
423 Edit->get(RegIdx)->addRange(LiveRange(Def, Def.getDeadSlot(), VNI)); in forceRecompute()
435 LiveInterval *LI = Edit->get(RegIdx); in defFromParent()
443 if (Edit->canRematerializeAt(RM, UseIdx, true)) { in defFromParent()
444 Def = Edit->rematerializeAt(MBB, I, LI->reg, RM, TRI, Late); in defFromParent()
449 .addReg(Edit->getReg()); in defFromParent()
[all …]
DInlineSpiller.cpp68 LiveRangeEdit *Edit; member in __anon26596cb60111::InlineSpiller
223 unsigned Reg = Edit->getReg(); in isSnippet()
266 unsigned Reg = Edit->getReg(); in collectRegsToSpill()
632 if (Edit->getReg() == Original) in analyzeSiblingValues()
656 if (DefMI && Edit->checkRematerializable(VNI, DefMI, AA)) { in analyzeSiblingValues()
857 if (!Edit->canRematerializeAt(RM, UseIdx, false)) { in reMaterializeFor()
878 Edit->markRematerialized(RM.ParentVNI); in reMaterializeFor()
884 LiveInterval &NewLI = Edit->createFrom(Original); in reMaterializeFor()
888 SlotIndex DefIdx = Edit->rematerializeAt(*MI->getParent(), MI, NewLI.reg, RM, in reMaterializeFor()
914 if (!Edit->anyRematerializable(AA)) in reMaterializeAll()
[all …]
/external/clang/tools/driver/
Ddriver.cpp93 StringRef Edit, in ApplyOneQAOverride() argument
97 if (Edit[0] == '^') { in ApplyOneQAOverride()
99 SaveStringInSet(SavedStrings, Edit.substr(1)); in ApplyOneQAOverride()
102 } else if (Edit[0] == '+') { in ApplyOneQAOverride()
104 SaveStringInSet(SavedStrings, Edit.substr(1)); in ApplyOneQAOverride()
107 } else if (Edit[0] == 's' && Edit[1] == '/' && Edit.endswith("/") && in ApplyOneQAOverride()
108 Edit.slice(2, Edit.size()-1).find('/') != StringRef::npos) { in ApplyOneQAOverride()
109 StringRef MatchPattern = Edit.substr(2).split('/').first; in ApplyOneQAOverride()
110 StringRef ReplPattern = Edit.substr(2).split('/').second; in ApplyOneQAOverride()
121 } else if (Edit[0] == 'x' || Edit[0] == 'X') { in ApplyOneQAOverride()
[all …]
/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/grub/netboot/
Dsis900.txt27 1. Edit src/Makefile to add SIS900FLAGS to defines
37 3. Edit src/config.c to add the card to the card probe list
61 4. Edit NIC to add sis900 and sis7016 to NIC list
67 5. Edit cards.h to add sis900 probe routine declaration
/external/chromium/net/data/cache_tests/bad_rankings/
Dcontents.txt63 ASSERT_TRUE(cache_->CreateEntry("some other key", &entry)); <---- Edit value*
66 * Edit the value with the debugger before it is saved to disk.
/external/chromium/net/data/cache_tests/bad_rankings2/
Dcontents.txt63 ASSERT_TRUE(cache_->CreateEntry("some other key", &entry)); <---- Edit value*
66 * Edit the value with the debugger before it is saved to disk.
/external/chromium/net/data/cache_tests/bad_entry/
Dcontents.txt63 ASSERT_TRUE(cache_->CreateEntry("some other key", &entry)); <---- Edit value*
66 * Edit the value with the debugger before it is saved to disk.
/external/clang/include/clang/Edit/
DCommit.h32 struct Edit { struct
53 SmallVector<Edit, 8> CachedEdits; argument
106 typedef SmallVector<Edit, 8>::const_iterator edit_iterator;
/external/chromium/net/data/cache_tests/dirty_entry/
Dcontents.txt64 entry->Close(); <---- Edit value*
66 * Edit the value with the debugger before it is saved to disk (break on
/external/chromium/net/data/cache_tests/dirty_entry2/
Dcontents.txt64 entry->Close(); <---- Edit value*
66 * Edit the value with the debugger before it is saved to disk (break on
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
DREADME17 You'll need to configure this sample before it will be functional. Edit
22 license server documentation for instructions on how to do this. Edit main.py
/external/icu4c/samples/legacy/
DREADME30 Edit the include directory for oldcol.cpp so that it points to the include directory of ICU 1.8.1.
31 Edit the two library entries with path so that they point to .lib files for your version of ICU.
37 Sample won't link: The path for 1.8.1. libraries is broken. Edit it so that it reflects the path t…
/external/clang/lib/
DMakefile13 FrontendTool Tooling Driver Format Edit ARCMigrate Rewrite \
DCMakeLists.txt10 add_subdirectory(Edit)
/external/qemu/distrib/sdl-1.2.15/
DREADME.Porting14 If you have a GNUish system, then you might try this. Edit configure.in,
22 want to create a custom SDL_config.h for your platform. Edit SDL_config.h,
/external/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/clang/
DAndroid.mk13 lib/Edit \
/external/libpng/contrib/pngminim/preader/
DREADME8 Edit makefile if required, to find your X library and include files,
/external/chromium/chrome/common/extensions/docs/examples/apps/background-simple/
DREADME7 2. Edit manifest.json. Search for SOME_, replacing the text with URLs
/external/dropbear/debian/
Ddropbear.postinst31 Dropbear will not start by default. Edit this file to change this behaviour.
/external/dropbear/
DINSTALL3 - Edit options.h to set which features you want.
4 - Edit debug.h if you want any debug options (not usually required).
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
DREADME.searchcvs.setup.mysql.txt14 4. Edit includes/parsecvs-dbaccess.php. Run parsecvs.sh.
/external/webkit/Tools/BuildSlaveSupport/gtk/
DREADME39 4. Edit the configuration file to suit your needs, the comments should
/external/chromium/net/tools/spdyshark/
DREADME46 Choose Edit > Preferences to bring up the Preferences dialog.

123