Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfg.h305 uint32_t CombinedAlignment, InstList &Insts,
DIceCfg.cpp911 uint32_t CombinedAlignment, InstList &Insts, in sortAndCombineAllocas() argument
959 uint32_t TotalSize = Utils::applyAlignment(CurrentOffset, CombinedAlignment); in sortAndCombineAllocas()
978 InstAlloca::create(this, BaseVariable, AllocaSize, CombinedAlignment); in sortAndCombineAllocas()
997 getTarget()->reserveFixedAllocaArea(TotalSize, CombinedAlignment); in sortAndCombineAllocas()