Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInst.cpp274 uint32_t AlignInBytes) in InstAlloca() argument
275 : InstHighLevel(Func, Inst::Alloca, 1, Dest), AlignInBytes(AlignInBytes) { in InstAlloca()
277 assert(AlignInBytes == 0 || llvm::isPowerOf2_32(AlignInBytes)); in InstAlloca()
DIceInst.h290 uint32_t AlignInBytes) { in create() argument
292 InstAlloca(Func, Dest, ByteCount, AlignInBytes); in create()
294 uint32_t getAlignInBytes() const { return AlignInBytes; } in getAlignInBytes()
304 uint32_t AlignInBytes);
306 const uint32_t AlignInBytes; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1091 if (uint32_t AlignInBytes = CTy->getAlignInBytes()) in constructTypeDIE() local
1093 AlignInBytes); in constructTypeDIE()
1533 uint32_t AlignInBytes = DT->getAlignInBytes(); in constructMemberDIE() local
1571 if (AlignInBytes) in constructMemberDIE()
1573 AlignInBytes); in constructMemberDIE()
1652 if (uint32_t AlignInBytes = DT->getAlignInBytes()) in getOrCreateStaticMemberDIE() local
1654 AlignInBytes); in getOrCreateStaticMemberDIE()
DDwarfCompileUnit.cpp159 if (uint32_t AlignInBytes = GV->getAlignInBytes()) in getOrCreateGlobalVariableDIE() local
161 AlignInBytes); in getOrCreateGlobalVariableDIE()
1005 if (uint32_t AlignInBytes = DIVar->getAlignInBytes()) in applyVariableAttributes() local
1007 AlignInBytes); in applyVariableAttributes()