Searched refs:ElementInfo (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterleavedLoadCombinePass.cpp | 644 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() 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() 896 Result.EI[i] = ElementInfo(Offset + Ofs, i == 0 ? LI : nullptr); in computeFromLI()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | RecordLayoutBuilder.cpp | 2553 struct ElementInfo { struct 2594 ElementInfo getAdjustedElementInfo(const ASTRecordLayout &Layout); 2598 ElementInfo getAdjustedElementInfo(const FieldDecl *FD); 2636 ElementInfo PointerInfo; 2674 MicrosoftRecordLayoutBuilder::ElementInfo 2677 ElementInfo Info; in getAdjustedElementInfo() 2694 MicrosoftRecordLayoutBuilder::ElementInfo 2701 ElementInfo Info{TInfo.Width, TInfo.Align}; in getAdjustedElementInfo() 2935 ElementInfo Info = getAdjustedElementInfo(BaseLayout); in layoutNonVirtualBase() 2974 ElementInfo Info = getAdjustedElementInfo(FD); in layoutField() [all …]
|
| H A D | ASTContext.cpp | 2152 TypeInfo ElementInfo = getTypeInfo(MT->getElementType()); in getTypeInfoImpl() local 2156 Width = ElementInfo.Width * MT->getNumRows() * MT->getNumColumns(); in getTypeInfoImpl() 2157 Align = ElementInfo.Align; in getTypeInfoImpl()
|
| /freebsd/contrib/expat/tests/ |
| H A D | handlers.h | 95 } ElementInfo; typedef 99 ElementInfo *info;
|
| H A D | basic_tests.c | 2495 ElementInfo info[] = {{XCS("doc"), 3, 0, XCS("id"), doc_info}, in START_TEST() 2532 ElementInfo info[] in START_TEST() 2570 ElementInfo info[] in START_TEST() 2609 ElementInfo info[] in START_TEST() 2645 ElementInfo info[] in START_TEST() 2683 ElementInfo info[] = {{XCS("doc"), 0, 1, NULL, doc_info}, in START_TEST() 2725 ElementInfo info[] = {{XCS("doc"), 0, 2, NULL, doc_info}, in START_TEST() 2766 ElementInfo info[] = {{XCS("doc"), 1, 0, XCS("identifier"), doc_info}, in START_TEST() 5842 ElementInfo info[] in START_TEST()
|
| H A D | handlers.c | 111 ElementInfo *info = parserAndElementInfos->info; in counting_start_element_handler()
|