| /llvm-project-15.0.7/mlir/test/Dialect/LLVMIR/ |
| H A D | types-invalid.mlir | 33 // 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 D | assignment-in-if-condition.rst | 11 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 D | gfx10_msg.rst | 33 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 D | gfx8_msg.rst | 33 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 D | gfx1030_msg.rst | 33 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 D | gfx90a_msg.rst | 33 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 D | gfx7_msg.rst | 33 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 D | gfx9_msg.rst | 33 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 D | gfx940_msg.rst | 33 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 D | TypeDetail.h | 73 : 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 D | SystemZProcessors.td | 12 // 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 D | elf-broken-reloc-target.yaml | 1 ## Check we report an error if the relocated section identified by the
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | dicompositetype-members.ll | 15 ; 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 D | 2012-10-11-dynalloc.ll | 16 ; identified by the stdux used to update the back-chain link.
|
| H A D | combine-fneg.ll | 4 ; Infinite loop identified in D62963.
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | LLVM.md | 141 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 D | pr38800.ll | 3 …remark: <unknown>:0:0: loop not vectorized: integer loop induction variable could not be identified
|
| H A D | runtime-check-address-space.ll | 136 ; 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 D | README.md | 19 As identified in the [automemcpy](https://research.google/pubs/pub50338/) paper:
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BPFRegisterInfo.td | 22 // Registers are identified with 4-bit ID numbers.
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | interface | 11 function name an object is identified uniquely by its arguments. For
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | rdar-6540084.m | 4 // The case originally identified a non-termination bug.
|
| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | out-of-scop-use-in-region-entry-phi-node-nonaffine-subregion.ll | 3 ; Check whether %newval is identified as escaping value, even though it is used
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreRegisterInfo.td | 18 // Registers are identified with 4-bit ID numbers.
|
| /llvm-project-15.0.7/llvm/test/Transforms/Mem2Reg/ |
| H A D | pr24179.ll | 8 ; is affected by the following store. Expect this case to be identified
|