Home
last modified time | relevance | path

Searched refs:identified (Results 1 – 25 of 128) sorted by relevance

123456

/llvm-project-15.0.7/mlir/test/Dialect/LLVMIR/
H A Dtypes-invalid.mlir33 // expected-error @+1 {{identified type already used with a different body}}
41 // expected-error @+1 {{identified type already used with a different body}}
49 // expected-error @+1 {{identified type already used with a different body}}
57 // expected-error @+1 {{identified type already used with a different body}}
72 // expected-error @+1 {{only identified structs can be opaque}}
94 // expected-error @+1 {{identified type already used with a different body}}
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dassignment-in-if-condition.rst11 an overloaded `operator=()`. The identified assignments violate
17 …if(f = 4) { // This is identified by both `Wparentheses` and this check - should it have been: `if…
21 …if((f == 5) || (f = 6)) { // the assignment here `(f = 6)` is identified by this check, but not by…
/llvm-project-15.0.7/llvm/docs/AMDGPU/
H A Dgfx10_msg.rst33 sendmsg(<*type*>) A message identified by its *type*.
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
H A Dgfx8_msg.rst33 sendmsg(<*type*>) A message identified by its *type*.
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
H A Dgfx1030_msg.rst33 sendmsg(<*type*>) A message identified by its *type*.
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
H A Dgfx90a_msg.rst33 sendmsg(<*type*>) A message identified by its *type*.
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
H A Dgfx7_msg.rst33 sendmsg(<*type*>) A message identified by its *type*.
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
H A Dgfx9_msg.rst33 sendmsg(<*type*>) A message identified by its *type*.
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
H A Dgfx940_msg.rst33 sendmsg(<*type*>) A message identified by its *type*.
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h73 : name(name), identified(true), packed(false), opaque(opaque) {} in Key()
76 : types(types), identified(false), packed(packed), opaque(false) {} in Key()
79 bool isIdentified() const { return identified; } in isIdentified()
143 bool identified; member
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZProcessors.td12 // be identified either by the system name (e.g. z10) or the level of the
13 // architecture the model supports, as identified by the edition level
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/
H A Delf-broken-reloc-target.yaml1 ## Check we report an error if the relocated section identified by the
/llvm-project-15.0.7/llvm/test/Assembler/
H A Ddicompositetype-members.ll15 ; Define an identified type with fields and functions.
27 ; Define an un-identified type with fields and functions.
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A D2012-10-11-dynalloc.ll16 ; identified by the stdux used to update the back-chain link.
H A Dcombine-fneg.ll4 ; Infinite loop identified in D62963.
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DLLVM.md141 level. Globals are MLIR symbols and are identified by their name.
382 Such structures are uniquely identified by their contents. _Identified_ structs
383 on the other hand are uniquely identified by the name.
388 Attempting to construct an identified structure with the same name a structure
390 returned*. **MLIR does not auto-rename identified structs in case of name
394 Programmatically, identified structures can be constructed in an _uninitialized_
407 The syntax for identified structure types is as follows.
418 The body of the identified struct is printed in full unless the it is
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dpr38800.ll3 …remark: <unknown>:0:0: loop not vectorized: integer loop induction variable could not be identified
H A Druntime-check-address-space.ll136 ; Store to identified global with different address space. This isn't
165 ; Load from identified global with different address space.
193 ; Read and write to 2 identified globals in different address
/llvm-project-15.0.7/libc/benchmarks/distributions/
H A DREADME.md19 As identified in the [automemcpy](https://research.google/pubs/pub50338/) paper:
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.td22 // Registers are identified with 4-bit ID numbers.
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Dinterface11 function name an object is identified uniquely by its arguments. For
/llvm-project-15.0.7/clang/test/Analysis/
H A Drdar-6540084.m4 // The case originally identified a non-termination bug.
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dout-of-scop-use-in-region-entry-phi-node-nonaffine-subregion.ll3 ; Check whether %newval is identified as escaping value, even though it is used
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.td18 // Registers are identified with 4-bit ID numbers.
/llvm-project-15.0.7/llvm/test/Transforms/Mem2Reg/
H A Dpr24179.ll8 ; is affected by the following store. Expect this case to be identified

123456