/openbsd/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/gnu/llvm/llvm/include/llvm/Target/GlobalISel/ |
H A D | Combine.td | 63 dag Apply = apply; 114 def apply; 132 (apply [{ Helper.applyCombineCopy(*${mi}); }])>; 163 (apply [{ Helper.applySextTruncSextLoad(*${d}); }])>; 180 (apply [{ 354 (apply [{ 446 (apply [{ return Helper.eraseInst(*${root}); }]) 585 (apply [{ Helper.applyNotCmp(*${d}, ${info}); }]) 697 (apply [{ Helper.applyPtrAddZero(*${root}); }])>; 831 (apply [{ Helper.applyUDivByConst(*${root}); }])>; [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64Combine.td | 18 (apply [{ applyFConstantToConstant(*${root}); }])>; 61 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }]) 68 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }]) 96 (apply [{ applyEXT(*${root}, ${matchinfo}); }]) 104 (apply [{ return applyINS(*${root}, MRI, B, ${matchinfo}); }]) 112 (apply [{ applyVAshrLshrImm(*${root}, MRI, ${matchinfo}); }]) 121 (apply [{ applyDupLane(*${root}, MRI, B, ${matchinfo}); }]) 141 (apply [{ applySwapICmpOperands(*${root}, Observer); }]) 175 (apply [{}])>; 189 (apply [{ applyFoldMergeToZext(*${d}, MRI, B, Observer); }]) [all …]
|
/openbsd/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/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCombine.td | 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}); }])>; 105 (apply [{ Helper.applyFoldableFneg(*${ffn}, ${matchinfo}); }])>; [all …]
|
/openbsd/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 | 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() 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/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/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. 82 /// CCIfNest - If this argument is marked with the 'nest' attribute, apply [all …]
|
/openbsd/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/gnu/llvm/llvm/tools/llvm-xray/ |
H A D | xray-fdr-dump.cpp | 84 if (auto E = Ptr->apply(RP)) in __anona5ea7c420102() 96 if (auto E = Ptr->apply(BI)) in __anona5ea7c420102() 108 if (auto E = R->apply(BV)) in __anona5ea7c420102() 110 if (auto E = R->apply(BP)) in __anona5ea7c420102()
|
/openbsd/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/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/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/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/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/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/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/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/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/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 694 template <class Opt> void apply(Opt &O) const { 1298 void apply(Opt *O, const Mod &M, const Mods &... Ms) { 1300 apply(O, Ms...); 1491 apply(this, Ms...); 1731 apply(this, Ms...); 1750 void apply(list<D, S, P> &L) const { 1887 apply(this, Ms...); 1957 apply(this, Ms...); [all …]
|
/openbsd/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/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 …]
|