Home
last modified time | relevance | path

Searched refs:Apply (Results 1 – 25 of 161) sorted by relevance

1234567

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h626 return Func::template Apply<MappingGoPPC64_46>(arg); in SelectMapping()
628 return Func::template Apply<MappingGoPPC64_47>(arg); in SelectMapping()
631 return Func::template Apply<MappingGoMips64_47>(arg); in SelectMapping()
633 return Func::template Apply<MappingGoS390x>(arg); in SelectMapping()
635 return Func::template Apply<MappingGoAarch64>(arg); in SelectMapping()
637 return Func::template Apply<MappingGoWindows>(arg); in SelectMapping()
639 return Func::template Apply<MappingGo48>(arg); in SelectMapping()
643 return Func::template Apply<MappingAppleAarch64>(arg); in SelectMapping()
645 return Func::template Apply<Mapping48AddressSpace>(arg); in SelectMapping()
649 return Func::template Apply<MappingAarch64_39>(arg); in SelectMapping()
[all …]
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Ddeque_iterator.bench.cpp144 BENCHMARK(BM_deque_vector_copy)->Apply(run_sizes);
147 BENCHMARK(BM_deque_vector_ranges_copy)->Apply(run_sizes);
150 BENCHMARK(BM_deque_deque_copy)->Apply(run_sizes);
153 BENCHMARK(BM_deque_deque_ranges_copy)->Apply(run_sizes);
156 BENCHMARK(BM_vector_deque_copy)->Apply(run_sizes);
159 BENCHMARK(BM_vector_deque_ranges_copy)->Apply(run_sizes);
163 BENCHMARK(BM_deque_vector_move)->Apply(run_sizes);
166 BENCHMARK(BM_deque_vector_ranges_move)->Apply(run_sizes);
169 BENCHMARK(BM_deque_deque_move)->Apply(run_sizes);
172 BENCHMARK(BM_deque_deque_ranges_move)->Apply(run_sizes);
[all …]
H A Djoin_view.bench.cpp44 BENCHMARK(BM_join_view_in_vectors)->Apply(run_sizes);
59 BENCHMARK(BM_join_view_out_vectors)->Apply(run_sizes);
74 BENCHMARK(BM_join_view_deques)->Apply(run_sizes);
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp152 shadows[*num_regions].start = (uptr)MemToMetaImpl::Apply<Mapping>(start); in AddMetaRegion()
153 shadows[*num_regions].end = (uptr)MemToMetaImpl::Apply<Mapping>(end - 1); in AddMetaRegion()
160 static void Apply() { in Apply() function
185 const uptr s = MemToShadowImpl::Apply<Mapping>(p); in TestRegion()
186 u32 *const m = MemToMetaImpl::Apply<Mapping>(p); in TestRegion()
187 const uptr r = ShadowToMemImpl::Apply<Mapping>(s); in TestRegion()
190 CHECK(IsAppMemImpl::Apply<Mapping>(p)); in TestRegion()
192 CHECK(IsShadowMemImpl::Apply<Mapping>(s)); in TestRegion()
193 CHECK(IsMetaMemImpl::Apply<Mapping>(reinterpret_cast<uptr>(m))); in TestRegion()
194 CHECK_EQ(p, RestoreAddrImpl::Apply<Mapping>(CompressAddr(p))); in TestRegion()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DHighlighter.cpp19 void HighlightStyle::ColorStyle::Apply(Stream &s, llvm::StringRef value) const { in Apply() function in HighlightStyle::ColorStyle
48 options.selected.Apply(s, line.substr(column, 1)); in Highlight()
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A DChangeLog3 Apply from mainline.
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp237 options.selected.Apply(storage, tok_str); in Highlight()
245 color.Apply(result, to_print); in Highlight()
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx11_delay.rst68 SAME Apply second dependency to the same instruction. This is the default value.
69 NEXT Apply second dependency to the next instruction.
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DConfigure.pm414 sub Apply { # subroutine
450 Apply \&Link,$code,@lookup;
462 Apply \&Execute,$code,@lookup;
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A DChangeLog3 Apply from mainline.
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyOps.def28 TIL_OPCODE_DEF(Apply)
H A DThreadSafetyTraverse.h216 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) { in reduceApply()
685 void printApply(const Apply *E, StreamType &SS, bool sugared = false) {
688 printApply(cast<Apply>(F), SS, true);
737 self()->printApply(cast<Apply>(T), SS, true); in printCall()
H A DThreadSafetyTIL.h839 class Apply : public SExpr {
841 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {} in Apply() function
842 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor in Apply() function
861 typename C::CType compare(const Apply* E, C& Cmp) const { in compare()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DHighlighter.h44 void Apply(Stream &s, llvm::StringRef value) const;
/openbsd-src/gnu/llvm/llvm/utils/gn/build/
H A DBUILDCONFIG.gn14 # Apply that default list to the binary target types.
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A DChangeLog37 Apply from mainline.
73 Apply the following patches from mainline
/openbsd-src/gnu/llvm/clang/docs/
H A DLibTooling.rst67 // Apply a custom category to all command-line options so that they are the
123 // Apply a custom category to all command-line options so that they are the
/openbsd-src/gnu/usr.bin/binutils/ld/
H A DChangeLog68 Apply from mainline.
187 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1100 auto Apply = [&](CallSiteInfo &CSInfo) { in applySingleImplDevirt() local
1169 Apply(SlotInfo.CSInfo); in applySingleImplDevirt()
1171 Apply(P.second); in applySingleImplDevirt()
1377 auto Apply = [&](CallSiteInfo &CSInfo) { in applyICallBranchFunnel() local
1443 Apply(SlotInfo.CSInfo); in applyICallBranchFunnel()
1445 Apply(P.second); in applyICallBranchFunnel()
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dbuffer_queue_test.cpp109 TEST(BufferQueueTest, Apply) { in TEST() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc104 // Apply the signbit to the absolute value.
H A Dfp_trunc_impl.inc129 // Apply the signbit to the absolute value.
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs461 edit.Apply(); in ApplyClangFormatReplacements()
/openbsd-src/distrib/armv7/ramdisk/
H A Dinstall.md54 # Apply some final tweaks on selected platforms
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveInterval.cpp918 std::function<void(LiveInterval::SubRange &)> Apply, in refineSubRanges() argument
945 Apply(*MatchingRange); in refineSubRanges()
951 Apply(*NewRange); in refineSubRanges()

1234567