Home
last modified time | relevance | path

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

1234567

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SchedAmpere1.td731 // -- 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 DAArch64SchedA55.td276 // 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 Dlayering.rst17 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 Dfunction-cognitive-complexity.rst42 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 D2009-09-14-function-elements.ll3 ; Arrays and structures with function types (not function pointers) are illegal.
/llvm-project-15.0.7/llvm/test/Assembler/
H A D2003-05-21-EmptyStructTest.ll4 ; The old C front-end never generated empty structures, now the new one
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dret-struct-by-val.ll4 ; Allow simple structures to be returned by value.
/llvm-project-15.0.7/clang/test/Analysis/
H A Dnil-receiver.mm20 // 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 DService.proto16 // structures corresponding to their clangd::* counterparts.
/llvm-project-15.0.7/polly/
H A DREADME6 transform loops and other control flow structures. Using an abstract
/llvm-project-15.0.7/clang/test/Coverage/
H A Dc-language-features.inc194 // Nested structures.
202 // Unnamed structures.
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dstruct-loc.ll4 ; Make sure that structures have a decl file and decl line attached.
/llvm-project-15.0.7/llvm/test/CodeGen/MSP430/
H A Dstruct-return.ll6 ; Pass large structures by reference (MSP430 EABI p. 3.5)
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DMIBEntryDef.inc9 * This file defines the macros for memprof profiling data structures.
/llvm-project-15.0.7/compiler-rt/include/profile/
H A DMIBEntryDef.inc9 * This file defines the macros for memprof profiling data structures.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A DtargetLoweringGeneric.ll6 ; the data structures that these transformations act on.
/llvm-project-15.0.7/llvm/test/Transforms/LoopRotate/
H A Dpreserve-loop-simplify.ll4 ; structures. We manually validate the CFG with FileCheck because currently we
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/cconv/
H A Dreturn-struct.ll97 ; 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 Djaggedstructs.ll3 ; This tests receiving and re-passing parameters consisting of structures
H A Dppc64-smallarg.ll1 ; Verify that small structures and float arguments are passed in the
H A Dppc64le-smallarg.ll1 ; Verify that small structures and float arguments are passed in the
/llvm-project-15.0.7/llvm/docs/
H A DYamlIO.rst74 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 DClangOffloadWrapper.rst52 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 Ddeterministic-type-shrinkage.ll7 ;; Due to the data structures used, the LLVM IR was not determinisic.
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Ddot-syntax.m77 // Yay, no compound assign of structures. A GCC extension in the

1234567