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

References

include/llvm/Support/MachineValueType.h
  202       LAST_FP_SCALABLE_VECTOR_VALUETYPE = nxv8f64,
  205       LAST_SCALABLE_VECTOR_VALUETYPE = nxv8f64,
  208       LAST_VECTOR_VALUETYPE  = nxv8f64,
  543       case nxv8f64: return f64;
  613       case nxv8f64: return 8;
  797       case nxv8f64: return 512;
 1058           if (NumElements == 8)  return MVT::nxv8f64;
lib/CodeGen/ValueTypes.cpp
  254   case MVT::nxv8f64: return "nxv8f64";
  439   case MVT::nxv8f64: 
utils/TableGen/CodeGenTarget.cpp
  192   case MVT::nxv8f64:  return "MVT::nxv8f64";