Home
last modified time | relevance | path

Searched defs:Structure (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/mlir/docs/Dialects/
H A DLLVM.md35 ### Data Layout and Triple
50 ### Functions
57 ### PHI Nodes and Block Arguments
100 ### Context-Level Values
137 ### Globals
151 ### Linkage
161 ### Attribute Pass-Through
/llvm-project-15.0.7/llvm/docs/
H A DTestSuiteGuide.md87 Structure section in test-suite Guide
129 ### Benchmarks
H A DDeveloperPolicy.rst1211 .. _LLVM Discourse forums: https://discourse.llvm.org
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst3647 A.5.7.3 Derived or Extended Structures, Classes and Interfaces
3681 A.5.7.8 Member Function Entries
H A DLangRef.rst184 .. _linkage:
/llvm-project-15.0.7/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/
H A DAMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md3044 #### A.5.7.3 Derived or Extended Structures, Classes and Interfaces
3074 #### A.5.7.8 Member Function Entries
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp170 StructInfo Structure; member
229 struct StructInfo Structure) in FieldInitializer()
4193 bool MasmParser::parseStructInitializer(const StructInfo &Structure, in parseStructInitializer()
4406 bool MasmParser::emitStructInitializer(const StructInfo &Structure, in emitStructInitializer()
4435 bool MasmParser::emitStructValues(const StructInfo &Structure, in emitStructValues()
4479 bool MasmParser::parseDirectiveStructValue(const StructInfo &Structure, in parseDirectiveStructValue()
4593 StructInfo Structure = StructInProgress.pop_back_val(); in parseDirectiveEnds() local
4615 StructInfo Structure = StructInProgress.pop_back_val(); in parseDirectiveNestedEnds() local
4695 StructInfo &Structure = StructInProgress.back(); in parseDirectiveOrg() local
4735 StructInfo &Structure = StructInProgress.back(); in emitAlignTo() local
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp159 Structure; in tailMergeBlocksWithSimilarFunctionTerminators() local
H A DInductiveRangeCheckElimination.cpp528 LoopStructure Structure; member
/llvm-project-15.0.7/flang/lib/Semantics/
H A Druntime-type-info.cpp234 static evaluate::StructureConstructor Structure( in Structure() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DLegacyPassManager.cpp46 Disabled, Arguments, Structure, Executions, Details enumerator
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DIRSimilarityIdentifierTest.cpp1748 bool Structure = false, unsigned Length = 2, in longSimCandCompare()