Searched refs:ElementInfo (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterleavedLoadCombinePass.cpp | 645 struct ElementInfo { struct 653 ElementInfo(Polynomial Offset = Polynomial(), LoadInst *LI = nullptr) in ElementInfo() function 673 ElementInfo *EI; 679 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() 897 Result.EI[i] = ElementInfo(Offset + Ofs, i == 0 ? LI : nullptr); in computeFromLI()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | RecordLayoutBuilder.cpp | 2549 struct ElementInfo { struct 2593 ElementInfo getAdjustedElementInfo(const FieldDecl *FD); 2631 ElementInfo PointerInfo; 2671 MicrosoftRecordLayoutBuilder::ElementInfo 2674 ElementInfo Info; in getAdjustedElementInfo() 2691 MicrosoftRecordLayoutBuilder::ElementInfo 2698 ElementInfo Info{TInfo.Width, TInfo.Align}; in getAdjustedElementInfo() 2932 ElementInfo Info = getAdjustedElementInfo(BaseLayout); in layoutNonVirtualBase() 2971 ElementInfo Info = getAdjustedElementInfo(FD); in layoutField() 3019 ElementInfo Info = getAdjustedElementInfo(FD); in layoutBitField() [all …]
|
| H A D | ASTContext.cpp | 1961 TypeInfo ElementInfo = getTypeInfo(MT->getElementType()); in getTypeInfoImpl() local 1965 Width = ElementInfo.Width * MT->getNumRows() * MT->getNumColumns(); in getTypeInfoImpl() 1966 Align = ElementInfo.Align; in getTypeInfoImpl()
|
| /freebsd-14.2/contrib/expat/tests/ |
| H A D | handlers.h | 93 } ElementInfo; typedef 97 ElementInfo *info;
|
| H A D | handlers.c | 108 ElementInfo *info = parserAndElementInfos->info; in counting_start_element_handler()
|
| H A D | basic_tests.c | 2469 ElementInfo info[] = {{XCS("doc"), 3, XCS("id"), NULL}, in START_TEST() 5498 ElementInfo info[] = {{XCS("foo"), 1, NULL, NULL}, {NULL, 0, NULL, NULL}}; in START_TEST()
|