/freebsd/contrib/llvm-project/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 …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
H A D | Combine.td | 33 def apply; 64 /// Declares data that is passed from the match stage to the apply stage. 70 class GICombineRule<dag defs, dag match, dag apply> : GICombine { 79 /// Defines the things which happen after the decision is made to apply a 81 dag Apply = apply; 119 // In an apply pattern, GITypeOf can be used to set the type of a new temporary 122 // This can only be used on temporary registers defined by the apply pattern. 142 // (apply (GIReplaceReg $old, $new)) 149 // - Can only appear in an 'apply' pattern. 157 // (apply (GIEraseRoot)) [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Combine.td | 18 (apply [{ applyFConstantToConstant(*${root}); }])>; 25 (apply [{ applyICmpRedundantTrunc(*${root}, MRI, B, Observer, ${matchinfo}); }])>; 33 (apply [{ applyFoldGlobalOffset(*${root}, MRI, B, Observer, ${matchinfo});}]) 43 (apply [{ applyExtAddvToUdotAddv(*${root}, MRI, B, Observer, STI, ${matchinfo}); }]) 52 (apply [{ applyExtUaddvToUaddlv(*${root}, MRI, B, Observer, ${matchinfo}); }]) 61 …(apply [{ applyPushAddSubExt(*${root}, MRI, B, ${ExtMI}->getOpcode() == TargetOpcode::G_SEXT, ${ds… 96 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }]) 103 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }]) 110 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }]) 117 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }]) [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCombine.td | 21 (apply [{ applySelectFCmpToFMinFMaxLegacy(*${select}, ${matchinfo}); }])>; 28 (apply [{ applyUCharToFloat(*${itofp}); }])>; 35 (apply [{ Helper.applyBuildFn(*${rcp}, ${matchinfo}); }])>; 42 (apply [{ applyFDivSqrtToRsqF16(*${root}, ${x}.getReg()); }])>; 53 (apply [{ applyCvtF32UByteN(*${cvt_f32_ubyteN}, ${matchinfo}); }])>; 61 (apply [{ applyClampI64ToI16(*${clamp_i64_to_i16}, ${matchinfo}); }])>; 72 (apply [{ applyMed3(*${min_or_max}, ${matchinfo}); }])>; 81 (apply [{ applyMed3(*${min_or_max}, ${matchinfo}); }])>; 90 (apply [{ applyClamp(*${min_or_max}, ${matchinfo}); }])>; 96 (apply [{ applyClamp(*${fmed3}, ${matchinfo}); }])>; [all …]
|
H A D | AMDGPUIGroupLP.cpp | 99 apply(const SUnit *, const ArrayRef<SUnit *>, in apply() function in __anon5d856e630111::InstructionRule 194 if (!Rule.get()->apply(SU, Collection, SyncPipe)) in allowedByRules() 942 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() function in __anon5d856e630111::MFMAExpInterleaveOpt::IsPipeExp 976 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() function in __anon5d856e630111::MFMAExpInterleaveOpt::EnablesNthMFMA 1018 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() function in __anon5d856e630111::MFMAExpInterleaveOpt::EnablesNthMFMAInChain 1067 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() function in __anon5d856e630111::MFMAExpInterleaveOpt::LessThanNSuccs 1108 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() function in __anon5d856e630111::MFMAExpInterleaveOpt::GreaterThanOrEqualToNSuccs 1143 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() function in __anon5d856e630111::MFMAExpInterleaveOpt::IsCvt 1156 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() function in __anon5d856e630111::MFMAExpInterleaveOpt::IsFMA 1168 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() function in __anon5d856e630111::MFMAExpInterleaveOpt::IsPipeAdd [all …]
|
/freebsd/contrib/kyua/engine/ |
H A D | atf_result_test.cpp | 285 ATF_REQUIRE_EQ(in_result, in_result.apply(utils::make_optional(status))); in ATF_TEST_CASE_BODY() 296 timed_out.apply(none)); in ATF_TEST_CASE_BODY() 306 ATF_REQUIRE_EQ(in_result, in_result.apply(utils::make_optional(status))); in ATF_TEST_CASE_BODY() 318 ATF_REQUIRE_EQ(any_code, any_code.apply(utils::make_optional(success))); in ATF_TEST_CASE_BODY() 319 ATF_REQUIRE_EQ(any_code, any_code.apply(utils::make_optional(failure))); in ATF_TEST_CASE_BODY() 323 ATF_REQUIRE_EQ(a_code, a_code.apply(utils::make_optional(failure))); in ATF_TEST_CASE_BODY() 338 a_code.apply(utils::make_optional(success))); in ATF_TEST_CASE_BODY() 352 any_code.apply(utils::make_optional(sig3))); in ATF_TEST_CASE_BODY() 362 ATF_REQUIRE_EQ(xfailure, xfailure.apply(utils::make_optional(status))); in ATF_TEST_CASE_BODY() 379 xfailure.apply(utils::make_optional(failure))); in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/contrib/llvm-project/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 …]
|
/freebsd/contrib/llvm-project/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 …]
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-fdr-dump.cpp | 84 if (auto E = Ptr->apply(RP)) in __anonc19214950102() 96 if (auto E = Ptr->apply(BI)) in __anonc19214950102() 108 if (auto E = R->apply(BV)) in __anonc19214950102() 110 if (auto E = R->apply(BP)) in __anonc19214950102()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_reloc.c | 32 dwarf_set_reloc_application(int apply) in dwarf_set_reloc_application() argument 37 _libdwarf.applyreloc = apply; in dwarf_set_reloc_application()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/libcxx/include/__memory/ |
H A D | inout_ptr.h | 68 …std::apply([&](auto&&... __args) { __s_ = _Smart(static_cast<_SmartPtr>(__p_), std::forward<_Args>… in ~inout_ptr_t() 71 …std::apply([&](auto&&... __args) { __s_.reset(static_cast<_SmartPtr>(__p_), std::forward<_Args>(__… in ~inout_ptr_t() 76 …std::apply([&](auto&&... __args) { __s_ = _Smart(static_cast<_SmartPtr>(__p_), std::forward<_Args>… in ~inout_ptr_t()
|
H A D | out_ptr.h | 63 …std::apply([&](auto&&... __args) { __s_.reset(static_cast<_SmartPtr>(__p_), std::forward<_Args>(__… in ~out_ptr_t() 68 …std::apply([&](auto&&... __args) { __s_ = _Smart(static_cast<_SmartPtr>(__p_), std::forward<_Args>… in ~out_ptr_t()
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_volume.c | 100 feed_volume_t apply; member 114 feed_volume_t apply; member 164 info->apply = feed_volume_info_tab[i].apply; in feed_volume_init() 294 info->apply(temp_vol, matrix, info->channels, dst, j); in feed_volume_feed()
|
/freebsd/sys/netgraph/ |
H A D | ng_base.c | 2189 if (item->apply != NULL) { in ng_flush_input_queue() 2191 item->apply->error = ENOENT; in ng_flush_input_queue() 2192 if (refcount_release(&item->apply->refs)) { in ng_flush_input_queue() 2193 (*item->apply->apply)(item->apply->context, in ng_flush_input_queue() 2194 item->apply->error); in ng_flush_input_queue() 2243 if (item->apply) in ng_snd_item() 2244 refcount_acquire(&item->apply->refs); in ng_snd_item() 2344 if (item->apply != NULL) { in ng_snd_item() 2346 item->apply->error = error; in ng_snd_item() 2347 if (refcount_release(&item->apply->refs)) { in ng_snd_item() [all …]
|
H A D | ng_socket.c | 228 struct ng_apply_info apply; in ngc_send() local 342 bzero(&apply, sizeof(apply)); in ngc_send() 343 apply.apply = ng_socket_item_applied; in ngc_send() 344 apply.context = priv; in ngc_send() 345 item->apply = &apply; in ngc_send()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 414 void apply(Option &O) const { O.setDescription(Desc); } in apply() function 423 void apply(Option &O) const { O.setValueStr(Desc); } in apply() function 433 template <class Opt> void apply(Opt &O) const { O.setInitialValue(Init); } in apply() function 440 template <class Opt> void apply(Opt &O) const { O.setInitialValues(Inits); } in apply() function 460 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); } in apply() function 473 template <class Opt> void apply(Opt &O) const { O.addCategory(Category); } in apply() function 484 template <class Opt> void apply(Opt &O) const { in apply() function 500 template <typename Opt> void apply(Opt &O) const { O.setCallback(CB); } in apply() function 702 template <class Opt> void apply(Opt &O) const { 1261 template <class Opt> static void opt(const Mod &M, Opt &O) { M.apply(O); } [all …]
|
/freebsd/contrib/llvm-project/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;
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | zip_view.h | 73 return std::apply( in __tuple_transform() 83 std::apply( in __tuple_for_each() 130 return std::apply([](auto... __bools) { return (__bools || ...); }, __equals); in __tuple_any_equals() 195 return std::apply( in requires() 206 return std::apply( in requires() 401 return std::apply( 466 return std::apply(
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | tuple.cppm |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerUnit.cpp | 161 OutDebugStrOffsetsSection.apply( in emitDebugStringOffsetSection() 230 OutSection.apply(*NamesLengthOffset - in emitPubAccelerators() 241 OutSection.apply(*TypesLengthOffset - in emitPubAccelerators()
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | qcom,usb-hsic-phy.txt | 38 Definition: List of pinctrl settings to apply to keep HSIC pins in a glitch 44 Definition: List of pinctrl settings to apply to mux out the HSIC pins
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
H A D | misc.cfg | 40 # these are a set of values we apply, for use when testing the 65 # these are a set of values we apply, for use when testing the 92 # these are a set of values we apply, for use when testing the
|