Home
last modified time | relevance | path

Searched refs:Structs (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/XCore/
H A Dbigstructret.ll6 ; 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 Dpublic_api.td23 list<string> Structs = [];
/llvm-project-15.0.7/clang/test/Modules/
H A Delaborated-type-specifier-from-hidden-module.m13 @import ElaboratedTypeStructs.Structs;
/llvm-project-15.0.7/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.h72 NameSet Structs; variable
H A DAPIIndexer.cpp136 Structs.insert(std::string(StructName)); in indexPublicAPIDef()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/altera/
H A Dstruct-pack-align.rst9 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 Dbigreturn.ll5 ;; 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 DAPI.h669 const RecordMap<StructRecord> &getStructs() const { return Structs; }
717 RecordMap<StructRecord> Structs;
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DAPI.cpp96 return addTopLevelRecord(Structs, USR, Name, Loc, Availability, Comment, in addStruct()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp404 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 DSparcCallingConv.td59 // 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 Darm64-abi_align.ll9 ; 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 Dmodule.map422 module Structs {
/llvm-project-15.0.7/mlir/docs/
H A DSPIRVToLLVMDialectConversion.md77 * 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 Dstrlen-6.ll19 ; Structs with flexible array members.
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.td179 // Structs of size 1-24 bytes are returned in R1D, R2D, and R3D.
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-7.md24 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 Dcall-argument-types.ll53 ; Structs
H A Dgfx-callable-argument-types.ll89 ; Structs
/llvm-project-15.0.7/clang/docs/
H A DAutomaticReferenceCounting.rst1303 Structs and unions with non-trivial members are compatible in
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttrDocs.td1456 Structs and unions marked with the ``objc_boxable`` attribute can be used
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dirtranslator-call.ll68 ; Structs
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst734 structs to facilitate intrinsics returning multiple values. Structs containing