Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp1201 intptr_t PadToNextBundle = BundleSize - getPreAlignment(); in padToNextBundle() local
1202 Asm->padWithNop(PadToNextBundle); in padToNextBundle()
1203 SizeSnapshotPre += PadToNextBundle; in padToNextBundle()
1204 SizeSnapshotPost += PadToNextBundle; in padToNextBundle()