Home
last modified time | relevance | path

Searched defs:ElementInfo (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp644 struct ElementInfo { struct
646 Polynomial Ofs;
650 LoadInst *LI;
652 ElementInfo(Polynomial Offset = Polynomial(), LoadInst *LI = nullptr) in ElementInfo() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp645 struct ElementInfo { struct
647 Polynomial Ofs;
651 LoadInst *LI;
653 ElementInfo(Polynomial Offset = Polynomial(), LoadInst *LI = nullptr) in ElementInfo() function
/external/expat/expat/tests/
Dhandlers.h93 } ElementInfo; typedef
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp2212 struct ElementInfo { struct
2213 CharUnits Size;
2214 CharUnits Alignment;
/external/python/cpython3/Lib/xml/dom/
Dexpatbuilder.py60 class ElementInfo(object): class
Dminidom.py1512 class ElementInfo(object): class