Home
last modified time | relevance | path

Searched refs:STRICT_FP_ROUND (Results 1 – 25 of 30) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h342 STRICT_FP_ROUND, enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h445 STRICT_FP_ROUND, enumerator
/external/llvm-project/llvm/docs/
DAddingConstrainedIntrinsics.rst57 STRICT_FP_ROUND. The new STRICT node will eventually be converted
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp103 case ISD::STRICT_FP_ROUND: in SoftenFloatResult()
778 case ISD::STRICT_FP_ROUND: in SoftenFloatOperand()
825 N->getOpcode() == ISD::STRICT_FP_ROUND); in SoftenFloatOp_FP_ROUND()
1660 case ISD::STRICT_FP_ROUND: in ExpandFloatOperand()
1773 SDValue Expansion = DAG.getNode(ISD::STRICT_FP_ROUND, SDLoc(N), in ExpandFloatOp_FP_ROUND()
DSelectionDAGDumper.cpp328 case ISD::STRICT_FP_ROUND: return "strict_fp_round"; in getOperationName()
DLegalizeVectorTypes.cpp598 case ISD::STRICT_FP_ROUND: in ScalarizeVectorOperand()
775 SDValue Res = DAG.getNode(ISD::STRICT_FP_ROUND, SDLoc(N), in ScalarizeVecOp_STRICT_FP_ROUND()
1933 case ISD::STRICT_FP_ROUND: in SplitVectorOperand()
2590 ISD::STRICT_FP_ROUND, DL, {OutVT, MVT::Other}, in SplitVecOp_TruncateHelper()
3050 case ISD::STRICT_FP_ROUND: in WidenVecRes_StrictFP()
4212 case ISD::STRICT_FP_ROUND: in WidenVectorOperand()
4351 if (Opcode == ISD::STRICT_FP_ROUND) in WidenVecOp_Convert()
DLegalizeDAG.cpp2876 case ISD::STRICT_FP_ROUND: in ExpandNode()
4471 Tmp1 = DAG.getNode(ISD::STRICT_FP_ROUND, dl, {OVT, MVT::Other}, in PromoteNode()
4533 Tmp3 = DAG.getNode(ISD::STRICT_FP_ROUND, dl, {OVT, MVT::Other}, in PromoteNode()
DSelectionDAG.cpp1136 : getNode(ISD::STRICT_FP_ROUND, DL, {VT, MVT::Other}, in getStrictFPExtendOrRound()
7432 case ISD::STRICT_FP_ROUND: in getNode()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp103 case ISD::STRICT_FP_ROUND: in SoftenFloatResult()
816 case ISD::STRICT_FP_ROUND: in SoftenFloatOperand()
863 N->getOpcode() == ISD::STRICT_FP_ROUND); in SoftenFloatOp_FP_ROUND()
1750 case ISD::STRICT_FP_ROUND: in ExpandFloatOperand()
1873 SDValue Expansion = DAG.getNode(ISD::STRICT_FP_ROUND, SDLoc(N), in ExpandFloatOp_FP_ROUND()
2572 case ISD::STRICT_FP_ROUND: in SoftPromoteHalfResult()
DLegalizeVectorTypes.cpp604 case ISD::STRICT_FP_ROUND: in ScalarizeVectorOperand()
791 SDValue Res = DAG.getNode(ISD::STRICT_FP_ROUND, SDLoc(N), in ScalarizeVecOp_STRICT_FP_ROUND()
2070 case ISD::STRICT_FP_ROUND: in SplitVectorOperand()
2742 ISD::STRICT_FP_ROUND, DL, {OutVT, MVT::Other}, in SplitVecOp_TruncateHelper()
3207 case ISD::STRICT_FP_ROUND: in WidenVecRes_StrictFP()
4376 case ISD::STRICT_FP_ROUND: in WidenVectorOperand()
4518 if (Opcode == ISD::STRICT_FP_ROUND) in WidenVecOp_Convert()
DSelectionDAGDumper.cpp338 case ISD::STRICT_FP_ROUND: return "strict_fp_round"; in getOperationName()
DLegalizeDAG.cpp3019 case ISD::STRICT_FP_ROUND: in ExpandNode()
4696 Tmp1 = DAG.getNode(ISD::STRICT_FP_ROUND, dl, {OVT, MVT::Other}, in PromoteNode()
4759 Tmp3 = DAG.getNode(ISD::STRICT_FP_ROUND, dl, {OVT, MVT::Other}, in PromoteNode()
DSelectionDAG.cpp1187 : getNode(ISD::STRICT_FP_ROUND, DL, {VT, MVT::Other}, in getStrictFPExtendOrRound()
7617 case ISD::STRICT_FP_ROUND: in getNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp820 case ISD::STRICT_FP_ROUND: in PreprocessISelDAG()
834 case ISD::STRICT_FP_ROUND: NewOpc = X86ISD::STRICT_VFPROUND; break; in PreprocessISelDAG()
1087 case ISD::STRICT_FP_ROUND: in PreprocessISelDAG()
1118 MVT MemVT = (N->getOpcode() == ISD::STRICT_FP_ROUND) ? DstVT : SrcVT; in PreprocessISelDAG()
DX86ISelLowering.cpp624 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f32, Legal); in X86TargetLowering()
625 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f64, Legal); in X86TargetLowering()
678 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f80, Legal); in X86TargetLowering()
719 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f32, Custom); in X86TargetLowering()
723 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f64, Custom); in X86TargetLowering()
727 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f80, Custom); in X86TargetLowering()
999 setOperationAction(ISD::STRICT_FP_ROUND, MVT::v2f32, Custom); in X86TargetLowering()
1190 setOperationAction(ISD::STRICT_FP_ROUND, MVT::v4f32, Legal); in X86TargetLowering()
1493 setOperationAction(ISD::STRICT_FP_ROUND, MVT::v8f32, Legal); in X86TargetLowering()
19412 return DAG.getNode(ISD::STRICT_FP_ROUND, dl, {DstVT, MVT::Other}, in LowerUINT_TO_FP()
[all …]
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp980 case ISD::STRICT_FP_ROUND: in PreprocessISelDAG()
994 case ISD::STRICT_FP_ROUND: NewOpc = X86ISD::STRICT_VFPROUND; break; in PreprocessISelDAG()
1261 case ISD::STRICT_FP_ROUND: in PreprocessISelDAG()
1292 MVT MemVT = (N->getOpcode() == ISD::STRICT_FP_ROUND) ? DstVT : SrcVT; in PreprocessISelDAG()
DX86ISelLowering.cpp633 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f32, Legal); in X86TargetLowering()
634 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f64, Legal); in X86TargetLowering()
687 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f80, Legal); in X86TargetLowering()
728 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f32, Custom); in X86TargetLowering()
732 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f64, Custom); in X86TargetLowering()
736 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f80, Custom); in X86TargetLowering()
1006 setOperationAction(ISD::STRICT_FP_ROUND, MVT::v2f32, Custom); in X86TargetLowering()
1214 setOperationAction(ISD::STRICT_FP_ROUND, MVT::v4f32, Legal); in X86TargetLowering()
1530 setOperationAction(ISD::STRICT_FP_ROUND, MVT::v8f32, Legal); in X86TargetLowering()
20379 return DAG.getNode(ISD::STRICT_FP_ROUND, dl, {DstVT, MVT::Other}, in LowerUINT_TO_FP()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp471 setOperationAction(ISD::STRICT_FP_ROUND, VT, Legal); in SystemZTargetLowering()
640 setTargetDAGCombine(ISD::STRICT_FP_ROUND); in SystemZTargetLowering()
6390 case ISD::STRICT_FP_ROUND: in PerformDAGCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td541 def strict_fpround : SDNode<"ISD::STRICT_FP_ROUND",
/external/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td548 def strict_fpround : SDNode<"ISD::STRICT_FP_ROUND",
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp476 setOperationAction(ISD::STRICT_FP_ROUND, VT, Legal); in SystemZTargetLowering()
645 setTargetDAGCombine(ISD::STRICT_FP_ROUND); in SystemZTargetLowering()
6692 case ISD::STRICT_FP_ROUND: in PerformDAGCombine()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp326 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f32, Legal); in PPCTargetLowering()
1162 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f64, Legal); in PPCTargetLowering()
1163 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f32, Legal); in PPCTargetLowering()
8862 FP = DAG.getNode(ISD::STRICT_FP_ROUND, dl, in LowerINT_TO_FP()
8943 FP = DAG.getNode(ISD::STRICT_FP_ROUND, dl, in LowerINT_TO_FP()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp433 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f16, Custom); in AArch64TargetLowering()
434 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f32, Custom); in AArch64TargetLowering()
435 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f64, Custom); in AArch64TargetLowering()
4194 case ISD::STRICT_FP_ROUND: in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp310 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f32, Custom); in AArch64TargetLowering()
311 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f64, Custom); in AArch64TargetLowering()
3205 case ISD::STRICT_FP_ROUND: in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp987 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f32, Custom); in ARMTargetLowering()
995 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f16, Custom); in ARMTargetLowering()
9377 case ISD::STRICT_FP_ROUND: in LowerOperation()

12