Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DGCOVProfiler.h22 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(Options) { } in GCOVOpts()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DProfileList.h52 ExclusionType getDefault(CodeGenOptions::ProfileInstrKind Kind) const;
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/
H A DInstrumentation.h55 static GCOVOptions getDefault();
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h1352 const OptionValue<DataType> &getDefault() const { return Default; }
1373 const OptionValue<DataType> &getDefault() const { return Default; }
1397 const OptionValue<DataType> &getDefault() const { return Default; }
1445 if (Force || this->getDefault().compare(this->getValue())) {
1447 this->getDefault(), GlobalWidth);
1454 const OptionValue<DataType> &V = this->getDefault();
1542 const std::vector<OptionValue<DataType>> &getDefault() const {
1632 const std::vector<OptionValue<DataType>> &getDefault() const {
1691 for (auto &Val : list_storage<DataType, StorageClass>::getDefault())
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DTarget.h171 static const ExegesisTarget &getDefault();
H A DLlvmState.cpp69 TripleName.empty() ? &ExegesisTarget::getDefault() in Create()
H A DTarget.cpp187 const ExegesisTarget &ExegesisTarget::getDefault() { in getDefault() function in llvm::exegesis::ExegesisTarget
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DProfileList.cpp89 ProfileList::getDefault(CodeGenOptions::ProfileInstrKind Kind) const { in getDefault() function in ProfileList
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp116 RegisterRegAlloc::FunctionPassCtor Ctor = SGPRRegisterRegAlloc::getDefault(); in initializeDefaultSGPRRegisterAllocatorOnce()
125 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in initializeDefaultVGPRRegisterAllocatorOnce()
1294 RegisterRegAlloc::FunctionPassCtor Ctor = SGPRRegisterRegAlloc::getDefault(); in createSGPRAllocPass()
1309 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in createVGPRAllocPass()
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Ddsl.py686 getDefault = lambda: self._default(config) if callable(self._default) else self._default function
691 value = getDefault()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1345 if (!RegisterRegAlloc::getDefault()) in initializeDefaultRegisterAllocatorOnce()
1378 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in createRegAllocPass()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp75 GCOVOptions GCOVOptions::getDefault() { in getDefault() function in GCOVOptions
95 GCOVProfiler() : GCOVProfiler(GCOVOptions::getDefault()) {} in GCOVProfiler()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp3046 return ProfileList.getDefault(Kind); in isFunctionBlockedByProfileList()