Searched refs:getAlignInBytes (Results 1 – 13 of 13) sorted by relevance
820 uint32_t Align1 = A1->getAlignInBytes(); in sortAndCombineAllocas()821 uint32_t Align2 = A2->getAlignInBytes(); in sortAndCombineAllocas()837 uint32_t Alignment = std::max(Alloca->getAlignInBytes(), 1u); in sortAndCombineAllocas()927 uint32_t AlignmentParam = Alloca->getAlignInBytes(); in processAllocas()978 uint32_t AlignmentParam = Alloca->getAlignInBytes(); in processAllocas()
726 if (getAlignInBytes()) in dump()727 Str << ", align " << getAlignInBytes(); in dump()
299 uint32_t getAlignInBytes() const { return AlignInBytes; } in getAlignInBytes() function
2371 const uint32_t AlignmentParam = std::max(1u, Instr->getAlignInBytes()); in lowerAlloca()2434 if (Instr->getAlignInBytes()) { in lowerAlloca()
2214 const uint32_t AlignmentParam = std::max(1u, Instr->getAlignInBytes()); in lowerAlloca()
1517 const uint32_t AlignmentParam = std::max(1u, Instr->getAlignInBytes());
806 uint32_t AlignInBytes = DTy->getAlignInBytes(); in constructTypeDIE()1034 if (uint32_t AlignInBytes = CTy->getAlignInBytes()) in constructTypeDIE()1493 uint32_t AlignInBytes = DT->getAlignInBytes(); in constructMemberDIE()1612 if (uint32_t AlignInBytes = DT->getAlignInBytes()) in getOrCreateStaticMemberDIE()
172 if (uint32_t AlignInBytes = GV->getAlignInBytes()) in getOrCreateGlobalVariableDIE()1263 if (uint32_t AlignInBytes = DIVar->getAlignInBytes()) in applyVariableAttributes()
738 uint32_t AlignInBytes = DTy->getAlignInBytes(); in constructTypeDIE()967 if (uint32_t AlignInBytes = CTy->getAlignInBytes()) in constructTypeDIE()1548 uint32_t AlignInBytes = DT->getAlignInBytes(); in constructMemberDIE()1667 if (uint32_t AlignInBytes = DT->getAlignInBytes()) in getOrCreateStaticMemberDIE()
163 if (uint32_t AlignInBytes = GV->getAlignInBytes()) in getOrCreateGlobalVariableDIE()1383 if (uint32_t AlignInBytes = DIVar->getAlignInBytes()) in applyVariableAttributes()
221 uint32_t alignInBytes = alloca->getAlignInBytes(); in performScalarReplacementOfAggregates()
624 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function2257 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function
696 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function2500 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function