Home
last modified time | relevance | path

Searched refs:CombinedAlignment (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceCfg.h291 uint32_t CombinedAlignment, InstList &Insts,
DIceCfg.cpp814 uint32_t CombinedAlignment, InstList &Insts, in sortAndCombineAllocas() argument
862 uint32_t TotalSize = Utils::applyAlignment(CurrentOffset, CombinedAlignment); in sortAndCombineAllocas()
881 InstAlloca::create(this, BaseVariable, AllocaSize, CombinedAlignment); in sortAndCombineAllocas()
900 getTarget()->reserveFixedAllocaArea(TotalSize, CombinedAlignment); in sortAndCombineAllocas()