Home
last modified time | relevance | path

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

/freebsd/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.c169 ng_getDefault_t *const func = METHOD(type, getDefault); in ng_parse_getDefault()
1484 if (ai->getDefault != NULL) { in ng_get_composite_elem_default()
1485 return (*ai->getDefault)(type, in ng_get_composite_elem_default()
1494 if (*fi->getDefault != NULL) { in ng_get_composite_elem_default()
1495 return (*fi->getDefault)(type, in ng_get_composite_elem_default()
1506 func = METHOD(etype, getDefault); in ng_get_composite_elem_default()
1891 while (t != NULL && t->getDefault == NULL) in ng_get_getDefault_method()
1893 return (t ? t->getDefault : NULL); in ng_get_getDefault_method()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DGCOVProfiler.h23 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(Options) { } in GCOVOpts()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DProfileList.h52 ExclusionType getDefault(llvm::driver::ProfileInstrKind Kind) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h1369 const OptionValue<DataType> &getDefault() const { return Default; }
1390 const OptionValue<DataType> &getDefault() const { return Default; }
1414 const OptionValue<DataType> &getDefault() const { return Default; }
1462 if (Force || !this->getDefault().compare(this->getValue())) {
1464 this->getDefault(), GlobalWidth);
1470 const OptionValue<DataType> &V = this->getDefault();
1559 const std::vector<OptionValue<DataType>> &getDefault() const {
1649 const std::vector<OptionValue<DataType>> &getDefault() const {
1708 for (auto &Val : list_storage<DataType, StorageClass>::getDefault())
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstrumentation.h65 LLVM_ABI static GCOVOptions getDefault();
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp89 ProfileList::getDefault(llvm::driver::ProfileInstrKind Kind) const { in getDefault() function in ProfileList
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h111 static constexpr DenormalMode getDefault() { in getDefault() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp198 RegisterRegAlloc::FunctionPassCtor Ctor = SGPRRegisterRegAlloc::getDefault(); in initializeDefaultSGPRRegisterAllocatorOnce()
207 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in initializeDefaultVGPRRegisterAllocatorOnce()
216 RegisterRegAlloc::FunctionPassCtor Ctor = WWMRegisterRegAlloc::getDefault(); in initializeDefaultWWMRegisterAllocatorOnce()
1592 RegisterRegAlloc::FunctionPassCtor Ctor = SGPRRegisterRegAlloc::getDefault(); in createSGPRAllocPass()
1607 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in createVGPRAllocPass()
1622 RegisterRegAlloc::FunctionPassCtor Ctor = WWMRegisterRegAlloc::getDefault(); in createWWMRegAllocPass()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp359 RegisterRegAlloc::FunctionPassCtor Ctor = RVVRegisterRegAlloc::getDefault(); in initializeDefaultRVVRegisterAllocatorOnce()
441 RegisterRegAlloc::FunctionPassCtor Ctor = RVVRegisterRegAlloc::getDefault(); in createRVVRegAllocPass()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1365 if (!RegisterRegAlloc::getDefault()) in initializeDefaultRegisterAllocatorOnce()
1398 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in createRegAllocPass()
/freebsd/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/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1942 if (FPDenormalMode != llvm::DenormalMode::getDefault()) in addDenormalModeAttrs()
2187 if (Merged == llvm::DenormalMode::getDefault()) { in mergeDefaultFunctionDefinitionAttributes()
2195 if (MergedF32 == llvm::DenormalMode::getDefault()) { in mergeDefaultFunctionDefinitionAttributes()
H A DCodeGenModule.cpp3734 return ProfileList.getDefault(Kind); in isFunctionBlockedByProfileList()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8984 if (Known.Mode == DenormalMode::getDefault()) { in manifest()