Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp1223 intptr_t PadToNextBundle = BundleSize - getPreAlignment(); in padToNextBundle() local
1224 Asm->padWithNop(PadToNextBundle); in padToNextBundle()
1225 SizeSnapshotPre += PadToNextBundle; in padToNextBundle()
1226 SizeSnapshotPost += PadToNextBundle; in padToNextBundle()