Home
last modified time | relevance | path

Searched refs:ElementInfo (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp644 struct ElementInfo { struct
652 ElementInfo(Polynomial Offset = Polynomial(), LoadInst *LI = nullptr) in ElementInfo() argument
672 ElementInfo *EI;
678 EI = new ElementInfo[VTy->getNumElements()]; in VectorInfo()
758 ElementInfo(Old.EI[i / Factor].Ofs + j * NewSize, in computeFromBCI()
840 Result.EI[j] = ElementInfo(); in computeFromSVI()
845 Result.EI[j] = ElementInfo(); in computeFromSVI()
850 Result.EI[j] = ElementInfo(); in computeFromSVI()
891 Result.EI[i] = ElementInfo(Offset + Ofs, i == 0 ? LI : nullptr); in computeFromLI()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2536 struct ElementInfo { struct
2573 ElementInfo getAdjustedElementInfo(const ASTRecordLayout &Layout);
2577 ElementInfo getAdjustedElementInfo(const FieldDecl *FD);
2613 ElementInfo PointerInfo;
2653 MicrosoftRecordLayoutBuilder::ElementInfo
2656 ElementInfo Info; in getAdjustedElementInfo()
2673 MicrosoftRecordLayoutBuilder::ElementInfo
2680 ElementInfo Info{TInfo.Width, TInfo.Align}; in getAdjustedElementInfo()
2915 ElementInfo Info = getAdjustedElementInfo(BaseLayout); in layoutNonVirtualBase()
2954 ElementInfo Info = getAdjustedElementInfo(FD); in layoutField()
[all …]
H A DASTContext.cpp2031 TypeInfo ElementInfo = getTypeInfo(MT->getElementType()); in getTypeInfoImpl() local
2035 Width = ElementInfo.Width * MT->getNumRows() * MT->getNumColumns(); in getTypeInfoImpl()
2036 Align = ElementInfo.Align; in getTypeInfoImpl()
/openbsd-src/lib/libexpat/tests/
H A Dhandlers.h93 } ElementInfo; typedef
97 ElementInfo *info;
H A Dhandlers.c108 ElementInfo *info = parserAndElementInfos->info; in counting_start_element_handler()
H A Dbasic_tests.c2354 ElementInfo info[] = {{XCS("doc"), 3, XCS("id"), NULL}, in START_TEST()