/llvm-project/mlir/docs/Rationale/ |
H A D | RationaleGenericDAGRewriter.md | 76 ### AST-Level Pattern Matchers 94 ### "Combiners" and other peephole optimizers 166 ### LLVM's DAG-to-DAG Instruction Selection Infrastructure 222 ### Summary
|
/llvm-project/llvm/docs/ |
H A D | ORCv2.rst | 959 .. [1] Formats/architectures vary in terms of supported features. MachO and 962 .. [2] The ``LazyEmittingLayer``, ``RemoteObjectClientLayer`` and 971 .. [3] Weak definitions are currently handled correctly within dylibs, but if
|
H A D | Contributing.rst | 51 submit_patchBigger Pieces of Work global() argument
|
/llvm-project/clang/tools/clang-offload-bundler/ |
H A D | ClangOffloadBundler.cpp | 202 auto doWork = [&](std::function<llvm::Error()> Work) { in main() argument
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleRemoteEPCServer.cpp | 33 dispatch(unique_function<void ()> Work) dispatch() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | qualified-id-lookup.cpp | 143 void Work() {} in Work() function in PR6830::Z
|
/llvm-project/bolt/lib/Passes/ |
H A D | ValidateInternalCalls.cpp | 97 std::queue<BinaryBasicBlock *> Work; in fixCFGForPIC() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 445 Work.push_back(Root); in nodes_for_root() local 1126 Work.push_back(Node); in getAllUsersForNode() local [all...] |
H A D | HexagonExpandCondsets.cpp | 401 SetVector<MachineBasicBlock*> Work(Dest->pred_begin(), Dest->pred_end()); updateDeadsInRange() local
|
H A D | HexagonVectorCombine.cpp | 2408 std::vector<Value *> Work[2]; in concat() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineLICM.cpp | 1123 SmallVector<const MachineInstr *, 8> Work(1, MI); HasLoopPHIUse() local
|
/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 3303 Work.insert(MethodRange.begin(), MethodRange.end()); in computeVtorDispSet() local
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 119 forAllAssociatedToolChains(Compilation & C,const JobAction & JA,const ToolChain & RegularToolChain,llvm::function_ref<void (const ToolChain &)> Work) forAllAssociatedToolChains() argument [all...] |