| /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/lib/TableGen/ |
| H A D | SetTheory.cpp | 40 void apply(SetTheory &ST, const DagInit *Expr, RecSet &Elts, in apply() function 48 void apply(SetTheory &ST, const DagInit *Expr, RecSet &Elts, in apply() function 64 void apply(SetTheory &ST, const DagInit *Expr, RecSet &Elts, in apply() function 83 void apply(SetTheory &ST, const DagInit *Expr, RecSet &Elts, in apply() function 159 void apply(SetTheory &ST, const DagInit *Expr, RecSet &Elts, in apply() function 178 void apply(SetTheory &ST, const DagInit *Expr, RecSet &Elts, in apply() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 415 void apply(Option &O) const { O.setDescription(Desc); } in apply() function 424 void apply(Option &O) const { O.setValueStr(Desc); } in apply() function 434 template <class Opt> void apply(Opt &O) const { O.setInitialValue(Init); } in apply() function 441 template <class Opt> void apply(Opt &O) const { O.setInitialValues(Inits); } in apply() function 461 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); } in apply() function 474 template <class Opt> void apply(Opt &O) const { O.addCategory(Category); } in apply() function 485 template <class Opt> void apply(Opt &O) const { in apply() function 501 template <typename Opt> void apply(Opt &O) const { O.setCallback(CB); } in apply() function
|
| H A D | Error.h | 860 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { in apply() function 874 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { in apply() function 890 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { in apply() function 906 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { in apply() function
|
| /freebsd/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf_reloc.c | 32 dwarf_set_reloc_application(int apply) in dwarf_set_reloc_application()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUIGroupLP.cpp | 98 apply(const SUnit *, const ArrayRef<SUnit *>, in apply() function in __anon5d856e630111::InstructionRule 920 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() function in __anon5d856e630111::MFMAExpInterleaveOpt::IsPipeExp 953 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() function in __anon5d856e630111::MFMAExpInterleaveOpt::EnablesNthMFMA 993 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() function in __anon5d856e630111::MFMAExpInterleaveOpt::EnablesNthMFMAInChain 1042 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() function in __anon5d856e630111::MFMAExpInterleaveOpt::LessThanNSuccs 1082 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() function in __anon5d856e630111::MFMAExpInterleaveOpt::GreaterThanOrEqualToNSuccs 1116 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() function in __anon5d856e630111::MFMAExpInterleaveOpt::IsCvt 1129 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() function in __anon5d856e630111::MFMAExpInterleaveOpt::IsFMA 1141 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() function in __anon5d856e630111::MFMAExpInterleaveOpt::IsPipeAdd 1156 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() function in __anon5d856e630111::MFMAExpInterleaveOpt::IsSuccOfPrevNthGroup [all …]
|
| H A D | AMDGPUExportClustering.cpp | 107 void ExportClustering::apply(ScheduleDAGInstrs *DAG) { in apply() function in __anon2de298330111::ExportClustering
|
| H A D | GCNVOPDUtils.cpp | 229 void apply(ScheduleDAGInstrs *DAG) override { in apply() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | PBQPRAConstraint.h | 58 void apply(PBQPRAGraph &G) override { in apply() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVVectorMaskDAGMutation.cpp | 68 void apply(ScheduleDAGInstrs *DAG) override { in apply() function in llvm::RISCVVectorMaskDAGMutation
|
| /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
|
| /freebsd/sys/dev/sound/pcm/ |
| H A D | feeder_volume.c | 96 feed_volume_t apply; member 110 feed_volume_t apply; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.cpp | 245 void HexagonSubtarget::UsrOverflowMutation::apply(ScheduleDAGInstrs *DAG) { in apply() function in HexagonSubtarget::UsrOverflowMutation 258 void HexagonSubtarget::HVXMemLatencyMutation::apply(ScheduleDAGInstrs *DAG) { in apply() function in HexagonSubtarget::HVXMemLatencyMutation 309 void HexagonSubtarget::CallMutation::apply(ScheduleDAGInstrs *DAGInstrs) { in apply() function in HexagonSubtarget::CallMutation 379 void HexagonSubtarget::BankConflictMutation::apply(ScheduleDAGInstrs *DAG) { in apply() function in HexagonSubtarget::BankConflictMutation
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StdLibraryFunctionsChecker.cpp | 557 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call, in apply() function in __anon4d759d9c0111::StdLibraryFunctionsChecker::ResetErrnoConstraint 570 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call, in apply() function in __anon4d759d9c0111::StdLibraryFunctionsChecker::NoErrnoConstraint 583 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call, in apply() function in __anon4d759d9c0111::StdLibraryFunctionsChecker::FailureErrnoConstraint 601 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call, in apply() function in __anon4d759d9c0111::StdLibraryFunctionsChecker::SuccessErrnoConstraint 618 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call, in apply() function in __anon4d759d9c0111::StdLibraryFunctionsChecker::ErrnoMustBeCheckedConstraint 1035 ProgramStateRef StdLibraryFunctionsChecker::RangeConstraint::apply( in apply() function in StdLibraryFunctionsChecker::RangeConstraint 1130 ProgramStateRef StdLibraryFunctionsChecker::ComparisonConstraint::apply( in apply() function in StdLibraryFunctionsChecker::ComparisonConstraint 1152 ProgramStateRef StdLibraryFunctionsChecker::NullnessConstraint::apply( in apply() function in StdLibraryFunctionsChecker::NullnessConstraint 1186 ProgramStateRef StdLibraryFunctionsChecker::BufferNullnessConstraint::apply( in apply() function in StdLibraryFunctionsChecker::BufferNullnessConstraint 1236 ProgramStateRef StdLibraryFunctionsChecker::BufferSizeConstraint::apply( in apply() function in StdLibraryFunctionsChecker::BufferSizeConstraint
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MacroFusion.cpp | 180 void MacroFusion::apply(ScheduleDAGInstrs *DAG) { in apply() function in MacroFusion
|
| H A D | RegAllocPBQP.cpp | 189 void apply(PBQPRAGraph &G) override { in apply() function in __anonda0ac5d00111::SpillCosts 301 void apply(PBQPRAGraph &G) override { in apply() function in __anonda0ac5d00111::Interference 434 void apply(PBQPRAGraph &G) override { in apply() function in __anonda0ac5d00111::Coalescing
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FileUtilities.cpp | 284 Error FilePermissionsApplier::apply( in apply() function in FilePermissionsApplier
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_buffer_queue.h | 255 template <class F> void apply(F Fn) XRAY_NEVER_INSTRUMENT { in apply() function
|
| /freebsd/contrib/kyua/engine/ |
| H A D | atf_result.cpp | 419 engine::atf_result::apply(const optional< process::status >& status) in apply() function in engine::atf_result
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileInference.h | 163 void SampleProfileInference<BT>::apply(BlockWeightMap &BlockWeights, in apply() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64PBQPRegAlloc.cpp | 319 void A57ChainingConstraint::apply(PBQPRAGraph &G) { in apply() function in A57ChainingConstraint
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.cpp | 193 LegalizeActionStep LegalizeRuleSet::apply(const LegalityQuery &Query) const { in apply() function in LegalizeRuleSet
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | OutputSections.cpp | 170 void SectionDescriptor::apply(uint64_t PatchOffset, dwarf::Form AttrForm, in apply() function in SectionDescriptor
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | debugfs.c | 119 struct iwl_mld_sniffer_apply *apply = data; in iwl_mld_sniffer_apply() local 134 struct iwl_mld_sniffer_apply apply = { in iwl_dbgfs_he_sniffer_params_write() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.cpp | 102 Error BasicLayout::apply() { in apply() function in llvm::jitlink::BasicLayout
|