Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp646 struct ElementInfo { struct
654 ElementInfo(Polynomial Offset = Polynomial(), LoadInst *LI = nullptr) in ElementInfo() function
674 ElementInfo *EI;
681 EI = new ElementInfo[VTy->getNumElements()]; in VectorInfo()
761 ElementInfo(Old.EI[i / Factor].Ofs + j * NewSize, in computeFromBCI()
843 Result.EI[j] = ElementInfo(); in computeFromSVI()
848 Result.EI[j] = ElementInfo(); in computeFromSVI()
853 Result.EI[j] = ElementInfo(); in computeFromSVI()
894 Result.EI[i] = ElementInfo(Offset + Ofs, i == 0 ? LI : nullptr); in computeFromLI()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2485 struct ElementInfo { struct
2526 ElementInfo getAdjustedElementInfo(const FieldDecl *FD);
2562 ElementInfo PointerInfo;
2602 MicrosoftRecordLayoutBuilder::ElementInfo
2605 ElementInfo Info; in getAdjustedElementInfo()
2622 MicrosoftRecordLayoutBuilder::ElementInfo
2629 ElementInfo Info{TInfo.Width, TInfo.Align}; in getAdjustedElementInfo()
2863 ElementInfo Info = getAdjustedElementInfo(BaseLayout); in layoutNonVirtualBase()
2902 ElementInfo Info = getAdjustedElementInfo(FD); in layoutField()
2922 ElementInfo Info = getAdjustedElementInfo(FD); in layoutBitField()
[all …]
H A DASTContext.cpp2000 TypeInfo ElementInfo = getTypeInfo(MT->getElementType()); in getTypeInfoImpl() local
2004 Width = ElementInfo.Width * MT->getNumRows() * MT->getNumColumns(); in getTypeInfoImpl()
2005 Align = ElementInfo.Align; in getTypeInfoImpl()
/freebsd-13.1/contrib/expat/tests/
H A Druntests.c2916 } ElementInfo; typedef
2921 ElementInfo *info = (ElementInfo *)userData; in counting_start_element_handler()
2985 ElementInfo info[] = {{XCS("doc"), 3, XCS("id"), NULL}, in START_TEST()