Home
last modified time | relevance | path

Searched refs:specification (Results 1 – 25 of 158) sorted by relevance

1234567

/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.td9 // Defines the interfaces for the data layout specification, operations to which
27 Attribute interface describing an entry in a data layout specification.
29 A data layout specification entry is a key-value pair. Its key is either a
75 Attribute interface describing a data layout specification.
77 A data layout specification is seen as a sequence of entries, each of which
80 for implementations to verify the well-formedness of the specification,
87 modification. Concrete specification attributes must implement the
137 /*description=*/"Verifies the validity of the specification and reports "
178 constructed for such operations. The absence of a data layout specification
194 /*description=*/"Returns the data layout specification for this op, or "
[all …]
/llvm-project-15.0.7/mlir/test/mlir-pdll-lsp-server/
H A Dsignature-help.test22 // CHECK-NEXT: "documentation": "`op<test.multi>` ODS operand specification",
42 // CHECK-NEXT: "documentation": "Generic operation operand specification",
68 // CHECK-NEXT: "documentation": "`op<test.multi>` ODS operand specification",
101 // CHECK-NEXT: "documentation": "`op<test.multi>` ODS result specification",
121 // CHECK-NEXT: "documentation": "Generic operation result specification",
147 // CHECK-NEXT: "documentation": "`op<test.multi>` ODS result specification",
/llvm-project-15.0.7/llvm/test/FileCheck/
H A Dcheck-count.txt11 ERRCOUNT1: [[@LINE-1]]:18: error: invalid count in -COUNT specification on prefix 'CHECK-ERR1'
17 ERRCOUNT2: [[@LINE-1]]:19: error: invalid count in -COUNT specification on prefix 'CHECK-ERR2'
23 ERRCOUNT3: [[@LINE-1]]:21: error: invalid count in -COUNT specification on prefix 'CHECK-ERR3'
29 ERRCOUNT4: [[@LINE-1]]:19: error: invalid count in -COUNT specification on prefix 'CHECK-ERR4'
/llvm-project-15.0.7/flang/docs/
H A Df2018-grammar.md20 R504 specification-part ->
29 R508 specification-construct ->
32 other-specification-stmt | type-declaration-stmt
38 R513 other-specification-stmt ->
227 R812 lower-cobound -> specification-expr
228 R813 upper-cobound -> specification-expr
235 R817 lower-bound -> specification-expr
236 R818 upper-bound -> specification-expr
406 R1028 specification-expr -> scalar-int-expr
457 R1109 block-specification-part ->
[all …]
/llvm-project-15.0.7/mlir/docs/
H A DDataLayout.md32 them, typically organized in a data layout specification.
100 Data layout specification is an [attribute](LangRef.md/#attributes) that is
101 conceptually a collection of key-value pairs called data layout specification
102 _entries_. Data layout specification attributes implement the
107 type or a dialect can only see the specification entries relevant to them and
113 For example, a data layout specification may be an actual list of pairs with
123 The exact details of the specification and entry attributes, as well as their
149 data layout specification. The specification need not be necessarily attached to
196 fetches the data layout specification and combines it with those of
290 attribute that can be used to attach the specification to a given operation. The
[all …]
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DTOSA.md8 specification](https://developer.mlplatform.org/w/tosa/). This document
56 specification of the operation.
61 described in the TOSA specification document under Section 1.3 Operator
81 The TOSA specification describes each operator in functional detail. It is
86 The functional steps described in the pseudocode of the specification enables
/llvm-project-15.0.7/mlir/test/Dialect/Quant/
H A Dquant_region.mlir44 …// @expected-error @+1 {{'quant.region' op has incompatible specification !quant.uniform<i32:f16, …
59 …// @expected-error @+1 {{'quant.region' op has incompatible specification i32 and input type 'tens…
74 …// @expected-error @+1 {{'quant.region' op has incompatible specification !quant.uniform<i32:f16, …
89 …// @expected-error @+1 {{'quant.region' op has incompatible specification i32 and output type 'ten…
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Duse-noexcept.rst7 the appropriate noexcept specification (introduced in C++11). By
34 that uses custom exception specification marking other than
/llvm-project-15.0.7/llvm/test/Assembler/
H A Dinvalid-datalayout5.ll3 ; CHECK: Sized aggregate specification in datalayout string
H A Dinvalid-datalayout12.ll3 ; CHECK: Missing alignment specification in datalayout string
H A Dinvalid-datalayout9.ll3 ; CHECK: Missing alignment specification for pointer in datalayout string
H A Dinvalid-datalayout8.ll3 ; CHECK: Missing size specification for pointer in datalayout string
H A Dinvalid-datalayout22.ll5 ; CHECK: ABI alignment specification must be >0 for non-aggregate types
/llvm-project-15.0.7/clang/docs/
H A DSYCLSupport.rst19 The SYCL specification represents pointers to disjoint memory regions using C++
22 specification defines
26 The SYCL specification allows two modes of address space deduction: "generic as
/llvm-project-15.0.7/libc/AOR_v20.02/math/test/testcases/random/
H A Ddouble.tst1 !! double.tst - Random test case specification for DP functions
H A Dfloat.tst1 !! single.tst - Random test case specification for SP functions
/llvm-project-15.0.7/llvm/test/CodeGen/MIR/X86/
H A Dregister-operand-class-invalid0.mir11 ; CHECK: [[@LINE+1]]:10: register class specification expects a virtual register
H A Dexpected-size-integer-after-memory-operation.mir20 ; CHECK: [[@LINE+1]]:53: expected an atomic scope, ordering or a size specification
H A Dregister-operand-class.mir2 # Test various aspects of register class specification on machine operands.
/llvm-project-15.0.7/clang/test/Parser/
H A Dobjcxx-at.mm14 @interface A // expected-error{{unexpected '@' in member specification}}
/llvm-project-15.0.7/llvm/test/CodeGen/MIR/AArch64/
H A Dregister-operand-bank.mir2 # Test various aspects of register bank specification on machine operands.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaInterfaces.td20 Implemented by ops that correspond to the Tosa specification.
/llvm-project-15.0.7/compiler-rt/lib/cfi/
H A Dcfi_ignorelist.txt2 # The specification of std::get_temporary_buffer mandates a cast to
/llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenMP/
H A DOpenMPTypeInterfaces.td19 specification refers to as variable.
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp68 "specification of that file."));

1234567