HomeSort by: relevance | last modified time | path
    Searched refs:ElementInfo (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
InterleavedLoadCombinePass.cpp 645 struct ElementInfo {
653 ElementInfo(Polynomial Offset = Polynomial(), LoadInst *LI = nullptr)
673 ElementInfo *EI;
680 EI = new ElementInfo[VTy->getNumElements()];
760 ElementInfo(Old.EI[i / Factor].Ofs + j * NewSize,
842 Result.EI[j] = ElementInfo();
847 Result.EI[j] = ElementInfo();
852 Result.EI[j] = ElementInfo();
893 Result.EI[i] = ElementInfo(Offset + Ofs, i == 0 ? LI : nullptr);
  /src/external/apache2/llvm/dist/clang/lib/AST/
RecordLayoutBuilder.cpp 2479 struct ElementInfo {
2516 ElementInfo getAdjustedElementInfo(const ASTRecordLayout &Layout);
2520 ElementInfo getAdjustedElementInfo(const FieldDecl *FD);
2556 ElementInfo PointerInfo;
2596 MicrosoftRecordLayoutBuilder::ElementInfo
2599 ElementInfo Info;
2616 MicrosoftRecordLayoutBuilder::ElementInfo
2623 ElementInfo Info{TInfo.Width, TInfo.Align};
2857 ElementInfo Info = getAdjustedElementInfo(BaseLayout);
2896 ElementInfo Info = getAdjustedElementInfo(FD)
    [all...]
ASTContext.cpp 1985 TypeInfo ElementInfo = getTypeInfo(MT->getElementType());
1989 Width = ElementInfo.Width * MT->getNumRows() * MT->getNumColumns();
1990 Align = ElementInfo.Align;
  /src/external/mit/expat/dist/tests/
handlers.h 88 typedef struct elementInfo {
93 } ElementInfo;
97 ElementInfo *info;
handlers.c 108 ElementInfo *info = parserAndElementInfos->info;
basic_tests.c 2469 ElementInfo info[] = {{XCS("doc"), 3, XCS("id"), NULL},
5498 ElementInfo info[] = {{XCS("foo"), 1, NULL, NULL}, {NULL, 0, NULL, NULL}};

Completed in 37 milliseconds