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

References

lib/Target/AMDGPU/SIInstrInfo.cpp
 2954   return ST.hasVOP3Literal();
 3476       if (LiteralCount && !ST.hasVOP3Literal()) {
 3962   int VOP3LiteralLimit = ST.hasVOP3Literal() ? 1 : 0;
 4156   int LiteralLimit = ST.hasVOP3Literal() ? 1 : 0;