/freebsd-src/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-src/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
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 440 template <class Opt> void apply(Opt &O) const { O.setInitialValues(Inits); } in apply() function 421 void apply(Option &O) const { O.setDescription(Desc); } apply() function 430 void apply(Option &O) const { O.setValueStr(Desc); } apply() function 447 template <class Opt> void apply(Opt &O) const { O.setInitialValues(Inits); } apply() function 467 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); } apply() function 480 template <class Opt> void apply(Opt &O) const { O.addCategory(Category); } apply() function 491 template <class Opt> void apply(Opt &O) const { apply() function 507 template <typename Opt> void apply(Opt &O) const { O.setCallback(CB); } apply() function [all...] |
H A D | Error.h | 840 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { apply() function 854 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { apply() function 870 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { apply() function 886 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { apply() function
|
/freebsd-src/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_reloc.c | 32 dwarf_set_reloc_application(int apply) in dwarf_set_reloc_application()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | PBQPRAConstraint.h | 52 void apply(PBQPRAGraph &G) override { in apply() function
|
/freebsd-src/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-src/sys/dev/sound/pcm/ |
H A D | feeder_volume.c | 97 feed_volume_t apply; member 111 feed_volume_t apply; member
|
H A D | feeder_matrix.c | 72 feed_matrix_t apply; member 204 feed_matrix_t apply; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.cpp | 250 void HexagonSubtarget::UsrOverflowMutation::apply(ScheduleDAGInstrs *DAG) { apply() function in HexagonSubtarget::UsrOverflowMutation 263 void HexagonSubtarget::HVXMemLatencyMutation::apply(ScheduleDAGInstrs *DAG) { apply() function in HexagonSubtarget::HVXMemLatencyMutation 314 void HexagonSubtarget::CallMutation::apply(ScheduleDAGInstrs *DAGInstrs) { apply() function in HexagonSubtarget::CallMutation 382 void HexagonSubtarget::BankConflictMutation::apply(ScheduleDAGInstrs *DAG) { apply() function in HexagonSubtarget::BankConflictMutation
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUIGroupLP.cpp | 99 apply(const SUnit *, const ArrayRef<SUnit *>, in apply() function in __anond089bb350111::InstructionRule 912 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, apply() function in __anond089bb350111::MFMASmallGemmSingleWaveOpt::EnablesInitialMFMA 945 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, apply() function in __anond089bb350111::MFMASmallGemmSingleWaveOpt::IsPermForDSW 983 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, apply() function in __anond089bb350111::MFMASmallGemmSingleWaveOpt::IsSuccOfPrevGroup 1015 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, apply() function in __anond089bb350111::MFMASmallGemmSingleWaveOpt::VMEMSize 1056 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, apply() function in __anond089bb350111::MFMASmallGemmSingleWaveOpt::SharesPredWithPrevNthGroup 1600 void IGroupLPDAGMutation::apply(ScheduleDAGInstrs *DAGInstrs) { apply() function in __anond089bb350111::IGroupLPDAGMutation [all...] |
H A D | AMDGPUExportClustering.cpp | 108 void ExportClustering::apply(ScheduleDAGInstrs *DAG) { in apply() function in __anone48797050111::ExportClustering
|
H A D | GCNVOPDUtils.cpp | 157 void apply(ScheduleDAGInstrs *DAG) override { in apply() function
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 557 ProgramStateRef apply(ProgramStateRe function in __anon46c7ee2e0111::StdLibraryFunctionsChecker::ResetErrnoConstraint 570 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call, apply() function in __anon46c7ee2e0111::StdLibraryFunctionsChecker::NoErrnoConstraint 583 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call, apply() function in __anon46c7ee2e0111::StdLibraryFunctionsChecker::FailureErrnoConstraint 603 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call, apply() function in __anon46c7ee2e0111::StdLibraryFunctionsChecker::SuccessErrnoConstraint 620 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call, apply() function in __anon46c7ee2e0111::StdLibraryFunctionsChecker::ErrnoMustBeCheckedConstraint 1037 ProgramStateRef StdLibraryFunctionsChecker::RangeConstraint::apply( apply() function in StdLibraryFunctionsChecker::RangeConstraint 1132 ProgramStateRef StdLibraryFunctionsChecker::ComparisonConstraint::apply( apply() function in StdLibraryFunctionsChecker::ComparisonConstraint 1154 ProgramStateRef StdLibraryFunctionsChecker::NotNullConstraint::apply( apply() function in StdLibraryFunctionsChecker::NotNullConstraint 1187 ProgramStateRef StdLibraryFunctionsChecker::NotNullBufferConstraint::apply( apply() function in StdLibraryFunctionsChecker::NotNullBufferConstraint 1235 ProgramStateRef StdLibraryFunctionsChecker::BufferSizeConstraint::apply( apply() function in StdLibraryFunctionsChecker::BufferSizeConstraint [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MacroFusion.cpp | 168 void MacroFusion::apply(ScheduleDAGInstrs *DAG) { in apply() function in MacroFusion
|
H A D | RegAllocPBQP.cpp | 192 void apply(PBQPRAGraph &G) override { in apply() function in __anonbe0060a20111::SpillCosts 304 void apply(PBQPRAGraph &G) override { in apply() function in __anonbe0060a20111::Interference 437 void apply(PBQPRAGraph &G) override { in apply() function in __anonbe0060a20111::Coalescing
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | FileUtilities.cpp | 284 Error FilePermissionsApplier::apply( in apply() function in FilePermissionsApplier
|
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SampleProfileInference.h | 163 void SampleProfileInference<BT>::apply(BlockWeightMap &BlockWeights, in apply() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PBQPRegAlloc.cpp | 326 void A57ChainingConstraint::apply(PBQPRAGraph &G) { apply() function in A57ChainingConstraint
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.cpp | 186 LegalizeActionStep LegalizeRuleSet::apply(const LegalityQuery &Query) const { apply() function in LegalizeRuleSet
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | OutputSections.cpp | 171 void SectionDescriptor::apply(uint64_t PatchOffset, dwarf::Form AttrForm, in apply() function in SectionDescriptor
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.cpp | 102 Error BasicLayout::apply() { in apply() function in llvm::jitlink::BasicLayout
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | wrapper_function_utils.h | 164 static WrapperFunctionResult apply(HandlerT &&H, const char *ArgData, in apply() function
|