/external/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 334 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 …]
|
D | InlineSpiller.cpp | 68 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/ |
D | driver.cpp | 93 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/ |
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/grub/netboot/ |
D | sis900.txt | 27 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/ |
D | contents.txt | 63 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/ |
D | contents.txt | 63 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/ |
D | contents.txt | 63 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/ |
D | Commit.h | 32 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/ |
D | contents.txt | 64 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/ |
D | contents.txt | 64 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/ |
D | README | 17 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/ |
D | README | 30 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/ |
D | Makefile | 13 FrontendTool Tooling Driver Format Edit ARCMigrate Rewrite \
|
D | CMakeLists.txt | 10 add_subdirectory(Edit)
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.Porting | 14 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/ |
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:
|
/external/clang/ |
D | Android.mk | 13 lib/Edit \
|
/external/libpng/contrib/pngminim/preader/ |
D | README | 8 Edit makefile if required, to find your X library and include files,
|
/external/chromium/chrome/common/extensions/docs/examples/apps/background-simple/ |
D | README | 7 2. Edit manifest.json. Search for SOME_, replacing the text with URLs
|
/external/dropbear/debian/ |
D | dropbear.postinst | 31 Dropbear will not start by default. Edit this file to change this behaviour.
|
/external/dropbear/ |
D | INSTALL | 3 - 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/ |
D | README.searchcvs.setup.mysql.txt | 14 4. Edit includes/parsecvs-dbaccess.php. Run parsecvs.sh.
|
/external/webkit/Tools/BuildSlaveSupport/gtk/ |
D | README | 39 4. Edit the configuration file to suit your needs, the comments should
|
/external/chromium/net/tools/spdyshark/ |
D | README | 46 Choose Edit > Preferences to bring up the Preferences dialog.
|