/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 | 170 ng_getDefault_t *const func = METHOD(type, getDefault); in ng_parse_getDefault() 1485 if (ai->getDefault != NULL) { in ng_get_composite_elem_default() 1486 return (*ai->getDefault)(type, in ng_get_composite_elem_default() 1495 if (*fi->getDefault != NULL) { in ng_get_composite_elem_default() 1496 return (*fi->getDefault)(type, in ng_get_composite_elem_default() 1507 func = METHOD(etype, getDefault); in ng_get_composite_elem_default() 1892 while (t != NULL && t->getDefault == NULL) in ng_get_getDefault_method() 1894 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 | 22 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(CodeGenOptions::ProfileInstrKind Kind) const;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 1363 const OptionValue<DataType> &getDefault() const { return Default; } 1384 const OptionValue<DataType> &getDefault() const { return Default; } 1408 const OptionValue<DataType> &getDefault() const { return Default; } 1456 if (Force || !this->getDefault().compare(this->getValue())) { 1458 this->getDefault(), GlobalWidth); 1464 const OptionValue<DataType> &V = this->getDefault(); 1551 const std::vector<OptionValue<DataType>> &getDefault() const { 1641 const std::vector<OptionValue<DataType>> &getDefault() const { 1700 for (auto &Val : list_storage<DataType, StorageClass>::getDefault())
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/ |
H A D | Instrumentation.h | 60 static GCOVOptions getDefault();
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetMachine.cpp | 302 RegisterRegAlloc::FunctionPassCtor Ctor = RVVRegisterRegAlloc::getDefault(); in initializeDefaultRVVRegisterAllocatorOnce() 388 RegisterRegAlloc::FunctionPassCtor Ctor = RVVRegisterRegAlloc::getDefault(); in createRVVRegAllocPass()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | FloatingPointMode.h | 110 static constexpr DenormalMode getDefault() { in getDefault() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetMachine.cpp | 126 RegisterRegAlloc::FunctionPassCtor Ctor = SGPRRegisterRegAlloc::getDefault(); in initializeDefaultSGPRRegisterAllocatorOnce() 135 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in initializeDefaultVGPRRegisterAllocatorOnce() 1381 RegisterRegAlloc::FunctionPassCtor Ctor = SGPRRegisterRegAlloc::getDefault(); in createSGPRAllocPass() 1396 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in createVGPRAllocPass()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetPassConfig.cpp | 1341 if (!RegisterRegAlloc::getDefault()) in initializeDefaultRegisterAllocatorOnce() 1374 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 | 1845 if (FPDenormalMode != llvm::DenormalMode::getDefault()) in addDenormalModeAttrs() 2088 if (Merged == llvm::DenormalMode::getDefault()) { in mergeDefaultFunctionDefinitionAttributes() 2096 if (MergedF32 == llvm::DenormalMode::getDefault()) { in mergeDefaultFunctionDefinitionAttributes()
|
H A D | CodeGenModule.cpp | 3482 return ProfileList.getDefault(Kind); in isFunctionBlockedByProfileList()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 8923 if (Known.Mode == DenormalMode::getDefault()) { in manifest()
|