| /freebsd-14.2/sys/netgraph/ |
| H A D | ng_parse.h | 284 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 D | ng_parse.c | 170 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 D | RegAllocRegistry.h | 52 static FunctionPassCtor getDefault() { return Registry.getDefault(); } in getDefault() function
|
| H A D | MachinePassRegistry.h | 87 PassCtorTy getDefault() { return Default; } in getDefault() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | GCOVProfiler.h | 22 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(Options) { } in GCOVOpts()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | ProfileList.h | 52 ExclusionType getDefault(CodeGenOptions::ProfileInstrKind Kind) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/ |
| H A D | Instrumentation.h | 60 static GCOVOptions getDefault();
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 1370 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 D | ProfileList.cpp | 89 ProfileList::getDefault(CodeGenOptions::ProfileInstrKind Kind) const { in getDefault() function in ProfileList
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetMachine.cpp | 313 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 D | FloatingPointMode.h | 110 static constexpr DenormalMode getDefault() { in getDefault() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetMachine.cpp | 118 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 D | TargetPassConfig.cpp | 1330 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 D | GCOVProfiling.cpp | 75 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 D | CGCall.cpp | 1867 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 D | CodeGenModule.cpp | 3448 return ProfileList.getDefault(Kind); in isFunctionBlockedByProfileList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 8908 if (Known.Mode == DenormalMode::getDefault()) { in manifest()
|