| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedAmpere1.td | 731 // -- Load 1-element structures to 1 register 734 // -- Load 1-element structures to 2 registers 737 // -- Load 1-element structures to 3 registers 740 // -- Load 1-element structures to 4 registers 770 // -- Load 3-element structures to 3 registers, 2D size 785 // -- Load 4-element structures to 4 registers, 2D size 807 // -- Store 1-element structures from 1 register 810 // -- Store 1-element structures from 2 registers 813 // -- Store 1-element structures from 3 registers 816 // -- Store 1-element structures from 4 registers [all …]
|
| H A D | AArch64SchedA55.td | 276 // 1-element structures 281 def : InstRW<[CortexA55WriteVLD2], (instregex "LD1Twov(8b|4h|2s|1d)$")>; // multiple structures 299 // 2-element structures 310 // 3-element structures 321 // 4-element structures 324 …VLD4], (instregex "LD4Fourv(8b|4h|2s|1d)$")>; // load multiple 4-el structures to 4 regs.
|
| /llvm-project-15.0.7/libc/docs/ |
| H A D | layering.rst | 17 1. One cannot mix data structures from llvm-libc with those from the 18 system-libc. A translation from one set of data structures to the other should
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | function-cognitive-complexity.rst | 42 The following structures increase the function's Cognitive Complexity metric 72 The following structures increase the nesting level (by `1`): 102 The following structures increase the function's Cognitive Complexity metric by
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | 2009-09-14-function-elements.ll | 3 ; Arrays and structures with function types (not function pointers) are illegal.
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | 2003-05-21-EmptyStructTest.ll | 4 ; The old C front-end never generated empty structures, now the new one
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | ret-struct-by-val.ll | 4 ; Allow simple structures to be returned by value.
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | nil-receiver.mm | 20 // structures aren't always valid in C++. It's particularly bad when the
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/ |
| H A D | Service.proto | 16 // structures corresponding to their clangd::* counterparts.
|
| /llvm-project-15.0.7/polly/ |
| H A D | README | 6 transform loops and other control flow structures. Using an abstract
|
| /llvm-project-15.0.7/clang/test/Coverage/ |
| H A D | c-language-features.inc | 194 // Nested structures. 202 // Unnamed structures.
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | struct-loc.ll | 4 ; Make sure that structures have a decl file and decl line attached.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/MSP430/ |
| H A D | struct-return.ll | 6 ; Pass large structures by reference (MSP430 EABI p. 3.5)
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | MIBEntryDef.inc | 9 * This file defines the macros for memprof profiling data structures.
|
| /llvm-project-15.0.7/compiler-rt/include/profile/ |
| H A D | MIBEntryDef.inc | 9 * This file defines the macros for memprof profiling data structures.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | targetLoweringGeneric.ll | 6 ; the data structures that these transformations act on.
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopRotate/ |
| H A D | preserve-loop-simplify.ll | 4 ; structures. We manually validate the CFG with FileCheck because currently we
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/cconv/ |
| H A D | return-struct.ll | 97 ; Ensure that structures bigger than 32-bits but smaller than 64-bits are 150 ; Ensure that large structures (>128-bit) are returned indirectly. 175 ; Ensure that large structures (>128-bit) are returned indirectly.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | jaggedstructs.ll | 3 ; This tests receiving and re-passing parameters consisting of structures
|
| H A D | ppc64-smallarg.ll | 1 ; Verify that small structures and float arguments are passed in the
|
| H A D | ppc64le-smallarg.ll | 1 ; Verify that small structures and float arguments are passed in the
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | YamlIO.rst | 74 The YAML I/O library structures and simplifies reading and writing YAML 77 YAML I/O assumes you have some "native" data structures which you want to be 79 writing example YAML for your data structures. You may find after looking at 80 possible YAML representations that a direct mapping of your data structures 88 your existing native data structures. Therefore, when writing out YAML 268 native data structures instead of uint32_t. They are implicitly 528 method. If your native data structures use pointers to a class everywhere, 876 structures, then when converted to YAML, a flow sequence of integers 943 in-memory data structures, using traits defined on your data types. 1012 data structures. To instantiate an Input
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangOffloadWrapper.rst | 52 Various structures and functions used in the wrapper host IR form the interface 78 :ref:`table-tgt_bin_desc` are the structures used in the wrapper host IR.
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/AArch64/ |
| H A D | deterministic-type-shrinkage.ll | 7 ;; Due to the data structures used, the LLVM IR was not determinisic.
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | dot-syntax.m | 77 // Yay, no compound assign of structures. A GCC extension in the
|