| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | SplitKit.cpp | 324 MBFI(mbfi), Edit(nullptr), OpenIdx(0), SpillMode(SM_Partition), in SplitEditor() 328 Edit = &LRE; in reset() 343 Edit->anyRematerializable(nullptr); in reset() 364 assert(Edit->getParent().getVNInfoAt(Idx) == ParentVNI && "Bad Parent VNI"); in defValue() 365 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in defValue() 410 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in forceRecompute() 423 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in defFromParent() 431 if (Edit->canRematerializeAt(RM, UseIdx, true)) { in defFromParent() 432 Def = Edit->rematerializeAt(MBB, I, LI->reg, RM, TRI, Late); in defFromParent() 437 .addReg(Edit->getReg()); in defFromParent() [all …]
|
| HD | InlineSpiller.cpp | 73 LiveRangeEdit *Edit; member in __anon8c018e1d0111::InlineSpiller 227 unsigned Reg = Edit->getReg(); in isSnippet() 271 unsigned Reg = Edit->getReg(); in collectRegsToSpill() 653 if (Edit->getReg() == Original) in analyzeSiblingValues() 677 if (DefMI && Edit->checkRematerializable(VNI, DefMI, AA)) { in analyzeSiblingValues() 889 if (!Edit->canRematerializeAt(RM, UseIdx, false)) { in reMaterializeFor() 907 Edit->markRematerialized(RM.ParentVNI); in reMaterializeFor() 913 unsigned NewVReg = Edit->createFrom(Original); in reMaterializeFor() 916 SlotIndex DefIdx = Edit->rematerializeAt(*MI->getParent(), MI, NewVReg, RM, in reMaterializeFor() 940 if (!Edit->anyRematerializable(AA)) in reMaterializeAll() [all …]
|
| HD | SplitKit.h | 252 LiveRangeEdit *Edit;
|
| /NextBSD/contrib/llvm/tools/clang/tools/driver/ |
| HD | 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 …]
|
| /NextBSD/libexec/bootpd/ |
| HD | Installation | 14 Edit (or create) the bootptab: 18 Edit /etc/services to add these two lines: 22 Edit /etc/inetd.conf to add the line:
|
| HD | README | 41 4) Edit the bootptab. It has some explanitory comments, and there 56 Edit the bootptab. The man page and the comments in the file should 61 Edit your /etc/rc.local or /etc/inetd.conf file to start up bootpd upon
|
| /NextBSD/contrib/llvm/tools/clang/lib/Edit/ |
| HD | 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()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Edit/ |
| HD | Commit.h | 33 struct Edit { struct 54 SmallVector<Edit, 8> CachedEdits; argument 109 typedef SmallVectorImpl<Edit>::const_iterator edit_iterator;
|
| /NextBSD/usr.sbin/bsdconfig/usermgmt/include/ |
| HD | messages.subr | 54 msg_edit_date_time_with_a_calendar="Edit date/time with a calendar" 55 msg_edit_group="Edit/View Group" 56 msg_edit_login="Edit/View Login" 57 msg_edit_view="Edit/View" 61 msg_enter_value_manually="Edit value manually"
|
| /NextBSD/lib/clang/libclangedit/ |
| HD | Makefile | 7 SRCDIR= tools/clang/lib/Edit
|
| /NextBSD/usr.sbin/cron/doc/ |
| HD | INSTALL | 23 Edit config.h. The stuff I expect you to change is down a bit from the 55 Edit your /usr/lib/crontab file into little pieces -- see the CONVERSION file 77 Edit your /etc/rc or /etc/rc.local, looking for the line that starts up
|
| HD | README | 50 Edit config.h 51 Edit Makefile
|
| HD | CONVERSION | 5 Edit your current crontab (/usr/lib/crontab) into little pieces, with each
|
| /NextBSD/contrib/llvm/tools/clang/ |
| HD | FREEBSD-Xlist | 55 lib/Edit/CMakeLists.txt 56 lib/Edit/Makefile
|
| /NextBSD/sys/dev/ixgb/ |
| HD | README | 81 Edit /boot/loader.conf, and add the following line: 89 Edit /etc/rc.conf, and create the appropriate ifconfig_ixgb<interface_num> 126 Edit the kernel configuration file (i.e., GENERIC or MYKERNEL) in
|
| /NextBSD/etc/ |
| HD | motd | 21 Edit /etc/motd to change this login announcement.
|
| /NextBSD/usr.bin/mail/misc/ |
| HD | mail.tildehelp | 12 ~e Edit the message buffer
|
| /NextBSD/cddl/contrib/dtracetoolkit/Php/ |
| HD | Readme | 17 3. Edit your php.ini and add,
|
| /NextBSD/contrib/ntp/ |
| HD | README | 47 Makefile.am Automake file configuration file. Edit only if you have the 84 configure.in Master configuration template. Edit only if you have the
|
| /NextBSD/contrib/tcsh/config/ |
| HD | bsd4.4 | 6 * Edit this to match your system type.
|
| /NextBSD/contrib/ipfilter/ |
| HD | NAT.FreeBSD | 87 Edit your /etc/sysconfig to add them at bootup.
|
| /NextBSD/sys/dev/e1000/ |
| HD | README | 83 1. Edit /boot/loader.conf, and add the following line: 92 Edit the kernel configuration file (i.e., GENERIC or MYKERNEL) in 361 Edit ./em.x.x.x/src/if_em.h to change the #define EM_MASTER_SLAVE
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/ |
| HD | module.modulemap | 81 module Clang_Edit { requires cplusplus umbrella "Edit" module * { export * } }
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExprObjC.cpp | 2224 const edit::Commit::Edit &Edit = *I; in applyCocoaAPICheck() local 2225 switch (Edit.Kind) { in applyCocoaAPICheck() 2227 Builder.AddFixItHint(FixItHint::CreateInsertion(Edit.OrigLoc, in applyCocoaAPICheck() 2228 Edit.Text, in applyCocoaAPICheck() 2229 Edit.BeforePrev)); in applyCocoaAPICheck() 2233 FixItHint::CreateInsertionFromRange(Edit.OrigLoc, in applyCocoaAPICheck() 2234 Edit.getInsertFromRange(SM), in applyCocoaAPICheck() 2235 Edit.BeforePrev)); in applyCocoaAPICheck() 2238 Builder.AddFixItHint(FixItHint::CreateRemoval(Edit.getFileRange(SM))); in applyCocoaAPICheck()
|
| /NextBSD/tools/tools/tinybsd/ |
| HD | README | 103 2) Edit the TINYBSD kernel file and add/remove all options you'll need. 105 3) Edit the tinybsd.basefiles file and add/remove all binaries you'll need on
|