Home
last modified time | relevance | path

Searched defs:Work (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DORCv2.rst838 .. [1] Formats/architectures vary in terms of supported features. MachO and
841 .. [2] The ``LazyEmittingLayer``, ``RemoteObjectClientLayer`` and
850 .. [3] Weak definitions are currently handled correctly within dylibs, but if
/netbsd-src/external/gpl2/dtc/dist/Documentation/
H A Ddtc-paper.tex514 \subsection{Board ports}
526 \subsection{\dtc features}
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp440 NodeVect Work; in nodes_for_root() local
1131 NodeVect Work; in getAllUsersForNode() local
H A DHexagonExpandCondsets.cpp399 SetVector<MachineBasicBlock*> Work(Dest->pred_begin(), Dest->pred_end()); in updateDeadsInRange() local
H A DHexagonVectorCombine.cpp1104 std::vector<Value *> Work[2]; in concat() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLICM.cpp1001 SmallVector<const MachineInstr*, 8> Work(1, MI); in HasLoopPHIUse() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp1037 auto doWork = [&](std::function<llvm::Error()> Work) { in main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3187 llvm::SmallPtrSet<const CXXMethodDecl *, 8> Work; in computeVtorDispSet() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp126 llvm::function_ref<void(const ToolChain &)> Work) { in forAllAssociatedToolChains()