Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRCanonicalizerPass.cpp479 const unsigned VR_GAP = (++VRegGapIndex * 1000); in NamedVRegCursor() local
482 const unsigned E = (((I + VR_GAP) / VR_GAP) + 1) * VR_GAP; in NamedVRegCursor()
489 const unsigned VR_GAP = (++VRegGapIndex * 1000); in SkipVRegs() local
492 const unsigned E = (((I + VR_GAP) / VR_GAP) + 1) * VR_GAP; in SkipVRegs()