Searched refs:getDefault (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DRegAllocRegistry.h51 static FunctionPassCtor getDefault() { function in class:llvm::RegisterRegAlloc
52 return (FunctionPassCtor)Registry.getDefault();
H A DSchedulerRegistry.h55 static FunctionPassCtor getDefault() { function in class:llvm::RegisterScheduler
56 return (FunctionPassCtor)Registry.getDefault();
H A DMachinePassRegistry.h100 MachinePassCtor getDefault() { return Default; } function in class:llvm::MachinePassRegistry
H A DMachineScheduler.h89 static ScheduleDAGCtor getDefault() { function in class:llvm::MachineSchedRegistry
90 return (ScheduleDAGCtor)Registry.getDefault();
/freebsd-10.0-release/contrib/llvm/include/llvm/Transforms/
H A DInstrumentation.h35 static GCOVOptions getDefault();
59 GCOVOptions::getDefault());
/freebsd-10.0-release/sys/netgraph/
H A Dng_parse.h198 * or, if NULL, inherited from the super-type. The 'getDefault' method
276 * The 'getDefault' method may always be omitted (even if there is no
286 ng_getDefault_t *getDefault; /* get default value method */ member in struct:ng_parse_type
321 * Default value: As returned by getDefault for each index
340 ng_parse_array_getDefault_t *getDefault; member in struct:ng_parse_fixedarray_info
366 ng_parse_array_getDefault_t *getDefault; member in struct:ng_parse_array_info
H A Dng_parse.c171 ng_getDefault_t *const func = METHOD(type, getDefault);
1483 if (ai->getDefault != NULL) {
1484 return (*ai->getDefault)(type,
1493 if (*fi->getDefault != NULL) {
1494 return (*fi->getDefault)(type,
1505 func = METHOD(etype, getDefault);
1890 while (t != NULL && t->getDefault == NULL)
1892 return (t ? t->getDefault : NULL);
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h1086 const OptionValue<DataType> &getDefault() const { return Default; } function in class:llvm::cl::opt_storage
1108 const OptionValue<DataType> &getDefault() const { return Default; } function in class:llvm::cl::opt_storage
1134 const OptionValue<DataType> &getDefault() const { return Default; } function in class:llvm::cl::opt_storage
1178 if (Force || this->getDefault().compare(this->getValue())) {
1180 *this, Parser, this->getValue(), this->getDefault(), GlobalWidth);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DPasses.cpp638 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault();
H A DMachineScheduler.cpp219 Ctor = MachineSchedRegistry::getDefault();
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp48 GCOVOptions GCOVOptions::getDefault() { function in class:GCOVOptions
68 GCOVProfiler() : ModulePass(ID), Options(GCOVOptions::getDefault()) {
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1348 RegisterScheduler::FunctionPassCtor Ctor = RegisterScheduler::getDefault();

Completed in 233 milliseconds