Home
last modified time | relevance | path

Searched refs:copy_if (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dcopy_if.h22 copy_if(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred)… in copy_if() function
H A Dranges_copy_if.h77 inline constexpr auto copy_if = __copy_if::__fn{};
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTableExecutorEmitter.cpp22 std::copy_if(SubtargetFeatures.begin(), SubtargetFeatures.end(), in emitSubtargetFeatureBitsetImpl()
28 std::copy_if(SubtargetFeatures.begin(), SubtargetFeatures.end(), in emitSubtargetFeatureBitsetImpl()
H A DCompressInstEmitter.cpp477 copy_if(RF, std::back_inserter(PatReqFeatures), [](Record *R) { in evaluateCompressPat()
685 copy_if(RF, std::back_inserter(ReqFeatures), [](Record *R) { in emitCompressInstEmitter()
H A DGlobalISelEmitter.cpp2267 std::copy_if(AllPatFrags.begin(), AllPatFrags.end(), in emitMIPredicateFns()
2285 std::copy_if(AllPatFrags.begin(), AllPatFrags.end(), in emitI64ImmPredicateFns()
2301 std::copy_if(AllPatFrags.begin(), AllPatFrags.end(), in emitAPFloatImmPredicateFns()
2316 std::copy_if(AllPatFrags.begin(), AllPatFrags.end(), in emitAPIntImmPredicateFns()
H A DAsmWriterEmitter.cpp995 copy_if(RF, std::back_inserter(ReqFeatures), [](Record *R) { in EmitPrintAliasInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp151 copy_if(M, std::back_inserter(ToRemove), [&](auto &&F) { in removeUnreachableFunctions()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc195 using std::copy_if;
198 using std::ranges::copy_if;
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp269 llvm::copy_if(llvm::make_range(FeaturesVec.begin(), I), in initFeatureMap()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp268 std::copy_if(AllDbgUsers.begin(), AllDbgUsers.end(), in AnalyzeAlloca()
272 std::copy_if(AllDPUsers.begin(), AllDPUsers.end(), in AnalyzeAlloca()
H A DSimplifyCFG.cpp3437 llvm::copy_if( in FoldTwoEntryPHINode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp401 copy_if(AllChecks, std::back_inserter(Checks), in collectMemchecks()
H A DLoopDistribute.cpp903 copy_if(AllChecks, std::back_inserter(Checks), in includeOnlyCrossPartitionChecks()
H A DGuardWidening.cpp878 copy_if(Checks, std::back_inserter(CurrentChecks), IsCurrentCheck); in combineRangeChecks()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp1072 llvm::copy_if( in getFieldsForInitListExpr()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dalgorithm257 …ranges::copy_if(I first, S last, O result, Pred pred, Proj proj = {}); // since C++…
263 …ranges::copy_if(R&& r, O result, Pred pred, Proj proj = {}); // since C++…
1274 copy_if(InputIterator first, InputIterator last,
1796 #include <__algorithm/copy_if.h>
H A Dlibcxx.imp11 { include: [ "<__algorithm/copy_if.h>", "private", "<algorithm>", "public" ] },
H A Dmodule.modulemap.in646 …e_algorithm_copy_if [system] { header "__algorithm/copy_if.h" }
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1777 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) {
1778 return std::copy_if(adl_begin(Range), adl_end(Range), Out, P);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1408 llvm::copy_if( in run()
/freebsd/lib/libc++/
H A DMakefile283 ALG_HEADERS+= copy_if.h
H A Dmodule.modulemap646 …e_algorithm_copy_if [system] { header "__algorithm/copy_if.h" }
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp4038 llvm::copy_if( in GenerateAppertainsTo()
4042 llvm::copy_if(Subjects, std::back_inserter(StmtSubjects), in GenerateAppertainsTo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1436 llvm::copy_if( in realignGroup()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc948 SYMBOL(copy_if, std::, <algorithm>)
3569 SYMBOL(copy_if, std::ranges::, <algorithm>)

12