reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/SIISelLowering.cpp
 6131     unsigned OrderedCountIndex = IndexOperand & 0x3f;
 6132     IndexOperand &= ~0x3f;
 6136       CountDw = (IndexOperand >> 24) & 0xf;
 6137       IndexOperand &= ~(0xf << 24);
 6145     if (IndexOperand)