Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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.cpp717 if (getAlignInBytes()) in dump()
718 Str << ", align " << getAlignInBytes(); in dump()
DIceInst.h297 uint32_t getAlignInBytes() const { return AlignInBytes; } in getAlignInBytes() function
DIceTargetLoweringMIPS32.cpp2341 const uint32_t AlignmentParam = std::max(1u, Instr->getAlignInBytes()); in lowerAlloca()
2404 if (Instr->getAlignInBytes()) { in lowerAlloca()
DIceTargetLoweringARM32.cpp2030 const uint32_t AlignmentParam = std::max(1u, Instr->getAlignInBytes()); in lowerAlloca()
DIceTargetLoweringX8664.cpp1205 const uint32_t AlignmentParam = std::max(1u, Instr->getAlignInBytes()); in lowerAlloca()
DIceTargetLoweringX8632.cpp1293 const uint32_t AlignmentParam = std::max(1u, Instr->getAlignInBytes()); in lowerAlloca()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimizer.cpp221 uint32_t alignInBytes = alloca->getAlignInBytes(); in performScalarReplacementOfAggregates()
/third_party/skia/third_party/externals/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