| /llvm-project-15.0.7/llvm/test/CodeGen/XCore/ |
| H A D | bigstructret.ll | 6 ; Structs of 4 words are returned in registers 22 ; Structs of more than 4 words are partially returned in memory so long as the
|
| /llvm-project-15.0.7/libc/config/ |
| H A D | public_api.td | 23 list<string> Structs = [];
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | elaborated-type-specifier-from-hidden-module.m | 13 @import ElaboratedTypeStructs.Structs;
|
| /llvm-project-15.0.7/libc/utils/LibcTableGenUtil/ |
| H A D | APIIndexer.h | 72 NameSet Structs; variable
|
| H A D | APIIndexer.cpp | 136 Structs.insert(std::string(StructName)); in indexPublicAPIDef()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/altera/ |
| H A D | struct-pack-align.rst | 9 Structs that are not packed take up more space than they should, and accessing
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SPARC/ |
| H A D | bigreturn.ll | 5 ;; Structs up to six registers in size can be returned in registers. 127 ;; Structs up to six registers in size can be returned in registers.
|
| /llvm-project-15.0.7/clang/include/clang/ExtractAPI/ |
| H A D | API.h | 669 const RecordMap<StructRecord> &getStructs() const { return Structs; } 717 RecordMap<StructRecord> Structs;
|
| /llvm-project-15.0.7/clang/lib/ExtractAPI/ |
| H A D | API.cpp | 96 return addTopLevelRecord(Structs, USR, Name, Loc, Availability, Comment, in addStruct()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 404 StringMap<StructInfo> Structs; member in __anonbc3838060111::MasmParser 2519 auto IDIt = Structs.find(IDVal.lower()); in parseStatement() 2520 if (IDIt != Structs.end()) in parseStatement() 2652 auto NextIt = Structs.find(nextVal.lower()); in parseStatement() 2653 if (NextIt != Structs.end()) { in parseStatement() 4598 Structs[Name.lower()] = Structure; in parseDirectiveEnds() 7266 auto StructIt = Structs.find(Base.lower()); in lookUpField() 7271 if (StructIt != Structs.end()) in lookUpField() 7291 if (StructIt != Structs.end()) in lookUpField() 7341 auto StructIt = Structs.find(Name.lower()); in lookUpType() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcCallingConv.td | 59 // Structs up to 16 bytes in size are passed by value. They are right-aligned
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-abi_align.ll | 9 ; Structs with size < 8 13 ; Structs with size < 16 16 ; Structs with size > 16
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/ |
| H A D | module.map | 422 module Structs {
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | SPIRVToLLVMDialectConversion.md | 77 * Structs with no offset are modelled as LLVM packed structures. 79 * Structs with natural offset (*i.e.* offset that equals to cumulative size of 83 * Structs with unnatural offset (*i.e.* offset that is not equal to cumulative
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | strlen-6.ll | 19 ; Structs with flexible array members.
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZCallingConv.td | 179 // Structs of size 1-24 bytes are returned in R1D, R2D, and R3D.
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/Toy/ |
| H A D | Ch-7.md | 24 Structs may now be used in functions as variables or parameters by using the
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | call-argument-types.ll | 53 ; Structs
|
| H A D | gfx-callable-argument-types.ll | 89 ; Structs
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | AutomaticReferenceCounting.rst | 1303 Structs and unions with non-trivial members are compatible in
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 1456 Structs and unions marked with the ``objc_boxable`` attribute can be used
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
| H A D | irtranslator-call.ll | 68 ; Structs
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | LangRef.rst | 734 structs to facilitate intrinsics returning multiple values. Structs containing
|