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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 5715   if (VT == MVT::f64)
 5717   else if (VT == MVT::f32)
 5719   else if (VT == MVT::f16 && Subtarget->hasFullFP16())
 5727   if (!IsLegal && (VT == MVT::f64 || VT == MVT::f32)) {
 5727   if (!IsLegal && (VT == MVT::f64 || VT == MVT::f32)) {
 5734     AArch64_IMM::expandMOVImm(ImmInt.getZExtValue(), VT.getSizeInBits(),
 5740   LLVM_DEBUG(dbgs() << (IsLegal ? "Legal " : "Illegal ") << VT.getEVTString()