Home
last modified time | relevance | path

Searched refs:Replaced (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp251 bool Replaced = false; in tryReplaceTLSCandidates() local
254 Replaced |= tryReplaceTLSCandidate(Fn, GV); in tryReplaceTLSCandidates()
257 return Replaced; in tryReplaceTLSCandidates()
H A DIndVarSimplify.cpp1393 if (auto Replaced = in optimizeLoopExitWithUnknownExitCount() local
1397 auto *NewCond = *Replaced; in optimizeLoopExitWithUnknownExitCount()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp85 MachineOperand *Replaced; // Operand that would be replace by Target member in __anon0f4c5ec60111::SDWAOperand
89 : Target(TargetOp), Replaced(ReplacedOp) { in SDWAOperand()
91 assert(Replaced->isReg()); in SDWAOperand()
100 MachineOperand *getReplacedOperand() const { return Replaced; } in getReplacedOperand()
H A DAMDGPUMachineCFGStructurizer.cpp1429 bool Replaced = false; in shrinkPHI() local
1448 Replaced = true; in shrinkPHI()
1475 return Replaced; in shrinkPHI()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1885 bool Replaced = false; in replaceInstr() local
1887 Replaced = replaceInstrExact(ED, ExtR); in replaceInstr()
1889 Replaced = replaceInstrExpr(ED, ExtI, ExtR, Diff); in replaceInstr()
1891 if (Diff != 0 && Replaced && ED.IsDef) { in replaceInstr()
1910 return Replaced; in replaceInstr()
/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A Deap_testing.txt8 - Replaced wpa_supplicant.c and wpa.c with test code that trigger
/freebsd-14.2/sys/dev/mps/mpi/
H A Dmpi2_history.txt273 * Replaced the MinReplyQueueDepth field of the IOCFacts
/freebsd-14.2/sys/dev/mpr/mpi/
H A Dmpi2_history.txt435 * Replaced the MinReplyQueueDepth field of the IOCFacts
/freebsd-14.2/contrib/flex/
H A DChangeLog107 used should not do this. Replaced Rules-getpo by extra script to manually update and rebuild
1444Replaced FLEX_STD macro with std::. The std:: construct exists as of C++98, so we can simply assu…
1494 src/scanopt.c, src/sym.c, src/tblcmp.c: Replaced CHAR macro with
3741 Replaced sprintf with snprintf everywhere.
4347 * flex.skl, main.c, scan.l: Replaced YY_ALWAYS_INTERACTIVE with m4.
4348 Replaced YY_NEVER_INTERACTIVE with m4.
4374 scan.l: Replaced many CPP macros with m4 equivalents.
6247 * configure.in, flexdef.h, tests/create-test: Replaced obsolete
6556 * main.c, misc.c: Replaced exit(2) calls with longjmps (in the form
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DOptions.td1054 HelpText<"Obsolete. Replaced by more general -order_file option">,
/freebsd-14.2/contrib/tcsh/
H A DFixes1190 Replaced 'p' with 'F' and added D,T,C.
1632 67. Removed ignore_symlinks and chase_symlinks. Replaced by symlinks variable.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12402 bool Replaced = false; in optimizeGatherSequence() local
12412 Replaced = true; in optimizeGatherSequence()
12426 Replaced = true; in optimizeGatherSequence()
12430 if (!Replaced) { in optimizeGatherSequence()
/freebsd-14.2/contrib/ntp/
H A DCommitLog-4.1.03149 * ntpd/refclock_conf.c: Replaced macro SHM with CLOCK_SHM.
3441 Replaced the 'sco5_oldclock' variable with 'systime_10ms_ticks'.
5519 * ports/winnt/: Replaced with new code (no SHM or PALISADE)
H A DNEWS3211 Replaced some constant numbers by defines from ntp_calendar.h
6977 Replaced some constant numbers by defines from ntp_calendar.h
H A DChangeLog1237 Replaced some constant numbers by defines from ntp_calendar.h
H A DCommitLog40696 Replaced some constant numbers by defines from ntp_calendar.h
40707 Replaced some constant numbers by defines from ntp_calendar.h
40769 Replaced some constant numbers by defines from ntp_calendar.h.
191029 Replaced strlcpy with strncpy for compatibility reasons.
191034 Replaced strlcpy with strncpy for compatibility reasons.
212601 Replaced the simulator code to allow the use of multiple servers
212619 Replaced the simulator code to allow the use of multiple servers
/freebsd-14.2/contrib/ncurses/misc/
H A Dterminfo.src25287 # * Replaced Wyse entries with updated entries supplied by vendor.
25319 # * Replaced the Perkin-Elmer entries with vendor's official ones.
25332 # * Replaced the AT&T entries with AT&T's official terminfos.
25342 # * Replaced sol entry with sol1 and sol2.
25359 # * Replaced HP entries up to hpsub with purpose-built ones.
25560 # * Replaced pcvt with the 3.31 pcvt entries.
25725 # * Replaced EWAN telnet entry.
25728 # * Replaced minitel-2 entry.
25814 # * Replaced minitel-2 entry.
25817 # * Replaced EWAN telnet entry.
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/
H A Dchanges.txt543 Replaced one-element arrays with flexible-arrays, which were introduced
5240 Replaced __FUNCTION_ with __func__ in the gcc-specific header.
8428 Replaced all instances of %d in printf format specifiers with %u since
11988 Replaced the AcpiOsQueueForExecution interface with a new interface named
12587 the non-debug version of ACPICA. Replaced all instances of the
13691 Replaced "InterruptLevel" with "InterruptNumber" in all GPE interfaces
17811 Replaced AE_ERRORs in acpi_osl.c with more specific error codes.
17941 for a separate interface. Replaced with a common calloc procedure
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4633 if (const SCEV *Replaced = MatchMinMaxNegation(MME)) in getNotSCEV() local
4634 return Replaced; in getNotSCEV()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3392 let ASTNode = 0; // Replaced by Capability
/freebsd-14.2/contrib/dialog/
H A DCHANGES2448 + Replaced guage.c by the one in dialog 0.6z, which is known to work.
/freebsd-14.2/contrib/xz/
H A DChangeLog3495 liblzma: Replaced hardcoded 0x0 index indicator byte with macro