/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 | 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/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
|
H A D | Error.h | 847 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { in apply() function 861 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { in apply() function 877 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { in apply() function 893 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 | 99 apply(const SUnit *, const ArrayRef<SUnit *>, in apply() function in __anon5d856e630111::InstructionRule 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 1183 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() function in __anon5d856e630111::MFMAExpInterleaveOpt::IsSuccOfPrevNthGroup [all …]
|
H A D | AMDGPUExportClustering.cpp | 108 void ExportClustering::apply(ScheduleDAGInstrs *DAG) { in apply() function in __anon2de298330111::ExportClustering
|
H A D | GCNVOPDUtils.cpp | 151 void apply(ScheduleDAGInstrs *DAG) override { apply() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | PBQPRAConstraint.h | 52 void apply(PBQPRAGraph &G) override { in apply() function
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_volume.c | 102 feed_volume_t apply; member 116 feed_volume_t apply; member
|
/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/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.cpp | 246 void HexagonSubtarget::UsrOverflowMutation::apply(ScheduleDAGInstrs *DAG) { in apply() function in HexagonSubtarget::UsrOverflowMutation 259 void HexagonSubtarget::HVXMemLatencyMutation::apply(ScheduleDAGInstrs *DAG) { in apply() function in HexagonSubtarget::HVXMemLatencyMutation 310 void HexagonSubtarget::CallMutation::apply(ScheduleDAGInstrs *DAGInstrs) { in apply() function in HexagonSubtarget::CallMutation 378 void HexagonSubtarget::BankConflictMutation::apply(ScheduleDAGInstrs *DAG) { in apply() function in HexagonSubtarget::BankConflictMutation
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MacroFusion.cpp | 153 void MacroFusion::apply(ScheduleDAGInstrs *DAG) { apply() function in MacroFusion
|
H A D | RegAllocPBQP.cpp | 192 void apply(PBQPRAGraph &G) override { in apply() function in __anonda0ac5d00111::SpillCosts 304 void apply(PBQPRAGraph &G) override { in apply() function in __anonda0ac5d00111::Interference 437 void apply(PBQPRAGraph &G) override { in apply() function in __anonda0ac5d00111::Coalescing
|
/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 603 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call, in apply() function in __anon4d759d9c0111::StdLibraryFunctionsChecker::SuccessErrnoConstraint 620 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call, in apply() function in __anon4d759d9c0111::StdLibraryFunctionsChecker::ErrnoMustBeCheckedConstraint 1037 ProgramStateRef StdLibraryFunctionsChecker::RangeConstraint::apply( in apply() function in StdLibraryFunctionsChecker::RangeConstraint 1132 ProgramStateRef StdLibraryFunctionsChecker::ComparisonConstraint::apply( in apply() function in StdLibraryFunctionsChecker::ComparisonConstraint 1154 ProgramStateRef StdLibraryFunctionsChecker::NotNullConstraint::apply( in apply() function in StdLibraryFunctionsChecker::NotNullConstraint 1187 ProgramStateRef StdLibraryFunctionsChecker::NotNullBufferConstraint::apply( in apply() function in StdLibraryFunctionsChecker::NotNullBufferConstraint 1235 ProgramStateRef StdLibraryFunctionsChecker::BufferSizeConstraint::apply( in apply() function in StdLibraryFunctionsChecker::BufferSizeConstraint
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FileUtilities.cpp | 284 Error FilePermissionsApplier::apply( in apply() function in FilePermissionsApplier
|
/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/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/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 | 321 void A57ChainingConstraint::apply(PBQPRAGraph &G) { in apply() function in A57ChainingConstraint
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.cpp | 187 LegalizeActionStep LegalizeRuleSet::apply(const LegalityQuery &Query) const { in apply() function in LegalizeRuleSet
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.cpp | 102 Error BasicLayout::apply() { in apply() function in llvm::jitlink::BasicLayout
|
/freebsd/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
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 1572 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() function in Intrinsic::DagEmitter::emitDagShuffle::LowHalf 1582 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() function in Intrinsic::DagEmitter::emitDagShuffle::HighHalf 1596 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() function in Intrinsic::DagEmitter::emitDagShuffle::Rev
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | BitVector.h | 552 static BitVector &apply(F &&f, BitVector &Out, BitVector const &Arg, in apply() function
|