Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp87 auto *Priority = dyn_cast<ConstantInt>(CS->getOperand(0)); in runOnModule() local
133 uint16_t Priority = PriorityAndMore.first; in runOnModule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNMinRegStrategy.cpp32 int Priority; member
183 void GCNMinRegScheduler::bumpPredsPriority(const SUnit *SchedSU, int Priority) { in bumpPredsPriority()
220 void GCNMinRegScheduler::releaseSuccessors(const SUnit* SU, int Priority) { in releaseSuccessors()
DSIProgramInfo.h25 uint32_t Priority = 0; member
/third_party/pulseaudio/src/daemon/systemd/user/
Dpulseaudio.socket6 Priority=6 key
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h156 virtual MCSection *getStaticCtorSection(unsigned Priority, in getStaticCtorSection()
161 virtual MCSection *getStaticDtorSection(unsigned Priority, in getStaticDtorSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp755 bool IsCtor, unsigned Priority, in getStaticStructorSection()
793 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection()
799 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection()
1508 unsigned Priority, in getCOFFStaticStructorSection()
1545 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection()
1552 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection()
1814 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection()
1822 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection()
1923 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection()
1928 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DModuleUtils.cpp24 int Priority, Constant *Data) { in appendToGlobalArray()
64 void llvm::appendToGlobalCtors(Module &M, Function *F, int Priority, Constant *Data) { in appendToGlobalCtors()
68 void llvm::appendToGlobalDtors(Module &M, Function *F, int Priority, Constant *Data) { in appendToGlobalDtors()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_abort_sniffer.h90 dng_priority Priority () const in Priority() function
/third_party/grpc/src/core/ext/xds/
Dxds_api.h275 struct Priority { struct
276 struct Locality {
291 std::map<XdsLocalityName*, Locality, XdsLocalityName::Less> localities;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h69 unsigned Priority; member
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-just-table.hh252 Priority =0x000F /* The justification priority of the glyph. */ enumerator
255 enum Priority enum
/third_party/harfbuzz/src/
Dhb-aat-layout-just-table.hh252 Priority =0x000F /* The justification priority of the glyph. */ enumerator
255 enum Priority enum
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-just-table.hh252 Priority =0x000F /* The justification priority of the glyph. */ enumerator
255 enum Priority enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp97 auto *Priority = cast<ConstantInt>(CS->getOperand(0)); in operator *() local
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9ex.c130 INT Priority ) in NineDevice9Ex_SetGPUThreadPriority()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DD3DKMT.cpp540 D3DKMTSetProcessSchedulingPriorityClass(HANDLE hProcess, D3DKMT_SCHEDULINGPRIORITYCLASS Priority) in D3DKMTSetProcessSchedulingPriorityClass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h223 support::ulittle32_t Priority; member
DWasm.h173 uint32_t Priority; member
/third_party/cmsis/CMSIS/Core/Include/
Dcore_cm0.h808 __STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t PriorityGroup, uint32_t* cons… in NVIC_DecodePriority()
Dcore_cm1.h835 __STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t PriorityGroup, uint32_t* cons… in NVIC_DecodePriority()
Dcore_cm0plus.h926 __STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t PriorityGroup, uint32_t* cons… in NVIC_DecodePriority()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h163 uint32_t Priority; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2024 int Priority = 0; member
2058 ConstantInt *Priority = dyn_cast<ConstantInt>(CS->getOperand(0)); in EmitXXStructorList() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp1539 uint16_t Priority = UINT16_MAX; in writeObject() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1794 auto *Priority = cast<ConstantInt>(CS->getOperand(0)); in createInitializerPoisonCalls() local
2451 const uint64_t Priority = GetCtorAndDtorPriority(TargetTriple); in instrumentModule() local

12