Home
last modified time | relevance | path

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

12

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp39 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 DCommandLine.h440 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 DError.h840 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 Ddwarf_reloc.c32 dwarf_set_reloc_application(int apply) in dwarf_set_reloc_application()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPBQPRAConstraint.h52 void apply(PBQPRAGraph &G) override { in apply() function
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h37 void apply(llvm::APSInt &Value) const { in apply() function
/freebsd-src/sys/dev/sound/pcm/
H A Dfeeder_volume.c97 feed_volume_t apply; member
111 feed_volume_t apply; member
H A Dfeeder_matrix.c72 feed_matrix_t apply; member
204 feed_matrix_t apply; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp250 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 DAMDGPUIGroupLP.cpp99 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 DAMDGPUExportClustering.cpp108 void ExportClustering::apply(ScheduleDAGInstrs *DAG) { in apply() function in __anone48797050111::ExportClustering
H A DGCNVOPDUtils.cpp157 void apply(ScheduleDAGInstrs *DAG) override { in apply() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp557 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 DMacroFusion.cpp168 void MacroFusion::apply(ScheduleDAGInstrs *DAG) { in apply() function in MacroFusion
H A DRegAllocPBQP.cpp192 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 DFileUtilities.cpp284 Error FilePermissionsApplier::apply( in apply() function in FilePermissionsApplier
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h163 void SampleProfileInference<BT>::apply(BlockWeightMap &BlockWeights, in apply() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp326 void A57ChainingConstraint::apply(PBQPRAGraph &G) { apply() function in A57ChainingConstraint
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp186 LegalizeActionStep LegalizeRuleSet::apply(const LegalityQuery &Query) const { apply() function in LegalizeRuleSet
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp171 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 DJITLinkMemoryManager.cpp102 Error BasicLayout::apply() { in apply() function in llvm::jitlink::BasicLayout
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h164 static WrapperFunctionResult apply(HandlerT &&H, const char *ArgData, in apply() function

12