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

References

include/llvm/Support/MachineValueType.h
  337               SimpleTy == MVT::v2f16 || SimpleTy == MVT::v1f32);
  517       case v1f32:
  658       case v1f32:
  719       case v1f32:
  973         if (NumElements == 1)    return MVT::v1f32;
lib/CodeGen/ValueTypes.cpp
  189   case MVT::v1f32:   return "v1f32";
  339   case MVT::v1f32:   return VectorType::get(Type::getFloatTy(Context), 1);
lib/Target/AArch64/AArch64ISelLowering.cpp
 5755        VT == MVT::f32 || VT == MVT::v1f32 ||
12116       VT == MVT::v1f32)
utils/TableGen/CodeGenTarget.cpp
  135   case MVT::v1f32:    return "MVT::v1f32";