Home
last modified time | relevance | path

Searched defs:apply (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DFDRRecords.cpp18 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 DSetTheory.cpp40 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 DCommandLine.h415 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 DError.h860 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 Ddwarf_reloc.c32 dwarf_set_reloc_application(int apply) in dwarf_set_reloc_application()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp98 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 DAMDGPUExportClustering.cpp107 void ExportClustering::apply(ScheduleDAGInstrs *DAG) { in apply() function in __anon2de298330111::ExportClustering
H A DGCNVOPDUtils.cpp229 void apply(ScheduleDAGInstrs *DAG) override { in apply() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPBQPRAConstraint.h58 void apply(PBQPRAGraph &G) override { in apply() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVVectorMaskDAGMutation.cpp68 void apply(ScheduleDAGInstrs *DAG) override { in apply() function in llvm::RISCVVectorMaskDAGMutation
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h37 void apply(llvm::APSInt &Value) const { in apply() function
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_volume.c96 feed_volume_t apply; member
110 feed_volume_t apply; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp245 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 DStdLibraryFunctionsChecker.cpp557 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 DMacroFusion.cpp180 void MacroFusion::apply(ScheduleDAGInstrs *DAG) { in apply() function in MacroFusion
H A DRegAllocPBQP.cpp189 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 DFileUtilities.cpp284 Error FilePermissionsApplier::apply( in apply() function in FilePermissionsApplier
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h255 template <class F> void apply(F Fn) XRAY_NEVER_INSTRUMENT { in apply() function
/freebsd/contrib/kyua/engine/
H A Datf_result.cpp419 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 DSampleProfileInference.h163 void SampleProfileInference<BT>::apply(BlockWeightMap &BlockWeights, in apply() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp319 void A57ChainingConstraint::apply(PBQPRAGraph &G) { in apply() function in A57ChainingConstraint
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp193 LegalizeActionStep LegalizeRuleSet::apply(const LegalityQuery &Query) const { in apply() function in LegalizeRuleSet
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp170 void SectionDescriptor::apply(uint64_t PatchOffset, dwarf::Form AttrForm, in apply() function in SectionDescriptor
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Ddebugfs.c119 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 DJITLinkMemoryManager.cpp102 Error BasicLayout::apply() { in apply() function in llvm::jitlink::BasicLayout

12