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

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 1598     if (type == MVT::f64 && hasFPModifiers()) {
 1605     unsigned Size = type.getSizeInBits();
 1615   if (type == MVT::f64) { // Expected 64-bit fp operand
 1620   if (type == MVT::i64) { // Expected 64-bit int operand
 1629   MVT ExpectedType = (type == MVT::v2f16)? MVT::f16 :
 1630                      (type == MVT::v2i16)? MVT::i16 : type;
 1630                      (type == MVT::v2i16)? MVT::i16 : type;