Home
last modified time | relevance | path

Searched refs:Layer (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp127 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 DCMakeLists.txt26 Layer.cpp
H A DLLJIT.cpp741 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 DTreeTest.cpp80 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 Dhtr.rst11 **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 DBUILD.gn37 "Layer.cpp",
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp783 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 DBuildingAJIT2.rst197 ``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 DBuildingAJIT1.rst33 idea of an ORC *Layer*.
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h531 Layer = 9, enumerator
H A DSPIRVBaseInfo.cpp694 CASE(BuiltIn, Layer) in getBuiltInName()
/llvm-project-15.0.7/llvm/docs/
H A DORCv2.rst283 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 DCodeGenerator.rst49 `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 DChangeLog476 8241977 linux test: Layer the image for better caching.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVBase.td1520 def SPV_BI_Layer : I32EnumAttrCase<"Layer", 9> {
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5302 llvm/include/llvm/ExecutionEngine/Orc/Layer.h
6038 llvm/lib/ExecutionEngine/Orc/Layer.cpp