Home
last modified time | relevance | path

Searched defs:Priority (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNMinRegStrategy.cpp26 int Priority; member
177 void GCNMinRegScheduler::bumpPredsPriority(const SUnit *SchedSU, int Priority) { in bumpPredsPriority()
213 void GCNMinRegScheduler::releaseSuccessors(const SUnit* SU, int Priority) { in releaseSuccessors()
H A DSIProgramInfo.h31 uint32_t Priority = 0; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerGlobalDtors.cpp105 auto *Priority = dyn_cast<ConstantInt>(CS->getOperand(0)); runImpl() local
168 uint16_t Priority = PriorityAndMore.first; runImpl() local
H A DModuleUtils.cpp29 appendToGlobalArray(StringRef ArrayName,Module & M,Function * F,int Priority,Constant * Data) appendToGlobalArray() argument
73 appendToGlobalCtors(Module & M,Function * F,int Priority,Constant * Data) appendToGlobalCtors() argument
77 appendToGlobalDtors(Module & M,Function * F,int Priority,Constant * Data) appendToGlobalDtors() argument
443 const int Priority = 10; lowerGlobalIFuncUsersAsGlobalCtor() local
H A DCtorUtils.cpp130 const uint32_t Priority = Ctors[CtorIndex].first; in optimizeGlobalCtorsList() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h61 int Priority; member
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1076 getStaticStructorSection(MCContext & Ctx,bool UseInitArray,bool IsCtor,unsigned Priority,const MCSymbol * KeySym) getStaticStructorSection() argument
1114 getStaticCtorSection(unsigned Priority,const MCSymbol * KeySym) const getStaticCtorSection() argument
1120 getStaticDtorSection(unsigned Priority,const MCSymbol * KeySym) const getStaticDtorSection() argument
1219 getStaticDtorSection(unsigned Priority,const MCSymbol * KeySym) const getStaticDtorSection() argument
1955 getCOFFStaticStructorSection(MCContext & Ctx,const Triple & T,bool IsCtor,unsigned Priority,const MCSymbol * KeySym,MCSectionCOFF * Default) getCOFFStaticStructorSection() argument
2005 getStaticCtorSection(unsigned Priority,const MCSymbol * KeySym) const getStaticCtorSection() argument
2012 getStaticDtorSection(unsigned Priority,const MCSymbol * KeySym) const getStaticDtorSection() argument
2275 getStaticCtorSection(unsigned Priority,const MCSymbol * KeySym) const getStaticCtorSection() argument
2283 getStaticDtorSection(unsigned Priority,const MCSymbol * KeySym) const getStaticDtorSection() argument
2572 getStaticCtorSection(unsigned Priority,const MCSymbol * KeySym) const getStaticCtorSection() argument
2577 getStaticDtorSection(unsigned Priority,const MCSymbol * KeySym) const getStaticDtorSection() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h176 virtual MCSection *getStaticCtorSection(unsigned Priority, in getStaticCtorSection()
181 virtual MCSection *getStaticDtorSection(unsigned Priority, in getStaticDtorSection()
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h581 unsigned Priority : 16; global() variable
691 unsigned Priority = 0; global() variable
708 CodeCompletionBuilder(CodeCompletionAllocator & Allocator,CodeCompletionTUInfo & CCTUInfo,unsigned Priority,CXAvailabilityKind Availability) CodeCompletionBuilder() argument
794 unsigned Priority; global() variable
930 CodeCompletionResult(CodeCompletionString * Pattern,const NamedDecl * D,unsigned Priority) CodeCompletionResult() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp563 int Priority = -1; EmitCXXGlobalVarDeclInitFunc() local
815 getPrioritySuffix(unsigned int Priority) getPrioritySuffix() argument
875 unsigned int Priority = I->first.priority; EmitCXXGlobalInitFunc() local
974 unsigned int Priority = I->first.priority; EmitCXXGlobalCleanUpFunc() local
[all...]
H A DCodeGenModule.h293 int Priority; member
1156 AddCXXStermFinalizerToGlobalDtor(llvm::Function * StermFinalizer,int Priority) AddCXXStermFinalizerToGlobalDtor() argument
1161 AddCXXPrioritizedStermFinalizerEntry(llvm::Function * StermFinalizer,int Priority) AddCXXPrioritizedStermFinalizerEntry() argument
[all...]
H A DCGOpenMPRuntime.h117 llvm::PointerIntPair<llvm::Value *, 1, bool> Priority; member
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp338 int Priority = Categories.getIncludePriority( addExistingInclude() local
367 int Priority = Categories.getIncludePriority( insert() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h61 unsigned Priority; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXCtorDtorLowering.cpp218 uint64_t Priority = cast<ConstantInt>(CS->getOperand(0))->getSExtValue(); createInitOrFiniGlobals() local
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp267 int Priority = CI ? CI->getSExtValue() : 0; in SplitStaticCtorDtor() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h165 getSortPriority(const uint8_t * Record,uint32_t & Priority) getSortPriority() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp290 const Chunk *Chunks, unsigned NumChunks, unsigned Priority, in CodeCompletionString() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h475 /// @param[out] Structors Sorted Structor structs by Priority. member
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp75 auto *Priority = cast<ConstantInt>(CS->getOperand(0)); operator *() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h285 unsigned Priority; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h223 support::ulittle32_t Priority; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp497 const uint64_t Priority = getCtorAndDtorPriority(TargetTriple); instrumentModule() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1887 AngleBracketTracker::Priority Priority = checkPotentialAngleBracket() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp722 unsigned Priority; global() member

12