Home
last modified time | relevance | path

Searched refs:semantic (Results 1 – 25 of 100) sorted by relevance

1234

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDependenceFlags.h188 Dependence semantic() { in LLVM_COMMON_DEPENDENCE()
251 return Dependence(D).semantic().expr(); in toExprDependenceForImpliedType()
292 return Dependence(D).semantic().type(); in toSemanticDependence()
/llvm-project-15.0.7/clang/test/ParserHLSL/
H A Dsemantic_parsing.hlsl6 // expected-error@+1 {{unknown HLSL semantic 'SV_IWantAPony'}}
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DSplitReduction.cpp35 const llvm::fltSemantics &semantic = floatType.getFloatSemantics(); in getNeutralElement() local
37 return b.getFloatAttr(resultType, llvm::APFloat::getZero(semantic)); in getNeutralElement()
39 return b.getFloatAttr(resultType, llvm::APFloat(semantic, 1)); in getNeutralElement()
42 llvm::APFloat::getLargest(semantic, true)); in getNeutralElement()
45 llvm::APFloat::getLargest(semantic, true)); in getNeutralElement()
/llvm-project-15.0.7/clang/docs/
H A DInternalsManual.rst2793 and then the semantic handling of the attribute.
2808 into a semantic attribute depends on the attribute definition and semantic
2813 ``ParsedAttr`` objects to be converted into a semantic attribute.
2819 semantic checking for some attributes, etc.
2963 semantic attribute will require a string and integer argument.
3014 Attributes that do not require custom semantic handling should set the
3016 ``IgnoredAttr`` automatically do not get a semantic handler. All other
3033 semantic attributes generated.
3042 semantic attribute class object, with ``public`` access.
3088 attribute using ``hasAttr<T>()``. To obtain a pointer to the semantic
[all …]
H A DMSVCCompatibility.rst34 parsing and semantic compatibility tweaks are controlled by
120 The first major semantic difference is that MSVC appears to defer all parsing
H A DItaniumMangleAbiTags.rst8 This text tries to describe gcc semantic for mangling "abi_tag" attributes
H A DPCHInternals.rst26 representation after it has completed parsing and semantic analysis. The PCH
300 declaration context (for example, during semantic analysis of the expression
311 However, it is common for the code generator and semantic analysis to
402 selector (which is required for semantic analysis in Objective-C) and also
455 whenever semantic analysis needs to read information from the :ref:`global
483 the semantic model of chained precompiled headers, because the most-recent
H A DTooling.rst5 Clang provides infrastructure to write tools that need syntactic and semantic
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2007-OriginalClangReadme.txt42 libparse - C (for now) parsing and local semantic analysis. This library
78 compiler tool, it makes sense to take those plus the AST building and semantic
108 semantic analysis (some errors and warnings are not produced).
143 * Significantly faster than GCC at semantic analysis, parsing, preprocessing
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Didentifier-length.rst37 variable names have semantic value.
56 variable names have semantic value.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/NVGPU/IR/
H A DNVGPU.td15 // Ops semantic are going to be based on vendor specific PTX defintion:
67 This operation is meant to follow the semantic of described here:
103 This operation is meant to follow the semantic of described here:
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dscatter-schedule.ll7 ; The right order is "from LSB to MSB", otherwise the semantic is broken.
/llvm-project-15.0.7/lld/MachO/
H A Dld64-vs-lld.rst19 them more compactly. This should not result in any meaningful semantic
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/llvm/
H A Denum_targets_gen.bzl27 This rule provides a slightly more semantic API than template_rule, but the main
/llvm-project-15.0.7/clang-tools-extra/pseudo/
H A DREADME.md8 There is no semantic analysis, apart from guesses to disambiguate the parse.
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Dmerge-ids-and-types-1.yaml12 # For easy understanding, a semantic representation of the types we will set up
H A Dmerge-ids-and-types-2.yaml7 # For easy understanding, a semantic representation of the types we will set up
/llvm-project-15.0.7/flang/docs/
H A DReleaseNotes.md40 semantic diagnostics are not affected).
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dmangle.mm60 // Don't crash when mangling an enum whose semantic context
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-dwarfutil.rst16 In basic usage, it makes a semantic copy of the input to the output. If any
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Datomicrmw.ll5 ; - the ordering of atomicrmw is compatible with a load (i.e., no release semantic)
121 ; release semantic, which is incorrect. We can canonicalize the operation.
/llvm-project-15.0.7/polly/test/ScheduleOptimizer/ManualOptimization/
H A Ddistribute_illegal_pragmaloc.ll3 …e_illegal.c:1:42: not applying loop fission/distribution: cannot ensure semantic equivalence due t…
H A Ddistribute_illegal_looploc.ll3 …te_illegal.c:2:3: not applying loop fission/distribution: cannot ensure semantic equivalence due t…
/llvm-project-15.0.7/llvm/test/Verifier/
H A Dtbaa.ll55 ; This part checks for more semantic verifier rules.
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticCommentKinds.td26 // HTML semantic errors

1234