Home
last modified time | relevance | path

Searched refs:Replace (Results 1 – 25 of 109) sorted by last modified time

12345

/freebsd/contrib/one-true-awk/
H A DChangeLog6 * makefile: Significant cleanup. Replace all ytab* references
9 * b.c, lex.c, maketab.c, parse.c, run.c: Replace include of ytab.h
/freebsd/share/misc/
H A Dusb_vendors24940 220 AC Find and Replace
/freebsd/contrib/unbound/doc/
H A DChangelog305 - Merge #968: Replace the obsolescent fgrep with grep -F in tests.
1210 - Merge #631 from mollyim: Replace OpenSSL's ERR_PACK with
2081 - Merge PR #313 from Ralph Dolmans: Replace edns-client-tag with
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-samsung-gt5-common.dtsi157 /* FIXME: Replace with MAX77849 MUIC when driver is available */
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12b-odroid-n2.dtsi273 * Replace emmc_data_8b_pins to emmc_data_4b_pins from sd_emmc_c pinctrl-0,
H A Dmeson-khadas-vim3.dtsi452 * Replace emmc_data_8b_pins to emmc_data_4b_pins from sd_emmc_c pinctrl-0,
H A Dmeson-libretech-cottonwood.dtsi506 * Replace emmc_data_8b_pins to emmc_data_4b_pins from sd_emmc_c pinctrl-0,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1518 Replace = false; in PromoteOperand()
1525 Replace = true; in PromoteOperand()
1559 bool Replace = false; in SExtPromoteOperand() local
1560 SDValue NewOp = PromoteOperand(Op, PVT, Replace); in SExtPromoteOperand()
1565 if (Replace) in SExtPromoteOperand()
1574 bool Replace = false; in ZExtPromoteOperand() local
1575 SDValue NewOp = PromoteOperand(Op, PVT, Replace); in ZExtPromoteOperand()
1580 if (Replace) in ZExtPromoteOperand()
1678 bool Replace = false; in PromoteIntShiftOp() local
1685 N0 = PromoteOperand(N0, PVT, Replace); in PromoteIntShiftOp()
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-blk-queue.m4256 dnl # Replace blk_queue_flush with blk_queue_write_cache
296 dnl # Replace blk_queue_flush with blk_queue_write_cache
/freebsd/contrib/xz/
H A DChangeLog2258 liblzma: Replace '\n' -> newline in filter.h documentation.
3553 Tests: Replace non portable shell parameter expansion
4694 Replace the experimental ARM64 filter with a new experimental version.
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td231 … : Eq<"update-section", "Replace the contents of section <name> with contents from a file <file>">,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp1188 Constant *Replace = in rewriteWithNewAddressSpaces() local
1190 if (C != Replace) { in rewriteWithNewAddressSpaces()
1191 LLVM_DEBUG(dbgs() << "Inserting replacement const cast: " << Replace in rewriteWithNewAddressSpaces()
1192 << ": " << *Replace << '\n'); in rewriteWithNewAddressSpaces()
1197 I->replaceUsesOfWith(C, Replace); in rewriteWithNewAddressSpaces()
1203 VMap[C] = Replace; in rewriteWithNewAddressSpaces()
1217 V = Replace; in rewriteWithNewAddressSpaces()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp221 BasicBlock *Replace, in replaceTargetsFromPHINode() argument
241 BI->setSuccessor(Succ, Replace); in replaceTargetsFromPHINode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SMEInstrInfo.td934 // TODO: Replace nxv16i8 by nxv16f8
942 // TODO: Replace nxv16i8 by nxv16f8
953 // TODO : Replace nxv16i8 by nxv16f8
958 // TODO : Replace nxv16i8 by nxv16f8
968 // TODO: Replace nxv16i8 by nxv16f8
H A DAArch64SVEInstrInfo.td319 // Replace pattern min(max(v1,v2),v3) by clamp
4172 // TODO: Replace nxv16i8 by nxv16f8
4176 // TODO: Replace nxv16i8 by nxv16f8
H A DAArch64InstrFormats.td8807 // TODO: Replace value types v8i8 and v16i8 by v8f8 and v16f8
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp511 const int Replace = in nearestMatchesForCodepointName() local
514 Get(I, Row) = std::min(Insert, std::min(Delete, Replace)); in nearestMatchesForCodepointName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp58 SmallVector<BinaryOperator *, 4> Replace; in runImpl() local
83 Replace.push_back(&cast<BinaryOperator>(I)); in runImpl()
92 if (Replace.empty()) in runImpl()
95 while (!Replace.empty()) { in runImpl()
96 BinaryOperator *I = Replace.pop_back_val(); in runImpl()
H A DExpandLargeFpConvert.cpp571 SmallVector<Instruction *, 4> Replace; in runImpl() local
594 Replace.push_back(&I); in runImpl()
608 Replace.push_back(&I); in runImpl()
617 if (Replace.empty()) in runImpl()
620 while (!Replace.empty()) { in runImpl()
621 Instruction *I = Replace.pop_back_val(); in runImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td139 // Replace all references to a register with another one.
393 // Replace a G_SHUFFLE_VECTOR with an undef mask with a G_IMPLICIT_DEF.
400 // Replace a G_SHUFFLE_VECTOR with a G_EXTRACT_VECTOR_ELT.
407 // Replace an insert/extract element of an out of bounds index with undef.
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp504 llvm::StringRef Replace; member in __anon666115420111::TypeSubstitutor
508 llvm::StringRef Replace) { in reset() argument
511 this->Replace = Replace; in reset()
515 trySubstitute(Search, Replace); in parseType()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1576 if (!m_source_mappings.Replace(sysroot, sdk_path, true)) in RegisterXcodeSDK()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h222 bool Replace(size_t idx, const FileSpec &file) { in Replace() function
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h288 void Replace(InputInfo *II, const Unit &U, in Replace() function
H A DFuzzerLoop.cpp553 Corpus.Replace(II, {Data, Data + Size}, TimeOfUnit); in RunOne()

12345