| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.cpp | 127 ObjectLinkingLayer &Layer, in ObjectLinkingLayerJITLinkContext() argument 130 : JITLinkContext(&MR->getTargetJITDylib()), Layer(Layer), in ObjectLinkingLayerJITLinkContext() 143 for (auto &P : Layer.Plugins) in notifyMaterializing() 150 for (auto &P : Layer.Plugins) in notifyFailed() 163 auto &ES = Layer.getExecutionSession(); in lookup() 206 auto &ES = Layer.getExecutionSession(); in notifyResolved() 278 else if (Layer.OverrideObjectFlags) in notifyResolved() 307 Layer.notifyLoaded(*MR); in notifyResolved() 421 auto &ES = Layer.getExecutionSession(); in claimOrExternalizeWeakAndCommonSymbols() 489 for (auto &P : Layer.Plugins) { in computeNamedSymbolDependencies() [all …]
|
| H A D | CMakeLists.txt | 26 Layer.cpp
|
| H A D | LLJIT.cpp | 741 auto Layer = in createObjectLinkingLayer() local 745 Layer->setOverrideObjectFlagsWithResponsibilityFlags(true); in createObjectLinkingLayer() 746 Layer->setAutoClaimResponsibilityForObjectSymbols(true); in createObjectLinkingLayer() 752 return std::unique_ptr<ObjectLayer>(std::move(Layer)); in createObjectLinkingLayer()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/Syntax/ |
| H A D | TreeTest.cpp | 80 auto GenerateNextLayer = [this](ArrayRef<std::vector<const Node *>> Layer, in generateAllTreesWithShape() 83 for (const auto &Base : Layer) { in generateAllTreesWithShape() 93 std::vector<std::vector<const Node *>> Layer = {Base}; in generateAllTreesWithShape() local 95 Layer = GenerateNextLayer(Layer, NodeCount); in generateAllTreesWithShape() 98 AllTrees.reserve(Layer.size()); in generateAllTreesWithShape() 99 for (const auto &Base : Layer) in generateAllTreesWithShape()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/docs/ |
| H A D | htr.rst | 11 **Layer:** The representation of trace data between passes. For Intel PT there are two types of lay… 13 …**Instruction Layer:** Composed of the load addresses of the instructions in the trace. In an effo… 17 …**Block Layer:** Composed of blocks - a block in *layer n* refers to a sequence of blocks in *laye…
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/ |
| H A D | BUILD.gn | 37 "Layer.cpp",
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CFG.cpp | 783 if (!Layer) in retrieveAndCleanupConstructionContext() 1345 const ConstructionContextLayer *Layer, Expr *E) { in consumeConstructionContext() argument 1356 ConstructionContextMap[E] = Layer; in consumeConstructionContext() 1370 Layer); in findConstructionContexts() 1382 consumeConstructionContext(Layer, CE); in findConstructionContexts() 1395 consumeConstructionContext(Layer, E); in findConstructionContexts() 1431 if (Layer->getItem().getKind() == in findConstructionContexts() 1440 if (Layer->getItem().getKind() != in findConstructionContexts() 1450 findConstructionContexts(Layer, CO->getLHS()); in findConstructionContexts() 1451 findConstructionContexts(Layer, CO->getRHS()); in findConstructionContexts() [all …]
|
| /llvm-project-15.0.7/llvm/docs/tutorial/ |
| H A D | BuildingAJIT2.rst | 197 ``IRLayer`` interface (which itself conforms to the general ORC Layer concept, 220 This code, from ``llvm/lib/ExecutionEngine/Orc/Layer.cpp``, adds a
|
| H A D | BuildingAJIT1.rst | 33 idea of an ORC *Layer*.
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVBaseInfo.h | 531 Layer = 9, enumerator
|
| H A D | SPIRVBaseInfo.cpp | 694 CASE(BuiltIn, Layer) in getBuiltInName()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | ORCv2.rst | 283 of them, but Layer authors will use them: 292 rather than having to be fished out of a Layer member, which would require 597 Layer.add(RT, std::move(M)); // Add M to JD, tracking resources with RT 619 for the program representation, and a custom ``Layer`` are needed. The Layer will have two
|
| H A D | CodeGenerator.rst | 49 `MC Layer`_. These classes represent assembly level constructs like labels, 595 .. _MC Layer: 597 The "MC" Layer 600 The MC Layer is used to represent and process code at the raw machine code
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | ChangeLog | 476 8241977 linux test: Layer the image for better caching.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVBase.td | 1520 def SPV_BI_Layer : I32EnumAttrCase<"Layer", 9> {
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5302 llvm/include/llvm/ExecutionEngine/Orc/Layer.h 6038 llvm/lib/ExecutionEngine/Orc/Layer.cpp
|