Home
last modified time | relevance | path

Searched refs:getDefault (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/sys/netgraph/
H A Dng_parse.h284 ng_getDefault_t *getDefault; /* get default value method */ member
338 ng_parse_array_getDefault_t *getDefault; member
364 ng_parse_array_getDefault_t *getDefault; member
H A Dng_parse.c170 ng_getDefault_t *const func = METHOD(type, getDefault); in ng_parse_getDefault()
1483 if (ai->getDefault != NULL) { in ng_get_composite_elem_default()
1484 return (*ai->getDefault)(type, in ng_get_composite_elem_default()
1493 if (*fi->getDefault != NULL) { in ng_get_composite_elem_default()
1494 return (*fi->getDefault)(type, in ng_get_composite_elem_default()
1505 func = METHOD(etype, getDefault); in ng_get_composite_elem_default()
1890 while (t != NULL && t->getDefault == NULL) in ng_get_getDefault_method()
1892 return (t ? t->getDefault : NULL); in ng_get_getDefault_method()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocRegistry.h52 static FunctionPassCtor getDefault() { return Registry.getDefault(); } in getDefault() function
H A DMachinePassRegistry.h87 PassCtorTy getDefault() { return Default; } in getDefault() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DGCOVProfiler.h22 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(Options) { } in GCOVOpts()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DProfileList.h52 ExclusionType getDefault(CodeGenOptions::ProfileInstrKind Kind) const;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h60 static GCOVOptions getDefault();
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h1370 const OptionValue<DataType> &getDefault() const { return Default; }
1391 const OptionValue<DataType> &getDefault() const { return Default; }
1415 const OptionValue<DataType> &getDefault() const { return Default; }
1463 if (Force || !this->getDefault().compare(this->getValue())) {
1465 this->getDefault(), GlobalWidth);
1471 const OptionValue<DataType> &V = this->getDefault();
1558 const std::vector<OptionValue<DataType>> &getDefault() const {
1648 const std::vector<OptionValue<DataType>> &getDefault() const {
1707 for (auto &Val : list_storage<DataType, StorageClass>::getDefault())
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp89 ProfileList::getDefault(CodeGenOptions::ProfileInstrKind Kind) const { in getDefault() function in ProfileList
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp313 RegisterRegAlloc::FunctionPassCtor Ctor = RVVRegisterRegAlloc::getDefault(); in initializeDefaultRVVRegisterAllocatorOnce()
417 RegisterRegAlloc::FunctionPassCtor Ctor = RVVRegisterRegAlloc::getDefault(); in createRVVRegAllocPass()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h110 static constexpr DenormalMode getDefault() { in getDefault() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp118 RegisterRegAlloc::FunctionPassCtor Ctor = SGPRRegisterRegAlloc::getDefault(); in initializeDefaultSGPRRegisterAllocatorOnce()
127 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in initializeDefaultVGPRRegisterAllocatorOnce()
1355 RegisterRegAlloc::FunctionPassCtor Ctor = SGPRRegisterRegAlloc::getDefault(); in createSGPRAllocPass()
1370 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in createVGPRAllocPass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1330 if (!RegisterRegAlloc::getDefault()) in initializeDefaultRegisterAllocatorOnce()
1363 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in createRegAllocPass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp75 GCOVOptions GCOVOptions::getDefault() { in getDefault() function in GCOVOptions
95 GCOVProfiler() : GCOVProfiler(GCOVOptions::getDefault()) {} in GCOVProfiler()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1867 if (FPDenormalMode != llvm::DenormalMode::getDefault()) in addDenormalModeAttrs()
2106 if (Merged == llvm::DenormalMode::getDefault()) { in mergeDefaultFunctionDefinitionAttributes()
2114 if (MergedF32 == llvm::DenormalMode::getDefault()) { in mergeDefaultFunctionDefinitionAttributes()
H A DCodeGenModule.cpp3448 return ProfileList.getDefault(Kind); in isFunctionBlockedByProfileList()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8908 if (Known.Mode == DenormalMode::getDefault()) { in manifest()