Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp645 struct ElementInfo { struct
653 ElementInfo(Polynomial Offset = Polynomial(), LoadInst *LI = nullptr) in ElementInfo() argument
673 ElementInfo *EI;
680 EI = new ElementInfo[VTy->getNumElements()]; in VectorInfo()
760 ElementInfo(Old.EI[i / Factor].Ofs + j * NewSize, in computeFromBCI()
842 Result.EI[j] = ElementInfo(); in computeFromSVI()
847 Result.EI[j] = ElementInfo(); in computeFromSVI()
852 Result.EI[j] = ElementInfo(); in computeFromSVI()
893 Result.EI[i] = ElementInfo(Offset + Ofs, i == 0 ? LI : nullptr); in computeFromLI()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2479 struct ElementInfo { struct
2516 ElementInfo getAdjustedElementInfo(const ASTRecordLayout &Layout);
2520 ElementInfo getAdjustedElementInfo(const FieldDecl *FD);
2556 ElementInfo PointerInfo;
2596 MicrosoftRecordLayoutBuilder::ElementInfo
2599 ElementInfo Info; in getAdjustedElementInfo()
2616 MicrosoftRecordLayoutBuilder::ElementInfo
2623 ElementInfo Info{TInfo.Width, TInfo.Align}; in getAdjustedElementInfo()
2857 ElementInfo Info = getAdjustedElementInfo(BaseLayout); in layoutNonVirtualBase()
2896 ElementInfo Info = getAdjustedElementInfo(FD); in layoutField()
[all …]
H A DASTContext.cpp1985 TypeInfo ElementInfo = getTypeInfo(MT->getElementType()); in getTypeInfoImpl() local
1989 Width = ElementInfo.Width * MT->getNumRows() * MT->getNumColumns(); in getTypeInfoImpl()
1990 Align = ElementInfo.Align; in getTypeInfoImpl()
/netbsd-src/external/mit/expat/dist/tests/
H A Druntests.c2917 } ElementInfo; typedef
2922 ElementInfo *info = (ElementInfo *)userData; in counting_start_element_handler()
2986 ElementInfo info[] = {{XCS("doc"), 3, XCS("id"), NULL}, in START_TEST()