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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 1707     static_cast<const AArch64Subtarget &>(DAG.getSubtarget()).hasFullFP16();
 1712       LHS = DAG.getNode(ISD::FP_EXTEND, DL, MVT::f32, LHS);
 1713       RHS = DAG.getNode(ISD::FP_EXTEND, DL, MVT::f32, RHS);
 1727   SDValue Condition = DAG.getConstant(Predicate, DL, MVT_CC);
 1730   SDValue NZCVOp = DAG.getConstant(NZCV, DL, MVT::i32);
 1731   return DAG.getNode(Opcode, DL, MVT_CC, LHS, RHS, NZCVOp, Condition, CCOp);