Home
last modified time | relevance | path

Searched refs:Priority (Results 1 – 25 of 105) sorted by relevance

12345

/src/
H A D.clang-format113 Priority: 1
116 Priority: 2
119 Priority: 2
122 Priority: 2
125 Priority: 2
128 Priority: 2
131 Priority: 3
134 Priority: 3
137 Priority: 4
140 Priority: 5
[all …]
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h582 unsigned Priority : 16; variable
596 unsigned Priority, CXAvailabilityKind Availability,
625 unsigned getPriority() const { return Priority; } in getPriority()
693 unsigned Priority = 0; variable
710 unsigned Priority, CXAvailabilityKind Availability) in CodeCompletionBuilder() argument
711 : Allocator(Allocator), CCTUInfo(CCTUInfo), Priority(Priority), in CodeCompletionBuilder()
796 unsigned Priority; variable
885 CodeCompletionResult(const NamedDecl *Declaration, unsigned Priority,
890 : Declaration(Declaration), Priority(Priority), Kind(RK_Declaration), in Declaration()
900 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword)
[all …]
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNMinRegStrategy.cpp26 int Priority; member
29 : SU(SU_), Priority(Priority_) {} in Candidate()
70 void bumpPredsPriority(const SUnit *SchedSU, int Priority);
71 void releaseSuccessors(const SUnit* SU, int Priority);
140 Num = findMax(Num, [=](const Candidate &C) { return C.Priority; }); in pickCandidate()
177 void GCNMinRegScheduler::bumpPredsPriority(const SUnit *SchedSU, int Priority) { in bumpPredsPriority() argument
202 << ")'s non-ready successors of " << Priority in bumpPredsPriority()
206 C.Priority = Priority; in bumpPredsPriority()
213 void GCNMinRegScheduler::releaseSuccessors(const SUnit* SU, int Priority) { in releaseSuccessors() argument
220 RQ.push_front(*new (Alloc.Allocate()) Candidate(SuccSU, Priority)); in releaseSuccessors()
[all …]
H A DSIProgramInfo.cpp32 Priority = 0; in reset()
80 uint64_t Reg = S_00B848_PRIORITY(ProgInfo.Priority) | in getComputePGMRSrc1Reg()
101 uint64_t Reg = S_00B848_PRIORITY(ProgInfo.Priority) | in getPGMRSrc1Reg()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerGlobalDtors.cpp106 auto *Priority = dyn_cast<ConstantInt>(CS->getOperand(0)); in runImpl() local
107 if (!Priority) in runImpl()
109 uint16_t PriorityValue = Priority->getLimitedValue(UINT16_MAX); in runImpl()
169 uint16_t Priority = PriorityAndMore.first; in runImpl() local
179 (Priority != UINT16_MAX ? (Twine(".") + Twine(Priority)) in runImpl()
197 (Priority != UINT16_MAX ? (Twine(".") + Twine(Priority)) in runImpl()
225 appendToGlobalCtors(M, RegisterCallDtors, Priority, Associated); in runImpl()
H A DModuleUtils.cpp30 int Priority, Constant *Data) { in appendToGlobalArray() argument
55 CSVals[0] = IRB.getInt32(Priority); in appendToGlobalArray()
74 void llvm::appendToGlobalCtors(Module &M, Function *F, int Priority, Constant *Data) { in appendToGlobalCtors() argument
75 appendToGlobalArray("llvm.global_ctors", M, F, Priority, Data); in appendToGlobalCtors()
78 void llvm::appendToGlobalDtors(Module &M, Function *F, int Priority, Constant *Data) { in appendToGlobalDtors() argument
79 appendToGlobalArray("llvm.global_dtors", M, F, Priority, Data); in appendToGlobalDtors()
446 const int Priority = 10; in lowerGlobalIFuncUsersAsGlobalCtor() local
447 appendToGlobalCtors(M, NewCtor, Priority, in lowerGlobalIFuncUsersAsGlobalCtor()
H A DCtorUtils.cpp130 const uint32_t Priority = Ctors[CtorIndex].first; in optimizeGlobalCtorsList() local
138 if (ShouldRemove(Priority, F)) { in optimizeGlobalCtorsList()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h100 MCSection *getStaticCtorSection(unsigned Priority,
102 MCSection *getStaticDtorSection(unsigned Priority,
122 MCSection *getStaticDtorSection(unsigned Priority,
189 MCSection *getStaticCtorSection(unsigned Priority,
191 MCSection *getStaticDtorSection(unsigned Priority,
228 MCSection *getStaticCtorSection(unsigned Priority,
230 MCSection *getStaticDtorSection(unsigned Priority,
256 MCSection *getStaticCtorSection(unsigned Priority,
258 MCSection *getStaticDtorSection(unsigned Priority,
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp214 Ret = Style.IncludeCategories[i].Priority; in getIncludePriority()
229 Ret = Style.IncludeCategories[i].Priority; in getSortIncludePriority()
295 Priorities.insert(Category.Priority); in HeaderIncludes()
348 int Priority = Categories.getIncludePriority( in addExistingInclude() local
350 if (Priority == 0) in addExistingInclude()
352 CategoryEndOffsets[Priority] = NextLineOffset; in addExistingInclude()
353 IncludesByPriority[Priority].push_back(&CurInclude); in addExistingInclude()
377 int Priority = Categories.getIncludePriority( in insert() local
379 auto CatOffset = CategoryEndOffsets.find(Priority); in insert()
382 auto Iter = IncludesByPriority.find(Priority); in insert()
/src/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h61 int Priority; member
67 return Regex == Other.Regex && Priority == Other.Priority &&
/src/contrib/libcbor/
H A D.clang-format66 Priority: 2
68 Priority: 1
70 Priority: 2
72 Priority: 3
/src/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64TargetParser.h74 unsigned Priority; // FMV priority. member
76 unsigned Priority) in FMVInfo()
77 : Name(Name), Bit(Bit), Features(Features), Priority(Priority){}; in FMVInfo()
/src/sys/contrib/edk2/Include/Protocol/
H A DVlanConfig.h27 UINT8 Priority; ///< Priority of this VLAN. member
66 IN UINT8 Priority
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1079 bool IsCtor, unsigned Priority, in getStaticStructorSection() argument
1097 if (Priority != 65535) { in getStaticStructorSection()
1099 Name += utostr(Priority); in getStaticStructorSection()
1108 if (Priority != 65535) in getStaticStructorSection()
1109 raw_string_ostream(Name) << format(".%05u", 65535 - Priority); in getStaticStructorSection()
1117 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() argument
1118 return getStaticStructorSection(getContext(), UseInitArray, true, Priority, in getStaticCtorSection()
1123 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() argument
1124 return getStaticStructorSection(getContext(), UseInitArray, false, Priority, in getStaticDtorSection()
1222 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() argument
[all …]
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp574 int Priority = -1; in EmitCXXGlobalVarDeclInitFunc() local
576 Priority = 200; in EmitCXXGlobalVarDeclInitFunc()
578 Priority = 400; in EmitCXXGlobalVarDeclInitFunc()
580 if (Priority != -1) in EmitCXXGlobalVarDeclInitFunc()
581 AddGlobalCtor(Fn, Priority, ~0U, COMDATKey); in EmitCXXGlobalVarDeclInitFunc()
826 static std::string getPrioritySuffix(unsigned int Priority) { in getPrioritySuffix() argument
827 assert(Priority <= 65535 && "Priority should always be <= 65535."); in getPrioritySuffix()
831 std::string PrioritySuffix = llvm::utostr(Priority); in getPrioritySuffix()
890 unsigned int Priority = I->first.priority; in EmitCXXGlobalInitFunc() local
892 FTy, "_GLOBAL__I_" + getPrioritySuffix(Priority), FI); in EmitCXXGlobalInitFunc()
[all …]
H A DCodeGenModule.h287 : Priority(0), LexOrder(~0u), Initializer(nullptr), in Structor()
289 Structor(int Priority, unsigned LexOrder, llvm::Constant *Initializer, in Structor()
291 : Priority(Priority), LexOrder(LexOrder), Initializer(Initializer), in Structor()
293 int Priority; member
1235 int Priority) { in AddCXXStermFinalizerToGlobalDtor() argument
1236 AddGlobalDtor(StermFinalizer, Priority); in AddCXXStermFinalizerToGlobalDtor()
1240 int Priority) { in AddCXXPrioritizedStermFinalizerEntry() argument
1241 OrderGlobalInitsOrStermFinalizers Key(Priority, in AddCXXPrioritizedStermFinalizerEntry()
1660 void AddGlobalCtor(llvm::Function *Ctor, int Priority = 65535,
1663 void AddGlobalDtor(llvm::Function *Dtor, int Priority = 65535,
/src/sys/contrib/device-tree/Bindings/usb/
H A Dlpc32xx-udc.txt8 * USB Device Low Priority Interrupt
9 * USB Device High Priority Interrupt
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h58 Element(unsigned Priority, Function *Func, Value *Data) in Element()
59 : Priority(Priority), Func(Func), Data(Data) {} in Element()
61 unsigned Priority; member
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h40 void appendToGlobalCtors(Module &M, Function *F, int Priority,
44 void appendToGlobalDtors(Module &M, Function *F, int Priority,
/src/sys/contrib/device-tree/Bindings/dma/
H A Dsnps,dw-axi-dmac.txt12 - snps,priority: Priority of channel. Array size is equal to the number of
13 dma-channels. Priority value must be programmed within [0:dma-channels-1]
/src/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dti,c64x+megamod-pic.txt7 C64X+ core. Priority 0 and 1 are used for reset and NMI respectively.
8 Priority 2 and 3 are reserved. Priority 4-15 are used for interrupt
/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXCtorDtorLowering.cpp219 uint64_t Priority = cast<ConstantInt>(CS->getOperand(0))->getSExtValue(); in createInitOrFiniGlobals() local
220 std::string PriorityStr = "." + std::to_string(Priority); in createInitOrFiniGlobals()
226 F->getName() + "_" + GlobalID + "_" + std::to_string(Priority)) in createInitOrFiniGlobals()
/src/sys/contrib/openzfs/contrib/pam_zfs_key/
H A Dzfs_key3 Priority: 128
/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h176 virtual MCSection *getStaticCtorSection(unsigned Priority, in getStaticCtorSection() argument
181 virtual MCSection *getStaticDtorSection(unsigned Priority, in getStaticDtorSection() argument
/src/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dzed-functions.sh609 -H "Priority: high" \
618 -H "Priority: high" \

12345