Searched refs:replace (Results 226 - 250 of 290) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp58 // ahead and replace the value with the memory location, this lets the caller
173 /// can replace any uses of the alloca with uses of the memory location
259 void replace(Instruction *I);
358 void PointerReplacer::replace(Instruction *I) { function in class:PointerReplacer
411 // replace it.
414 "destination not in replace list");
459 replace(Workitem);
878 // behavior, replace it with zero.
885 // Then we know that we can replace %x in the GEP with i64 0.
934 // If there are more indices after the one we might replace wit
[all...]
/freebsd-current/contrib/libucl/include/
H A Ducl.h1003 * @param replace (out) replace value for variable
1004 * @param replace_len (out) replace length for variable
1010 unsigned char **replace, size_t *replace_len, bool *need_free, void* ud);
1630 * XXX: Poorly named API functions, need to replace them with the appropriate
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp210 FeatureFile.replace(0, Job->CorpusDir.size(), Job->FeaturesDir);
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DICF.cpp544 sections[begin]->replace(sections[i]);
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-for-escape.mk159 # could contain braces, which allowed to replace sequences of
H A Dvarmod-sysv.mk201 # The modifier ':from=to' can be used to replace both the prefix and a suffix
H A Dvar-op-expand.mk264 # this case would replace the suffix 'value' with the literal 'sysv:tl',
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp566 std::replace(Path.begin(), Path.end(), '\\', '/');
575 std::replace(s.begin(), s.end(), '\\', '/');
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1216 commit.replace(fixit.RemoveRange, fixit.CodeToInsert);
1240 void replace(CharSourceRange range, StringRef text) override {
H A DClangUserExpression.cpp321 expr.replace(offset, from.size(), to);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp250 void replace(Value *OldV, Value *NewV);
422 void Simplifier::Context::replace(Value *OldV, Value *NewV) { function in class:Simplifier::Context
433 // equivalent counterparts in Root, and replace those subtrees with
451 // Now, simply replace OldV with NewV in Root.
554 C.replace(U, W);
1420 // For each non-cycled operand, replace it with the corresponding
/freebsd-current/targets/pseudo/tests/
H A DMakefile.depend289 usr.bin/bmake/tests/shell/replace \
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc903 // Add something for replace_filename to replace.
/freebsd-current/crypto/openssh/contrib/redhat/
H A Dopenssh.spec157 commands on a remote machine. SSH is intended to replace rlogin and
530 - replace primes with moduli
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp339 auto Err = SourceJD ? R->replace(reexports(*SourceJD, std::move(Aliases),
341 : R->replace(symbolAliases(std::move(Aliases)));
761 Error JITDylib::replace(MaterializationResponsibility &FromMR,
763 assert(MU != nullptr && "Can not replace with a null MaterializationUnit");
777 "Can not replace a symbol that ha is not materializing");
808 "Can not replace a symbol that is not materializing");
810 "Can not replace a symbol that has a materializer attached");
2840 "Can not replace symbol that is not materializing");
3116 return MR.JD.replace(MR, std::move(MU));
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp85 Data.replace(P[K].Pos + I * sizeof(uint64_t), sizeof(uint64_t),
309 // Otherwise, replace a random trace in the stream.
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp744 std::replace(VI.Kills.begin(), VI.Kills.end(), &OldMI, &NewMI);
/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp625 (add_perms + remove_perms + has_opt(perm_options::replace)) == 1,
626 "One and only one of the perm_options constants 'replace', 'add', or 'remove' must be present in opts");
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp427 // which we'll replace with the decompressed version of, leaving the rest of
609 m_bytes.replace(0, size_of_first_packet, new_packet.data(),
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DChunks.h381 void replace(SectionChunk *other);
/freebsd-current/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp366 CacheName.replace(pos, CacheName.length() - pos, ".o");
1100 // through partitioning and they replace outgoing calls with reexport stubs
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp418 OpName.replace(pos, 2, "_");
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp654 // cloning, replace the metadata with the corrected version for both
839 std::replace(Latches.begin(), Latches.end(), Dest, Fold);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp263 std::replace(path.begin(), path.end(), '\\', '/');
2448 str.replace(pos, oldStr.length(), newStr);
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1126 S.replace(Pos, End - Pos, Variables.find(VarName)->second.getName());
1782 S.replace(Idx, ToReplace.size(), ReplaceWith);

Completed in 218 milliseconds

1234567891011>>