Home
last modified time | relevance | path

Searched refs:STRICT_FMUL (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h383 STRICT_FMUL, enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp257 case ISD::STRICT_FMUL: return "strict_fmul"; in getOperationName()
H A DLegalizeVectorOps.cpp1294 fHI = DAG.getNode(ISD::STRICT_FMUL, DL, {Node->getValueType(0), MVT::Other}, in ExpandUINT_TO_FLOAT()
H A DLegalizeFloatTypes.cpp96 case ISD::STRICT_FMUL: in SoftenFloatResult()
1215 case ISD::STRICT_FMUL: in ExpandFloatResult()
H A DLegalizeDAG.cpp4134 case ISD::STRICT_FMUL: in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp7234 SDValue Mul = DAG.getNode(ISD::STRICT_FMUL, sdl, VTs, Opers, Flags); in visitConstrainedFPIntrinsic()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp474 setOperationAction(ISD::STRICT_FMUL, VT, Legal); in SystemZTargetLowering()
523 setOperationAction(ISD::STRICT_FMUL, MVT::v2f64, Legal); in SystemZTargetLowering()
580 setOperationAction(ISD::STRICT_FMUL, MVT::v4f32, Legal); in SystemZTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td513 def strict_fmul : SDNode<"ISD::STRICT_FMUL",
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp328 setOperationAction(ISD::STRICT_FMUL, MVT::f32, Legal); in PPCTargetLowering()
334 setOperationAction(ISD::STRICT_FMUL, MVT::f64, Legal); in PPCTargetLowering()
1089 setOperationAction(ISD::STRICT_FMUL, MVT::v4f32, Legal); in PPCTargetLowering()
1103 setOperationAction(ISD::STRICT_FMUL, MVT::v2f64, Legal); in PPCTargetLowering()
1179 setOperationAction(ISD::STRICT_FMUL, MVT::f128, Legal); in PPCTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp665 setOperationAction(ISD::STRICT_FMUL, MVT::f32, Legal); in X86TargetLowering()
666 setOperationAction(ISD::STRICT_FMUL, MVT::f64, Legal); in X86TargetLowering()
718 setOperationAction(ISD::STRICT_FMUL , MVT::f80, Legal); in X86TargetLowering()
741 setOperationAction(ISD::STRICT_FMUL, MVT::f128, LibCall); in X86TargetLowering()
902 setOperationAction(ISD::STRICT_FMUL, MVT::v4f32, Legal); in X86TargetLowering()
1098 setOperationAction(ISD::STRICT_FMUL, MVT::v2f64, Legal); in X86TargetLowering()
1260 setOperationAction(ISD::STRICT_FMUL, MVT::v8f32, Legal); in X86TargetLowering()
1261 setOperationAction(ISD::STRICT_FMUL, MVT::v4f64, Legal); in X86TargetLowering()
1559 setOperationAction(ISD::STRICT_FMUL, MVT::v16f32, Legal); in X86TargetLowering()
1560 setOperationAction(ISD::STRICT_FMUL, MVT::v8f64, Legal); in X86TargetLowering()