| /openbsd-src/gnu/llvm/llvm/lib/XRay/ |
| H A D | FDRRecords.cpp | 18 Error BufferExtents::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::BufferExtents 19 Error WallclockRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::WallclockRecord 20 Error NewCPUIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::NewCPUIDRecord 21 Error TSCWrapRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::TSCWrapRecord 22 Error CustomEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::CustomEventRecord 23 Error CallArgRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::CallArgRecord 24 Error PIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::PIDRecord 25 Error NewBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::NewBufferRecord 26 Error EndBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::EndBufferRecord 27 Error FunctionRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::FunctionRecord [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/ |
| H A D | Combine.td | 50 class GICombineRule<dag defs, dag match, dag apply> : GICombine { 60 /// Defines the things which happen after the decision is made to apply a 63 dag Apply = apply; 85 /// Declares data that is passed from the match stage to the apply stage. 114 def apply; 115 /// All arguments of the apply operator must be subclasses of GIApplyKind, or 132 (apply [{ Helper.applyCombineCopy(*${mi}); }])>; 143 (apply [{ Helper.replaceSingleDefInstWithOperand(*${mi}, 1); }])>; 150 (apply [{ Helper.applyCombineExtendingLoads(*${root}, ${matchinfo}); }])>; 156 (apply [{ Helper.applyBuildFn(*${root}, ${matchinfo}); }])>; [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64Combine.td | 18 (apply [{ applyFConstantToConstant(*${root}); }])>; 25 (apply [{ applyICmpRedundantTrunc(*${root}, MRI, B, Observer, ${matchinfo}); }])>; 33 (apply [{ return applyFoldGlobalOffset(*${root}, MRI, B, Observer, ${matchinfo});}]) 61 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }]) 68 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }]) 75 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }]) 82 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }]) 89 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }]) 96 (apply [{ applyEXT(*${root}, ${matchinfo}); }]) 104 (apply [{ return applyINS(*${root}, MRI, B, ${matchinfo}); }]) [all …]
|
| /openbsd-src/gnu/llvm/lldb/examples/synthetic/bitfield/ |
| H A D | program.cpp | 23 uint32_t apply() { in apply() function in MaskedData 50 MaskedData data_2(data_1.apply(), 0x1AFC, eMaskingOperatorXor); in main() 51 MaskedData data_3(data_2.apply(), 0xFFCF, eMaskingOperatorOr); in main() 52 MaskedData data_4(data_3.apply(), 0xAABC, eMaskingOperatorAnd); in main() 53 MaskedData data_5(data_4.apply(), 0xFFAC, eMaskingOperatorNor); in main() 54 MaskedData data_6(data_5.apply(), 0x0000BEEF, eMaskingOperatorAnd); in main() 55 return data_6.apply(); // <-- what comes out of here? in main()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCombine.td | 20 (apply [{ PostLegalizerHelper.applySelectFCmpToFMinToFMaxLegacy(*${select}, ${matchinfo}); }])>; 27 (apply [{ PostLegalizerHelper.applyUCharToFloat(*${itofp}); }])>; 34 (apply [{ Helper.applyBuildFn(*${rcp}, ${matchinfo}); }])>; 46 (apply [{ PostLegalizerHelper.applyCvtF32UByteN(*${cvt_f32_ubyteN}, ${matchinfo}); }])>; 54 (apply [{ PreLegalizerHelper.applyClampI64ToI16(*${clamp_i64_to_i16}, ${matchinfo}); }])>; 65 (apply [{ RegBankHelper.applyMed3(*${min_or_max}, ${matchinfo}); }])>; 74 (apply [{ RegBankHelper.applyMed3(*${min_or_max}, ${matchinfo}); }])>; 83 (apply [{ RegBankHelper.applyClamp(*${min_or_max}, ${matchinfo}); }])>; 89 (apply [{ RegBankHelper.applyClamp(*${fmed3}, ${matchinfo}); }])>; 97 (apply [{ Helper.replaceSingleDefInstWithReg(*${fcanonicalize}, ${matchinfo}); }])>; [all …]
|
| /openbsd-src/sys/dev/pci/drm/i915/gem/ |
| H A D | i915_gem_ttm_pm.c | 42 static int i915_ttm_backup(struct i915_gem_apply_to_region *apply, in i915_ttm_backup() argument 46 container_of(apply, typeof(*pm_apply), base); in i915_ttm_backup() 88 err = i915_gem_object_lock(backup, apply->ww); in i915_ttm_backup() 117 static int i915_ttm_recover(struct i915_gem_apply_to_region *apply, in i915_ttm_recover() argument 137 struct i915_gem_apply_to_region apply = {.ops = &recover_ops}; in i915_ttm_recover_region() local 140 ret = i915_gem_process_region(mr, &apply); in i915_ttm_recover_region() 168 static int i915_ttm_restore(struct i915_gem_apply_to_region *apply, in i915_ttm_restore() argument 172 container_of(apply, typeof(*pm_apply), base); in i915_ttm_restore() 184 err = i915_gem_object_lock(backup, apply->ww); in i915_ttm_restore()
|
| H A D | i915_gem_region.c | 144 * @apply: ops and private data 155 struct i915_gem_apply_to_region *apply) in i915_gem_process_region() argument 157 const struct i915_gem_apply_to_region_ops *ops = apply->ops; in i915_gem_process_region() 163 * In the future, a non-NULL apply->ww could mean the caller is in i915_gem_process_region() 166 GEM_WARN_ON(apply->ww); in i915_gem_process_region() 188 apply->ww = &ww; in i915_gem_process_region() 189 for_i915_gem_ww(&ww, ret, apply->interruptible) { in i915_gem_process_region() 190 ret = i915_gem_object_lock(obj, apply->ww); in i915_gem_process_region() 195 ret = ops->process_obj(apply, obj); in i915_gem_process_region()
|
| H A D | i915_gem_region.h | 31 int (*process_obj)(struct i915_gem_apply_to_region *apply, 66 struct i915_gem_apply_to_region *apply);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/XRay/ |
| H A D | FDRRecords.h | 66 virtual Error apply(RecordVisitor &V) = 0; 126 Error apply(RecordVisitor &V) override; 151 Error apply(RecordVisitor &V) override; 177 Error apply(RecordVisitor &V) override; 199 Error apply(RecordVisitor &V) override; 228 Error apply(RecordVisitor &V) override; 255 Error apply(RecordVisitor &V) override; 284 Error apply(RecordVisitor &V) override; 306 Error apply(RecordVisitor &V) override; 329 Error apply(RecordVisitor &V) override; [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetCallingConv.td | 28 /// CCIfType - If the current argument is one of the specified types, apply 34 /// CCIf - If the predicate matches, apply A. 39 /// CCIfByVal - If the current argument has ByVal parameter attribute, apply 45 /// apply Action A. 50 /// apply Action A. 55 /// apply Action A. 60 /// apply Action A. 65 /// attribute, apply Action A. 70 /// parameter attribute, apply Action A. 78 /// CCIfInReg - If this argument is marked with the 'inreg' attribute, apply [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | PBQPRAConstraint.h | 40 virtual void apply(PBQPRAGraph &G) = 0; 52 void apply(PBQPRAGraph &G) override { in apply() function 54 C->apply(G); in apply()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-xray/ |
| H A D | xray-fdr-dump.cpp | 84 if (auto E = Ptr->apply(RP)) in __anonacc8bd8c0102() 96 if (auto E = Ptr->apply(BI)) in __anonacc8bd8c0102() 108 if (auto E = R->apply(BV)) in __anonacc8bd8c0102() 110 if (auto E = R->apply(BP)) in __anonacc8bd8c0102()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
| H A D | macro3.c | 20 #define apply(...) apply2 (__VA_ARGS__) macro 33 if (apply (half, 200) != 100) in main()
|
| H A D | macro1.c | 47 #define apply(x, y) foo(x(y, 22)) in main() macro 53 if (apply(bar, baz) != 42) /* foo(foo(baz(22, 0))). */ in main()
|
| /openbsd-src/regress/sbin/pfctl/ |
| H A D | pfail23.ok | 2 stdin:6: flags only apply to tcp 3 stdin:7: flags only apply to tcp
|
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 39 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 47 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 63 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 82 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 158 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 177 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 304 I->second->apply(*this, DagExpr, Elts, Loc); in evaluate()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-apply-replacements/tool/ |
| H A D | BUILD.gn | 1 executable("clang-apply-replacements") { 4 "//clang-tools-extra/clang-apply-replacements",
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-apply-replacements/ |
| H A D | BUILD.gn | 6 "//clang-tools-extra/clang-apply-replacements", 11 include_dirs = [ "//clang-tools-extra/clang-apply-replacements/include" ]
|
| /openbsd-src/gnu/llvm/llvm/docs/AMDGPU/ |
| H A D | gfx11_delay.rst | 70 SKIP_1 Skip 1 instruction then apply dependency. 71 SKIP_2 Skip 2 instructions then apply dependency. 72 SKIP_3 Skip 3 instructions then apply dependency. 73 SKIP_4 Skip 4 instructions then apply dependency.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/ |
| H A D | true-false | 8 in the output because it tried to apply both small caps and man page reference 15 in the output because it tried to apply both small caps and man page reference
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | APSIntType.h | 37 void apply(llvm::APSInt &Value) const { in apply() function 50 apply(Result); in convert()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.h | 79 void apply(ScheduleDAGInstrs *DAG) override; 82 void apply(ScheduleDAGInstrs *DAG) override; 85 void apply(ScheduleDAGInstrs *DAG) override; 91 void apply(ScheduleDAGInstrs *DAG) override;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 416 void apply(Option &O) const { O.setDescription(Desc); } in apply() function 425 void apply(Option &O) const { O.setValueStr(Desc); } in apply() function 435 template <class Opt> void apply(Opt &O) const { O.setInitialValue(Init); } in apply() function 442 template <class Opt> void apply(Opt &O) const { O.setInitialValues(Inits); } in apply() function 462 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); } in apply() function 475 template <class Opt> void apply(Opt &O) const { O.addCategory(Category); } in apply() function 484 template <class Opt> void apply(Opt &O) const { O.addSubCommand(Sub); } in apply() function 494 template <typename Opt> void apply(Opt &O) const { O.setCallback(CB); } in apply() function 694 template <class Opt> void apply(Opt &O) const { 1250 template <class Opt> static void opt(const Mod &M, Opt &O) { M.apply(O); } [all …]
|
| /openbsd-src/gnu/llvm/libcxx/include/__ranges/ |
| H A D | zip_view.h | 69 return std::apply( in __tuple_transform() 79 std::apply( in __tuple_for_each() 116 return std::apply([](auto... __bools) { return (__bools || ...); }, __equals); in __tuple_any_equals() 184 return std::apply( in requires() 195 return std::apply( in requires() 396 return std::apply( 463 return std::apply(
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/ |
| H A D | configure | 1201 builtin and then its argument prototype would still apply. */ 4426 builtin and then its argument prototype would still apply. */ 4483 builtin and then its argument prototype would still apply. */ 4539 builtin and then its argument prototype would still apply. */ 4597 builtin and then its argument prototype would still apply. */ 4834 builtin and then its argument prototype would still apply. */ 4897 builtin and then its argument prototype would still apply. */ 5033 builtin and then its argument prototype would still apply. */ 5078 builtin and then its argument prototype would still apply. */ 5565 builtin and then its argument prototype would still apply. */ [all …]
|