Searched refs:copy_if (Results 1 - 18 of 18) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dcopy_if.h23 copy_if(_InputIterator __first, _InputIterator __last, function
H A Dranges_copy_if.h73 inline constexpr auto copy_if = __copy_if::__fn{}; member in namespace:ranges::__cpo
/openbsd-current/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp105 copy_if(ChunksStillConsideredInteresting, std::back_inserter(CurrentChunks),
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp474 copy_if(RF, std::back_inserter(PatReqFeatures), [](Record *R) {
683 copy_if(RF, std::back_inserter(ReqFeatures), [](Record *R) {
H A DAsmWriterEmitter.cpp990 copy_if(RF, std::back_inserter(ReqFeatures), [](Record *R) {
H A DGlobalISelEmitter.cpp5500 std::copy_if(Defs.begin(), Defs.end(), std::back_inserter(MatchedRecords),
5809 std::copy_if(SubtargetFeatures.begin(), SubtargetFeatures.end(),
5815 std::copy_if(SubtargetFeatures.begin(), SubtargetFeatures.end(),
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp394 copy_if(AllChecks, std::back_inserter(Checks),
H A DLoopDistribute.cpp906 copy_if(AllChecks, std::back_inserter(Checks),
H A DGuardWidening.cpp668 copy_if(Checks, std::back_inserter(CurrentChecks), IsCurrentCheck);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp220 std::copy_if(AllDbgUsers.begin(), AllDbgUsers.end(),
H A DSimplifyCFG.cpp3322 llvm::copy_if(
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DSTLExtras.h1778 /// Provide wrappers to std::copy_if which take ranges instead of having to
1781 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) {
1782 return std::copy_if(adl_begin(Range), adl_end(Range), Out, P);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1321 llvm::copy_if(
/openbsd-current/gnu/lib/libcxx/
H A DMakefile100 __algorithm/copy_if.h \
/openbsd-current/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp3782 llvm::copy_if(
3786 llvm::copy_if(Subjects, std::back_inserter(StmtSubjects),
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1082 llvm::copy_if(
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp8435 llvm::copy_if(Features, std::back_inserter(FeatureArgs),
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15611 copy_if(LoMask, std::back_inserter(LoInputs), [](int M) { return M >= 0; });
15615 copy_if(HiMask, std::back_inserter(HiInputs), [](int M) { return M >= 0; });
16487 copy_if(Mask, std::back_inserter(LoInputs),
16493 copy_if(Mask, std::back_inserter(HiInputs), [](int M) { return M >= 8; });
[all...]

Completed in 531 milliseconds