Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DGCOVProfiler.h22 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(Options) { } in GCOVOpts()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DProfileList.h39 bool getDefault() const { return Default; } in getDefault() function
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.cpp38 TheExegesisTarget = &ExegesisTarget::getDefault(); in LLVMState()
H A DTarget.h165 static const ExegesisTarget &getDefault();
H A DTarget.cpp171 const ExegesisTarget &ExegesisTarget::getDefault() { in getDefault() function in llvm::exegesis::ExegesisTarget
/llvm-project-15.0.7/llvm/include/llvm/Transforms/
H A DInstrumentation.h56 static GCOVOptions getDefault();
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h1334 const OptionValue<DataType> &getDefault() const { return Default; }
1355 const OptionValue<DataType> &getDefault() const { return Default; }
1379 const OptionValue<DataType> &getDefault() const { return Default; }
1427 if (Force || this->getDefault().compare(this->getValue())) {
1429 this->getDefault(), GlobalWidth);
1436 const OptionValue<DataType> &V = this->getDefault();
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp114 RegisterRegAlloc::FunctionPassCtor Ctor = SGPRRegisterRegAlloc::getDefault(); in initializeDefaultSGPRRegisterAllocatorOnce()
123 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in initializeDefaultVGPRRegisterAllocatorOnce()
1331 RegisterRegAlloc::FunctionPassCtor Ctor = SGPRRegisterRegAlloc::getDefault(); in createSGPRAllocPass()
1346 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in createVGPRAllocPass()
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Ddsl.py686 getDefault = lambda: self._default(config) if callable(self._default) else self._default function
691 value = getDefault()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1367 if (!RegisterRegAlloc::getDefault()) in initializeDefaultRegisterAllocatorOnce()
1400 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in createRegAllocPass()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp75 GCOVOptions GCOVOptions::getDefault() { in getDefault() function in GCOVOptions
95 GCOVProfiler() : GCOVProfiler(GCOVOptions::getDefault()) {} in GCOVProfiler()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp2920 return ProfileList.getDefault(); in isFunctionBlockedByProfileList()