Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h320 STRICT_FP_TO_UINT, enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h423 STRICT_FP_TO_UINT, enumerator
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp574 case ISD::STRICT_FP_TO_UINT: in Promote()
681 if (NewOpc == ISD::STRICT_FP_TO_UINT && in PromoteFP_TO_INT()
698 Node->getOpcode() == ISD::STRICT_FP_TO_UINT) in PromoteFP_TO_INT()
1372 if (Node->getOpcode() == ISD::STRICT_FP_TO_UINT) { in ExpandStrictFPOp()
DSelectionDAGDumper.cpp350 case ISD::STRICT_FP_TO_UINT: return "strict_fp_to_uint"; in getOperationName()
DLegalizeIntegerTypes.cpp122 case ISD::STRICT_FP_TO_UINT: in PromoteIntegerResult()
571 if (N->getOpcode() == ISD::STRICT_FP_TO_UINT && in PromoteIntRes_FP_TO_XINT()
572 !TLI.isOperationLegal(ISD::STRICT_FP_TO_UINT, NVT) && in PromoteIntRes_FP_TO_XINT()
594 N->getOpcode() == ISD::STRICT_FP_TO_UINT) ? in PromoteIntRes_FP_TO_XINT()
2046 case ISD::STRICT_FP_TO_UINT: in ExpandIntegerResult()
DLegalizeVectorTypes.cpp586 case ISD::STRICT_FP_TO_UINT: in ScalarizeVectorOperand()
2101 case ISD::STRICT_FP_TO_UINT: in SplitVectorOperand()
3209 case ISD::STRICT_FP_TO_UINT: in WidenVecRes_StrictFP()
4380 case ISD::STRICT_FP_TO_UINT: in WidenVectorOperand()
DLegalizeDAG.cpp2693 OpToUse = IsStrict ? ISD::STRICT_FP_TO_UINT : ISD::FP_TO_UINT; in PromoteLegalFP_TO_INT()
3131 case ISD::STRICT_FP_TO_UINT: in ExpandNode()
4489 case ISD::STRICT_FP_TO_UINT: in PromoteNode()
DLegalizeFloatTypes.cpp819 case ISD::STRICT_FP_TO_UINT: in SoftenFloatOperand()
1754 case ISD::STRICT_FP_TO_UINT: in ExpandFloatOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp568 case ISD::STRICT_FP_TO_UINT: in Promote()
675 if (NewOpc == ISD::STRICT_FP_TO_UINT && in PromoteFP_TO_INT()
692 Node->getOpcode() == ISD::STRICT_FP_TO_UINT) in PromoteFP_TO_INT()
1473 if (Node->getOpcode() == ISD::STRICT_FP_TO_UINT) { in ExpandStrictFPOp()
DSelectionDAGDumper.cpp340 case ISD::STRICT_FP_TO_UINT: return "strict_fp_to_uint"; in getOperationName()
DLegalizeIntegerTypes.cpp120 case ISD::STRICT_FP_TO_UINT: in PromoteIntegerResult()
522 if (N->getOpcode() == ISD::STRICT_FP_TO_UINT && in PromoteIntRes_FP_TO_XINT()
523 !TLI.isOperationLegal(ISD::STRICT_FP_TO_UINT, NVT) && in PromoteIntRes_FP_TO_XINT()
545 N->getOpcode() == ISD::STRICT_FP_TO_UINT) ? in PromoteIntRes_FP_TO_XINT()
1817 case ISD::STRICT_FP_TO_UINT: in ExpandIntegerResult()
DLegalizeVectorTypes.cpp580 case ISD::STRICT_FP_TO_UINT: in ScalarizeVectorOperand()
1964 case ISD::STRICT_FP_TO_UINT: in SplitVectorOperand()
3052 case ISD::STRICT_FP_TO_UINT: in WidenVecRes_StrictFP()
4216 case ISD::STRICT_FP_TO_UINT: in WidenVectorOperand()
DLegalizeFloatTypes.cpp781 case ISD::STRICT_FP_TO_UINT: in SoftenFloatOperand()
1664 case ISD::STRICT_FP_TO_UINT: in ExpandFloatOperand()
DLegalizeDAG.cpp2576 OpToUse = IsStrict ? ISD::STRICT_FP_TO_UINT : ISD::FP_TO_UINT; in PromoteLegalFP_TO_INT()
2990 case ISD::STRICT_FP_TO_UINT: in ExpandNode()
4280 case ISD::STRICT_FP_TO_UINT: in PromoteNode()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp241 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i1, Promote); in PPCTargetLowering()
242 AddPromotedToType(ISD::STRICT_FP_TO_UINT, MVT::i1, in PPCTargetLowering()
280 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::ppcf128, Custom); in PPCTargetLowering()
616 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i64, Expand); in PPCTargetLowering()
625 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i32, Custom); in PPCTargetLowering()
635 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i32, Legal); in PPCTargetLowering()
638 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i32, Expand); in PPCTargetLowering()
647 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i64, Custom); in PPCTargetLowering()
657 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i32, Custom); in PPCTargetLowering()
843 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v4i32, Legal); in PPCTargetLowering()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp221 setOperationAction(ISD::STRICT_FP_TO_UINT, VT, Legal); in SystemZTargetLowering()
410 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v2i64, Legal); in SystemZTargetLowering()
411 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v2f64, Legal); in SystemZTargetLowering()
430 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v4i32, Legal); in SystemZTargetLowering()
431 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v4f32, Legal); in SystemZTargetLowering()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp225 setOperationAction(ISD::STRICT_FP_TO_UINT, VT, Legal); in SystemZTargetLowering()
415 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v2i64, Legal); in SystemZTargetLowering()
416 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v2f64, Legal); in SystemZTargetLowering()
435 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v4i32, Legal); in SystemZTargetLowering()
436 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v4f32, Legal); in SystemZTargetLowering()
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp306 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i32, Custom); in RISCVTargetLowering()
1079 case ISD::STRICT_FP_TO_UINT: in ReplaceNodeResults()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp824 case ISD::STRICT_FP_TO_UINT: { in PreprocessISelDAG()
837 case ISD::STRICT_FP_TO_UINT: NewOpc = X86ISD::STRICT_CVTTP2UI; break; in PreprocessISelDAG()
DX86ISelLowering.cpp265 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i8, Promote); in X86TargetLowering()
268 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i16, Promote); in X86TargetLowering()
270 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i32, Custom); in X86TargetLowering()
272 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i64, Custom); in X86TargetLowering()
976 setOperationAction(ISD::STRICT_FP_TO_UINT, VT, Custom); in X86TargetLowering()
1183 setOperationPromotedToType(ISD::STRICT_FP_TO_UINT, MVT::v8i16, MVT::v8i32); in X86TargetLowering()
1387 setOperationPromotedToType(ISD::STRICT_FP_TO_UINT, MVT::v8i1, MVT::v8i32); in X86TargetLowering()
1389 setOperationPromotedToType(ISD::STRICT_FP_TO_UINT, MVT::v4i1, MVT::v4i32); in X86TargetLowering()
1393 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v2i1, Custom); in X86TargetLowering()
1471 setOperationPromotedToType(ISD::STRICT_FP_TO_UINT, VT, MVT::v16i32); in X86TargetLowering()
[all …]
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp262 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i8, Promote); in X86TargetLowering()
265 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i16, Promote); in X86TargetLowering()
267 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i32, Custom); in X86TargetLowering()
269 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i64, Custom); in X86TargetLowering()
983 setOperationAction(ISD::STRICT_FP_TO_UINT, VT, Custom); in X86TargetLowering()
1207 setOperationPromotedToType(ISD::STRICT_FP_TO_UINT, MVT::v8i16, MVT::v8i32); in X86TargetLowering()
1415 setOperationPromotedToType(ISD::STRICT_FP_TO_UINT, MVT::v8i1, MVT::v8i32); in X86TargetLowering()
1417 setOperationPromotedToType(ISD::STRICT_FP_TO_UINT, MVT::v4i1, MVT::v4i32); in X86TargetLowering()
1421 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v2i1, Custom); in X86TargetLowering()
1508 setOperationPromotedToType(ISD::STRICT_FP_TO_UINT, VT, MVT::v16i32); in X86TargetLowering()
[all …]
DX86ISelDAGToDAG.cpp984 case ISD::STRICT_FP_TO_UINT: { in PreprocessISelDAG()
997 case ISD::STRICT_FP_TO_UINT: NewOpc = X86ISD::STRICT_CVTTP2UI; break; in PreprocessISelDAG()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td547 def strict_fp_to_uint : SDNode<"ISD::STRICT_FP_TO_UINT",
/external/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td554 def strict_fp_to_uint : SDNode<"ISD::STRICT_FP_TO_UINT",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp293 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i32, Custom); in AArch64TargetLowering()
294 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i64, Custom); in AArch64TargetLowering()
295 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i128, Custom); in AArch64TargetLowering()
3256 case ISD::STRICT_FP_TO_UINT: in LowerOperation()

12