Searched refs:getAlignInBytes (Results 1 – 9 of 9) sorted by relevance
917 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()
734 if (getAlignInBytes()) in dump()735 Str << ", align " << getAlignInBytes(); in dump()
294 uint32_t getAlignInBytes() const { return AlignInBytes; } in getAlignInBytes() function
2386 const uint32_t AlignmentParam = std::max(1u, Instr->getAlignInBytes()); in lowerAlloca()2449 if (Instr->getAlignInBytes()) { in lowerAlloca()
2220 const uint32_t AlignmentParam = std::max(1u, Instr->getAlignInBytes()); in lowerAlloca()
1517 const uint32_t AlignmentParam = std::max(1u, Instr->getAlignInBytes());
159 if (uint32_t AlignInBytes = GV->getAlignInBytes()) in getOrCreateGlobalVariableDIE()1005 if (uint32_t AlignInBytes = DIVar->getAlignInBytes()) in applyVariableAttributes()
1091 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()
671 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; }2211 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; }