Home
last modified time | relevance | path

Searched refs:getAlignInBytes (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp917 uint32_t Align1 = A1->getAlignInBytes(); in sortAndCombineAllocas()
918 uint32_t Align2 = A2->getAlignInBytes(); in sortAndCombineAllocas()
934 uint32_t Alignment = std::max(Alloca->getAlignInBytes(), 1u); in sortAndCombineAllocas()
1024 uint32_t AlignmentParam = Alloca->getAlignInBytes(); in processAllocas()
1075 uint32_t AlignmentParam = Alloca->getAlignInBytes(); in processAllocas()
DIceInst.cpp734 if (getAlignInBytes()) in dump()
735 Str << ", align " << getAlignInBytes(); in dump()
DIceInst.h294 uint32_t getAlignInBytes() const { return AlignInBytes; } in getAlignInBytes() function
DIceTargetLoweringMIPS32.cpp2386 const uint32_t AlignmentParam = std::max(1u, Instr->getAlignInBytes()); in lowerAlloca()
2449 if (Instr->getAlignInBytes()) { in lowerAlloca()
DIceTargetLoweringARM32.cpp2220 const uint32_t AlignmentParam = std::max(1u, Instr->getAlignInBytes()); in lowerAlloca()
DIceTargetLoweringX86BaseImpl.h1517 const uint32_t AlignmentParam = std::max(1u, Instr->getAlignInBytes());
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp159 if (uint32_t AlignInBytes = GV->getAlignInBytes()) in getOrCreateGlobalVariableDIE()
1005 if (uint32_t AlignInBytes = DIVar->getAlignInBytes()) in applyVariableAttributes()
DDwarfUnit.cpp1091 if (uint32_t AlignInBytes = CTy->getAlignInBytes()) in constructTypeDIE()
1533 uint32_t AlignInBytes = DT->getAlignInBytes(); in constructMemberDIE()
1652 if (uint32_t AlignInBytes = DT->getAlignInBytes()) in getOrCreateStaticMemberDIE()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h671 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; }
2211 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; }