Searched refs:replace (Results 251 - 265 of 265) sorted by relevance

<<11

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp856 Conversions.replace(cast<NamedDecl>(Primary->getPreviousDecl()),
H A DASTContext.cpp7303 S.replace(S.end()-2, S.end(), "rn");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp672 Asm.replace(Pos, SearchStr.size(),
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c6054 u8 replace, char *cmd)
6094 if (!replace)
6097 if (replace)
8141 * work->type points to a buffer in ework, so need to replace
6053 p2p_ctrl_service_add_asp(struct wpa_supplicant *wpa_s, u8 replace, char *cmd) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp165 std::replace(TypeAtEncoding.begin(), TypeAtEncoding.end(), '@', '\1');
1281 assert(Ok && "Trying to replace an already-existing global block!");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2298 // Now that all the normal results are replaced, we replace the chain and
2315 // Don't replace the results of the root node if we're doing a
2326 std::replace(ChainNodesMatched.begin(), ChainNodesMatched.end(), N,
2414 // It is possible we're using MorphNodeTo to replace a node with no
3602 "Didn't replace all uses of the node?");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp204 // First, replace all slashes with backslashes.
205 std::replace(Filepath.begin(), Filepath.end(), '/', '\\');
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1200 Val.replace(found, LHSs->getValue().size(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp49 // Yes, it's old, replace it with new version.
1677 AsmStr->replace(Pos, 1, ";");
2510 // Then replace the elements where we need to insert.
2580 // If needed, replace operands based on zero mask.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp276 /// need to replace with undef.
832 // Don't replace this with a store with a different address space. TODO:
856 // Don't replace this with a load/store with a different address space.
993 // trap either. However, if we simply replace %U with undef using the
1003 // Otherwise the operand to the PHI/select is dead, and we can replace
1908 // FIXME: It'd be nice to replace them with integer vector types, but we can't
2574 // basis for the new value. This allows us to replace the uses of LI with
2575 // the computed value, and then replace the placeholder with LI, leaving
2920 // least one of them does not escape. This means that we can replace
3161 std::replace(P
[all...]
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c528 if (p_FmPcdManipParams->u.hdr.insrtParams.u.generic.replace)
4553 /* Call Host Command to replace HMTD by a new HMTD */
5399 * replace only HMTD and no lcok is required. Otherwise
5448 * call Host Command to replace HMTD by a new one */NCSW_LIST_FOR_EACH(p_Pos, &lstOfNodeshichPointsOnCrntMdfManip)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp820 // replace import with include
1610 // replace break with goto __break_label
1640 // replace continue with goto __continue_label
2566 // replace any non-alphanumeric characters with '_'.
4452 Name.replace(loc, 1, "_");
H A DRewriteObjC.cpp746 // replace import with include
1419 // replace break with goto __break_label
1436 // replace continue with goto __continue_label
1882 // Here we replace ") {" with "= _caught;" (which initializes and
2493 // replace any non-alphanumeric characters with '_'.
3641 Name.replace(loc, 1, "_");
/freebsd-13-stable/contrib/sqlite3/
H A Dshell.c11688 raw_printf(out, "replace(");
11692 raw_printf(out, "replace(");
14619 ** replace(replace(<input>, '\n', char(10), '\r', char(13));
14663 memcpy(&zOut[iOut], "replace(replace(", 16);
14666 memcpy(&zOut[iOut], "replace(", 8);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8730 // replace BUILD_VECTOR with broadcast of the repeated constants.
9730 // Don't do this if the buildvector is a splat - we'd replace one
14411 std::replace(HalfMask.begin(), HalfMask.end(), InPlaceInputs[1], AdjIndex);
14495 std::replace(HalfMask.begin(), HalfMask.end(), IncomingInputs[0],
15562 // allows us to replace the zero input with an implicit zero.
15612 // Check the immediate mask and replace unused sources with undef.
18509 // It's always cheaper to replace a xor+movd with xorps and simplifies further
[all...]

Completed in 707 milliseconds

<<11