| /freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | RewriteRule.cpp | 33 static Expected<SmallVector<transformer::Edit, 1>> 35 SmallVector<transformer::Edit, 1> Edits; in translateEdits() 50 return SmallVector<Edit, 0>(); in translateEdits() 51 transformer::Edit T; in translateEdits() 83 EditGenerator transformer::edit(ASTEdit Edit) { in edit() argument 84 return [Edit = std::move(Edit)](const MatchResult &Result) { in edit() 85 return translateEdits(Result, {Edit}); in edit() 91 -> Expected<SmallVector<transformer::Edit, 1>> { in noopEdit() 99 Edit E; in noopEdit() 103 return SmallVector<Edit, 1>{E}; in noopEdit() [all …]
|
| H A D | Transformer.cpp | 35 const llvm::SmallVectorImpl<transformer::Edit> &Edits, in convertToAtomicChanges()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 367 Edit = &LRE; in reset() 380 Edit->anyRematerializable(); in reset() 441 auto &PS = getSubRangeForMask(S.LaneMask, Edit->getParent()); in addDeadDef() 476 assert(Edit->getParent().getVNInfoAt(Idx) == ParentVNI && "Bad Parent VNI"); in defValue() 477 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in defValue() 520 addDeadDef(LIS.getInterval(Edit->get(RegIdx)), VNI, false); in forceRecompute() 561 LiveInterval &DestLI = LIS.getInterval(Edit->get(RegIdx)); in buildCopy() 608 const TargetRegisterClass *RC = MRI.getRegClass(Edit->getReg()); in rematWillIncreaseRestriction() 625 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in defFromParent() 632 Register Original = VRM.getOriginal(Edit->get(RegIdx)); in defFromParent() [all …]
|
| H A D | InlineSpiller.cpp | 156 LiveRangeEdit *Edit = nullptr; member in __anon2f89086e0111::InlineSpiller 319 Register Reg = Edit->getReg(); in isSnippet() 382 Register Reg = Edit->getReg(); in collectRegsToSpill() 668 if (!Edit->canRematerializeAt(RM, OrigVNI, UseIdx)) { in reMaterializeFor() 687 Edit->markRematerialized(RM.ParentVNI); in reMaterializeFor() 701 Register NewVReg = Edit->createFrom(Original); in reMaterializeFor() 705 Edit->rematerializeAt(*MI.getParent(), MI, NewVReg, RM, TRI); in reMaterializeFor() 733 if (!Edit->anyRematerializable()) in reMaterializeAll() 805 Edit->eliminateDeadDefs(DeadDefs, RegsToSpill); in reMaterializeAll() 816 Edit->eraseVirtReg(Reg); in reMaterializeAll() [all …]
|
| H A D | SplitKit.h | 303 LiveRangeEdit *Edit = nullptr;
|
| H A D | RegisterCoalescer.cpp | 197 void eliminateDeadDefs(LiveRangeEdit *Edit = nullptr); 608 void RegisterCoalescer::eliminateDeadDefs(LiveRangeEdit *Edit) { in eliminateDeadDefs() argument 609 if (Edit) { in eliminateDeadDefs() 610 Edit->eliminateDeadDefs(DeadDefs); in eliminateDeadDefs() 1329 LiveRangeEdit Edit(&SrcInt, NewRegs, *MF, *LIS, nullptr, this); in reMaterializeTrivialDef() local 1330 if (!Edit.checkRematerializable(ValNo, DefMI)) in reMaterializeTrivialDef() 1400 if (!Edit.canRematerializeAt(RM, ValNo, CopyIdx)) in reMaterializeTrivialDef() 1407 Edit.rematerializeAt(*MBB, MII, DstReg, RM, *TRI, false, SrcIdx, CopyMI); in reMaterializeTrivialDef() 1719 eliminateDeadDefs(&Edit); in reMaterializeTrivialDef()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
| H A D | RewriteRule.h | 45 struct Edit { struct 63 using EditGenerator = MatchConsumer<llvm::SmallVector<Edit, 1>>; argument 244 inline ASTEdit withMetadata(ASTEdit Edit, Callable Metadata) { in withMetadata() argument 245 Edit.Metadata = in withMetadata() 251 return Edit; in withMetadata() 320 EditGenerator makeEditGenerator(ASTEdit Edit); 492 llvm::Expected<SmallVector<Edit, 1>> 496 llvm::Expected<SmallVector<Edit, 1>> 500 llvm::Expected<SmallVector<Edit, 1>> 504 llvm::Expected<SmallVector<Edit, 1>>
|
| H A D | Transformer.h | 38 convertToAtomicChanges(const llvm::SmallVectorImpl<transformer::Edit> &Edits,
|
| /freebsd/libexec/bootpd/ |
| H A D | 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:
|
| H A D | README | 40 4) Edit the bootptab. It has some explanitory comments, and there 55 Edit the bootptab. The man page and the comments in the file should 60 Edit your /etc/rc.local or /etc/inetd.conf file to start up bootpd upon
|
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | Commit.cpp | 23 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const { in getFileLocation() 30 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const { in getFileRange() 35 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const { in getInsertFromRange() 186 Edit data; in addInsert() 201 Edit data; in addInsertFromRange() 216 Edit data; in addRemove()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Edit/ |
| H A D | Commit.h | 37 struct Edit { struct 58 SmallVector<Edit, 8> CachedEdits; argument 119 using edit_iterator = SmallVectorImpl<Edit>::const_iterator;
|
| /freebsd/usr.sbin/bsdconfig/usermgmt/include/ |
| H A D | messages.subr | 53 msg_edit_date_time_with_a_calendar="Edit date/time with a calendar" 54 msg_edit_group="Edit/View Group" 55 msg_edit_login="Edit/View Login" 56 msg_edit_view="Edit/View" 60 msg_enter_value_manually="Edit value manually"
|
| /freebsd/contrib/file/ |
| H A D | RELEASE-PROCEDURE | 18 - Click on "Edit" next to the HEAD version 24 click on "Add and Edit Version"
|
| /freebsd/usr.sbin/cron/doc/ |
| H A D | INSTALL | 27 Edit config.h. The stuff I expect you to change is down a bit from the 59 Edit your /usr/lib/crontab file into little pieces -- see the CONVERSION file 81 Edit your /etc/rc or /etc/rc.local, looking for the line that starts up
|
| H A D | README | 46 Edit config.h 47 Edit Makefile
|
| /freebsd/sys/contrib/openzfs/tests/ |
| H A D | README.md | 162 2. Edit configure.ac, Makefile.am appropriately 170 * Edit file **configure.ac** and include line under AC_CONFIG_FILES section 174 * Edit file **tests/runfiles/Makefile.am** and add line *zpool_example*. 210 * Edit **tests/zfs-tests/tests/functional/cli_root/Makefile.am** and add line
|
| /freebsd/usr.bin/mail/misc/ |
| H A D | mail.tildehelp | 12 ~e Edit the message buffer
|
| /freebsd/contrib/ntp/ |
| H A D | 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
|
| /freebsd/contrib/tcsh/config/ |
| H A D | bsd4.4 | 6 * Edit this to match your system type.
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 7257 StringRef Edit, in applyOneOverrideOption() argument 7261 if (Edit[0] == '^') { in applyOneOverrideOption() 7262 const char *Str = GetStableCStr(SavedStrings, Edit.substr(1)); in applyOneOverrideOption() 7265 } else if (Edit[0] == '+') { in applyOneOverrideOption() 7266 const char *Str = GetStableCStr(SavedStrings, Edit.substr(1)); in applyOneOverrideOption() 7269 } else if (Edit[0] == 's' && Edit[1] == '/' && Edit.ends_with("/") && in applyOneOverrideOption() 7270 Edit.slice(2, Edit.size() - 1).contains('/')) { in applyOneOverrideOption() 7271 StringRef MatchPattern = Edit.substr(2).split('/').first; in applyOneOverrideOption() 7272 StringRef ReplPattern = Edit.substr(2).split('/').second; in applyOneOverrideOption() 7286 } else if (Edit[0] == 'x' || Edit[0] == 'X') { in applyOneOverrideOption() [all …]
|
| /freebsd/sys/dev/e1000/ |
| H A D | README | 90 Edit /boot/loader.conf, and add the following line: 93 Edit /etc/rc.conf, and create the appropriate ifconfig_em<interface_num> entry: 389 Edit ./em.x.x.x/src/if_em.h to change the #define EM_MASTER_SLAVE
|
| /freebsd/crypto/krb5/src/windows/leash/ |
| H A D | Leash.rc | 363 CAPTION "Edit Kerberos Realm" 390 CAPTION "Edit a Kerberos Server" 410 PUSHBUTTON "&Edit",IDC_BUTTON_HOST_EDIT,185,192,50,14
|
| /freebsd/contrib/tzdata/ |
| H A D | CONTRIBUTING | 64 * Edit source files. Include commentary that justifies the
|
| /freebsd/contrib/tzcode/ |
| H A D | CONTRIBUTING | 64 * Edit source files. Include commentary that justifies the
|