| /openbsd/src/gnu/usr.bin/cvs/ |
| D | cvsnt.dsw | 14 Begin Project Dependency 16 End Project Dependency 17 Begin Project Dependency 19 End Project Dependency
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
| D | CheckerRegistry.cpp | 265 for (const CheckerInfo *Dependency : Deps) { in collectStrongDependencies() local 266 if (!IsEnabled(Dependency)) in collectStrongDependencies() 270 if (!collectStrongDependencies(Dependency->Dependencies, Mgr, Ret, in collectStrongDependencies() 273 Ret.insert(Dependency); in collectStrongDependencies() 285 for (const CheckerInfo *Dependency : WeakDeps) { in collectWeakDependencies() local 288 collectWeakDependencies(Dependency->WeakDependencies, Mgr, Ret, IsEnabled); in collectWeakDependencies() 290 if (IsEnabled(Dependency) && in collectWeakDependencies() 291 collectStrongDependencies(Dependency->Dependencies, Mgr, Ret, in collectWeakDependencies() 293 Ret.insert(Dependency); in collectWeakDependencies() 326 void CheckerRegistry::addDependency(StringRef FullName, StringRef Dependency) { in addDependency() argument [all …]
|
| /openbsd/src/gnu/llvm/llvm/docs/AMDGPU/ |
| D | gfx11_delay.rst | 50 VALU_DEP_1 Dependency on a previous VALU instruction, 1 opcode back. 51 VALU_DEP_2 Dependency on a previous VALU instruction, 2 opcodes back. 52 VALU_DEP_3 Dependency on a previous VALU instruction, 3 opcodes back. 53 VALU_DEP_4 Dependency on a previous VALU instruction, 4 opcodes back. 54 TRANS32_DEP_1 Dependency on a previous TRANS32 instruction, 1 opcode back. 55 TRANS32_DEP_2 Dependency on a previous TRANS32 instruction, 2 opcodes back. 56 TRANS32_DEP_3 Dependency on a previous TRANS32 instruction, 3 opcodes back.
|
| D | gfx10_waitcnt_depctr.rst | 13 Dependency counters to wait for.
|
| D | gfx11_waitcnt_depctr.rst | 13 Dependency counters to wait for.
|
| D | gfx1030_waitcnt_depctr.rst | 13 Dependency counters to wait for.
|
| /openbsd/src/gnu/llvm/clang/lib/Analysis/plugins/CheckerDependencyHandling/ |
| D | CheckerDependencyHandling.cpp | 10 struct Dependency : public Checker<check::BeginFunction> { struct 20 registry.addChecker<Dependency>("example.Dependency", "", ""); in clang_registerCheckers()
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| D | CheckerRegistryData.cpp | 60 for (const CheckerInfo *Dependency : Dependencies) { in dumpToStream() local 61 Out << " " << Dependency->FullName << '\n'; in dumpToStream() 64 for (const CheckerInfo *Dependency : WeakDependencies) { in dumpToStream() local 65 Out << " " << Dependency->FullName << '\n'; in dumpToStream()
|
| /openbsd/src/gnu/llvm/clang/utils/TableGen/ |
| D | ClangSACheckersEmitter.cpp | 271 for (const Record *Dependency : in EmitClangSACheckers() local 277 OS.write_escaped(getCheckerFullName(Dependency)) << '\"'; in EmitClangSACheckers() 296 for (const Record *Dependency : in EmitClangSACheckers() local 302 OS.write_escaped(getCheckerFullName(Dependency)) << '\"'; in EmitClangSACheckers()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfCompileUnit.cpp | 932 if (auto *Dependency = Count.dyn_cast<DIVariable *>()) in dependencies() local 933 Result.push_back(Dependency); in dependencies() 935 if (auto *Dependency = LB.dyn_cast<DIVariable *>()) in dependencies() local 936 Result.push_back(Dependency); in dependencies() 938 if (auto *Dependency = UB.dyn_cast<DIVariable *>()) in dependencies() local 939 Result.push_back(Dependency); in dependencies() 941 if (auto *Dependency = ST.dyn_cast<DIVariable *>()) in dependencies() local 942 Result.push_back(Dependency); in dependencies() 945 if (auto *Dependency = Count.dyn_cast<DIVariable *>()) in dependencies() local 946 Result.push_back(Dependency); in dependencies() [all …]
|
| /openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Frontend/ |
| D | CheckerRegistry.h | 139 void addDependency(StringRef FullName, StringRef Dependency); 143 void addWeakDependency(StringRef FullName, StringRef Dependency);
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-mca/Views/ |
| D | BottleneckAnalysis.h | 187 struct Dependency { struct 192 Dependency Dep; 239 DependencyEdge::Dependency &&DE);
|
| D | BottleneckAnalysis.cpp | 151 const DependencyEdge::Dependency &DE = DepEdge.Dep; in dumpDependencyEdge() 359 const DependencyEdge::Dependency &Dep = DE->Dep; in printCriticalSequence() 422 DependencyEdge::Dependency &&Dep) { in addDependency()
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | ia64-war.tbl | 1 Resource Name; Readers; Writers; Semantics of Dependency
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | ia64-war.tbl | 1 Resource Name; Readers; Writers; Semantics of Dependency
|
| /openbsd/src/gnu/usr.bin/texinfo/ |
| D | depcomp | 43 depmode Dependency tracking mode. 47 depfile Dependency file to output.
|
| /openbsd/src/usr.sbin/pkg_add/OpenBSD/ |
| D | ForwardDependencies.pm | 140 package OpenBSD::PackingElement::Dependency;
|
| D | Signature.pm | 43 package OpenBSD::PackingElement::Dependency;
|
| D | Dependencies.pm | 408 package OpenBSD::PackingElement::Dependency;
|
| D | PackingElement.pod | 131 =item ::Dependency
|
| D | PkgCreate.pm | 695 package OpenBSD::PackingElement::Dependency; 1297 OpenBSD::PackingElement::Dependency->add($plist, $d);
|
| /openbsd/src/gnu/gcc/libcpp/ |
| D | configure.ac | 33 # Dependency checking.
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| D | ObjectLinkingLayer.cpp | 551 for (auto *Dependency : BI.Dependencies) { in computeBlockNonLocalDeps() local 552 if (Dependant != Dependency && in computeBlockNonLocalDeps() 553 DependantBI.Dependencies.insert(Dependency).second) in computeBlockNonLocalDeps()
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | loop.texi | 27 * Dependency analysis:: Data dependency analysis. 448 @node Dependency analysis 449 @section Data Dependency Analysis 450 @cindex Data Dependency Analysis
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86ScheduleBtVer2.td | 61 // Reference: Section 21.8 "AMD Bobcat and Jaguar pipeline: Dependency-breaking 864 // Section 21.8 [Dependency-breaking instructions]. 969 // Dependency breaking instructions.
|