| /freebsd/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 | 169 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 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/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | GCOVProfiler.h | 23 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(Options) { } in GCOVOpts()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | ProfileList.h | 52 ExclusionType getDefault(llvm::driver::ProfileInstrKind Kind) const;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 1369 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 D | Instrumentation.h | 65 LLVM_ABI static GCOVOptions getDefault();
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | ProfileList.cpp | 89 ProfileList::getDefault(llvm::driver::ProfileInstrKind Kind) const { in getDefault() function in ProfileList
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | FloatingPointMode.h | 111 static constexpr DenormalMode getDefault() { in getDefault() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetMachine.cpp | 198 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 D | RISCVTargetMachine.cpp | 359 RegisterRegAlloc::FunctionPassCtor Ctor = RVVRegisterRegAlloc::getDefault(); in initializeDefaultRVVRegisterAllocatorOnce() 441 RegisterRegAlloc::FunctionPassCtor Ctor = RVVRegisterRegAlloc::getDefault(); in createRVVRegAllocPass()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetPassConfig.cpp | 1365 if (!RegisterRegAlloc::getDefault()) in initializeDefaultRegisterAllocatorOnce() 1398 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in createRegAllocPass()
|
| /freebsd/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/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1942 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 D | CodeGenModule.cpp | 3734 return ProfileList.getDefault(Kind); in isFunctionBlockedByProfileList()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 8984 if (Known.Mode == DenormalMode::getDefault()) { in manifest()
|