Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp820 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()
DIceInst.cpp726 if (getAlignInBytes()) in dump()
727 Str << ", align " << getAlignInBytes(); in dump()
DIceInst.h299 uint32_t getAlignInBytes() const { return AlignInBytes; } in getAlignInBytes() function
DIceTargetLoweringMIPS32.cpp2371 const uint32_t AlignmentParam = std::max(1u, Instr->getAlignInBytes()); in lowerAlloca()
2434 if (Instr->getAlignInBytes()) { in lowerAlloca()
DIceTargetLoweringARM32.cpp2214 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-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp806 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()
DDwarfCompileUnit.cpp172 if (uint32_t AlignInBytes = GV->getAlignInBytes()) in getOrCreateGlobalVariableDIE()
1263 if (uint32_t AlignInBytes = DIVar->getAlignInBytes()) in applyVariableAttributes()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp738 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()
DDwarfCompileUnit.cpp163 if (uint32_t AlignInBytes = GV->getAlignInBytes()) in getOrCreateGlobalVariableDIE()
1383 if (uint32_t AlignInBytes = DIVar->getAlignInBytes()) in applyVariableAttributes()
/external/swiftshader/src/Reactor/
DOptimizer.cpp221 uint32_t alignInBytes = alloca->getAlignInBytes(); in performScalarReplacementOfAggregates()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h624 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function
2257 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h696 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function
2500 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function