Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp36 SmallVector<transformer::Edit, 1> Edits; in translateEdits()
51 return SmallVector<Edit, 0>(); in translateEdits()
52 transformer::Edit T; in translateEdits()
84 EditGenerator transformer::edit(ASTEdit Edit) { in edit() argument
85 return [Edit = std::move(Edit)](const MatchResult &Result) { in edit()
86 return translateEdits(Result, {Edit}); in edit()
100 Edit E; in noopEdit()
104 return SmallVector<Edit, 1>{E}; in noopEdit()
115 SmallVector<Edit, 1> AllEdits; in flattenVector()
191 return edit(std::move(Edit)); in makeEditGenerator()
[all …]
H A DTransformer.cpp36 const llvm::SmallVectorImpl<transformer::Edit> &Edits, in convertToAtomicChanges()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp369 Edit = &LRE; in reset()
382 Edit->anyRematerializable(); in reset()
649 if (Edit->empty()) in openIntv()
650 Edit->createEmptyInterval(); in openIntv()
653 OpenIdx = Edit->size(); in openIntv()
654 Edit->createEmptyInterval(); in openIntv()
1431 for (Register R : *Edit) { in rewriteAssigned()
1443 for (const Register &R : *Edit) { in deleteRematVictims()
1550 for (Register Reg : *Edit) { in finish()
1566 Register VReg = Edit->get(i); in finish()
[all …]
H A DInlineSpiller.cpp163 LiveRangeEdit *Edit = nullptr; member in __anon7f490a360111::InlineSpiller
320 Register Reg = Edit->getReg(); in isSnippet()
383 Register Reg = Edit->getReg(); in collectRegsToSpill()
669 Edit->markRematerialized(RM.ParentVNI); in reMaterializeFor()
715 if (!Edit->anyRematerializable()) in reMaterializeAll()
798 Edit->eraseVirtReg(Reg); in reMaterializeAll()
1211 Register NewVReg = Edit->createFrom(Reg); in spillAroundUses()
1248 if (Original != Edit->getReg()) in spillAll()
1280 Edit->eraseVirtReg(Reg); in spillAll()
1285 Edit = &edit; in spill()
[all …]
H A DSplitKit.h303 LiveRangeEdit *Edit = nullptr;
H A DRegisterCoalescer.cpp196 void eliminateDeadDefs(LiveRangeEdit *Edit = nullptr);
600 void RegisterCoalescer::eliminateDeadDefs(LiveRangeEdit *Edit) { in eliminateDeadDefs() argument
601 if (Edit) { in eliminateDeadDefs()
602 Edit->eliminateDeadDefs(DeadDefs); in eliminateDeadDefs()
1315 LiveRangeEdit Edit(&SrcInt, NewRegs, *MF, *LIS, nullptr, this); in reMaterializeTrivialDef() local
1316 if (!Edit.checkRematerializable(ValNo, DefMI)) in reMaterializeTrivialDef()
1366 if (!Edit.canRematerializeAt(RM, ValNo, CopyIdx, true)) in reMaterializeTrivialDef()
1373 Edit.rematerializeAt(*MBB, MII, DstReg, RM, *TRI, false, SrcIdx, CopyMI); in reMaterializeTrivialDef()
1662 eliminateDeadDefs(&Edit); in reMaterializeTrivialDef()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp110 StringRef Edit, in ApplyOneQAOverride() argument
114 if (Edit[0] == '^') { in ApplyOneQAOverride()
116 GetStableCStr(SavedStrings, Edit.substr(1)); in ApplyOneQAOverride()
119 } else if (Edit[0] == '+') { in ApplyOneQAOverride()
121 GetStableCStr(SavedStrings, Edit.substr(1)); in ApplyOneQAOverride()
124 } else if (Edit[0] == 's' && Edit[1] == '/' && Edit.ends_with("/") && in ApplyOneQAOverride()
125 Edit.slice(2, Edit.size() - 1).contains('/')) { in ApplyOneQAOverride()
141 } else if (Edit[0] == 'x' || Edit[0] == 'X') { in ApplyOneQAOverride()
142 auto Option = Edit.substr(1); in ApplyOneQAOverride()
147 if (Edit[0] == 'X') { in ApplyOneQAOverride()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h45 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 DTransformer.h38 convertToAtomicChanges(const llvm::SmallVectorImpl<transformer::Edit> &Edits,
/freebsd/libexec/bootpd/
H A DInstallation14 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 DREADME40 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 DCommit.cpp24 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const { in getFileLocation()
31 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const { in getFileRange()
36 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const { in getInsertFromRange()
187 Edit data; in addInsert()
202 Edit data; in addInsertFromRange()
217 Edit data; in addRemove()
/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h37 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 Dmessages.subr53 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 DRELEASE-PROCEDURE18 - Click on "Edit" next to the HEAD version
24 click on "Add and Edit Version"
/freebsd/usr.sbin/cron/doc/
H A DINSTALL27 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 DREADME46 Edit config.h
47 Edit Makefile
/freebsd/sys/contrib/openzfs/tests/
H A DREADME.md162 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 Dmail.tildehelp12 ~e Edit the message buffer
/freebsd/contrib/ntp/
H A DREADME47 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 Dbsd4.46 * Edit this to match your system type.
/freebsd/contrib/tzdata/
H A DCONTRIBUTING63 * Edit source files. Include commentary that justifies the
/freebsd/contrib/tzcode/
H A DCONTRIBUTING63 * Edit source files. Include commentary that justifies the
/freebsd/sys/dev/e1000/
H A DREADME90 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/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2470 const edit::Commit::Edit &Edit = *I; in applyCocoaAPICheck() local
2471 switch (Edit.Kind) { in applyCocoaAPICheck()
2473 Builder.AddFixItHint(FixItHint::CreateInsertion(Edit.OrigLoc, in applyCocoaAPICheck()
2474 Edit.Text, in applyCocoaAPICheck()
2475 Edit.BeforePrev)); in applyCocoaAPICheck()
2479 FixItHint::CreateInsertionFromRange(Edit.OrigLoc, in applyCocoaAPICheck()
2480 Edit.getInsertFromRange(SM), in applyCocoaAPICheck()
2481 Edit.BeforePrev)); in applyCocoaAPICheck()
2484 Builder.AddFixItHint(FixItHint::CreateRemoval(Edit.getFileRange(SM))); in applyCocoaAPICheck()

123