/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 319 STRICT_FP_TO_SINT, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 569 case ISD::STRICT_FP_TO_SINT: in Promote() 676 TLI.isOperationLegalOrCustom(ISD::STRICT_FP_TO_SINT, NVT)) in PromoteFP_TO_INT() 677 NewOpc = ISD::STRICT_FP_TO_SINT; in PromoteFP_TO_INT()
|
D | SelectionDAGDumper.cpp | 338 case ISD::STRICT_FP_TO_SINT: return "strict_fp_to_sint"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 780 case ISD::STRICT_FP_TO_SINT: in SoftenFloatOperand() 878 N->getOpcode() == ISD::STRICT_FP_TO_SINT; in SoftenFloatOp_FP_TO_XINT() 1662 case ISD::STRICT_FP_TO_SINT: in ExpandFloatOperand()
|
D | LegalizeIntegerTypes.cpp | 119 case ISD::STRICT_FP_TO_SINT: in PromoteIntegerResult() 524 TLI.isOperationLegalOrCustom(ISD::STRICT_FP_TO_SINT, NVT)) in PromoteIntRes_FP_TO_XINT() 525 NewOpc = ISD::STRICT_FP_TO_SINT; in PromoteIntRes_FP_TO_XINT() 1815 case ISD::STRICT_FP_TO_SINT: in ExpandIntegerResult()
|
D | LegalizeDAG.cpp | 2556 N->getOpcode() == ISD::STRICT_FP_TO_SINT; in PromoteLegalFP_TO_INT() 2571 OpToUse = IsStrict ? ISD::STRICT_FP_TO_SINT : ISD::FP_TO_SINT; in PromoteLegalFP_TO_INT() 2979 case ISD::STRICT_FP_TO_SINT: in ExpandNode() 4282 case ISD::STRICT_FP_TO_SINT: in PromoteNode()
|
D | LegalizeVectorTypes.cpp | 579 case ISD::STRICT_FP_TO_SINT: in ScalarizeVectorOperand() 1963 case ISD::STRICT_FP_TO_SINT: in SplitVectorOperand() 3051 case ISD::STRICT_FP_TO_SINT: in WidenVecRes_StrictFP() 4214 case ISD::STRICT_FP_TO_SINT: in WidenVectorOperand()
|
D | TargetLowering.cpp | 6111 unsigned SIntOpcode = Node->isStrictFPOpcode() ? ISD::STRICT_FP_TO_SINT : in expandFP_TO_UINT() 6126 Result = DAG.getNode(ISD::STRICT_FP_TO_SINT, dl, { DstVT, MVT::Other }, in expandFP_TO_UINT() 6167 SInt = DAG.getNode(ISD::STRICT_FP_TO_SINT, dl, { DstVT, MVT::Other }, in expandFP_TO_UINT()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 219 setOperationAction(ISD::STRICT_FP_TO_SINT, VT, Legal); in SystemZTargetLowering() 408 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v2i64, Legal); in SystemZTargetLowering() 409 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v2f64, Legal); in SystemZTargetLowering() 428 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v4i32, Legal); in SystemZTargetLowering() 429 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v4f32, Legal); in SystemZTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 251 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i8, Promote); in X86TargetLowering() 253 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i16, Custom); in X86TargetLowering() 255 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i32, Custom); in X86TargetLowering() 259 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i64, Custom); in X86TargetLowering() 968 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v4i32, Legal); in X86TargetLowering() 969 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v2i32, Custom); in X86TargetLowering() 975 setOperationAction(ISD::STRICT_FP_TO_SINT, VT, Custom); in X86TargetLowering() 1182 setOperationPromotedToType(ISD::STRICT_FP_TO_SINT, MVT::v8i16, MVT::v8i32); in X86TargetLowering() 1185 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v8i32, Legal); in X86TargetLowering() 1386 setOperationPromotedToType(ISD::STRICT_FP_TO_SINT, MVT::v8i1, MVT::v8i32); in X86TargetLowering() [all …]
|
D | X86ISelDAGToDAG.cpp | 823 case ISD::STRICT_FP_TO_SINT: in PreprocessISelDAG() 835 case ISD::STRICT_FP_TO_SINT: NewOpc = X86ISD::STRICT_CVTTP2SI; break; in PreprocessISelDAG()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 287 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i32, Custom); in AArch64TargetLowering() 288 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i64, Custom); in AArch64TargetLowering() 289 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i128, Custom); in AArch64TargetLowering() 2614 Op.getOpcode() == ISD::STRICT_FP_TO_SINT) in LowerFP_TO_INT() 3255 case ISD::STRICT_FP_TO_SINT: in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 545 def strict_fp_to_sint : SDNode<"ISD::STRICT_FP_TO_SINT",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 983 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i32, Custom); in ARMTargetLowering() 985 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::f64, Custom); in ARMTargetLowering() 5407 Op.getOpcode() == ISD::STRICT_FP_TO_SINT) in LowerFP_TO_INT() 5426 DAG.getNode(Op.getOpcode() == ISD::STRICT_FP_TO_SINT ? ISD::FP_TO_SINT in LowerFP_TO_INT() 9305 case ISD::STRICT_FP_TO_SINT: in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenFastISel.inc | 4234 // FastEmit functions for ISD::STRICT_FP_TO_SINT. 4747 case ISD::STRICT_FP_TO_SINT: return fastEmit_ISD_STRICT_FP_TO_SINT_r(VT, RetVT, Op0, Op0IsKill);
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenFastISel.inc | 1946 // FastEmit functions for ISD::STRICT_FP_TO_SINT. 6883 case ISD::STRICT_FP_TO_SINT: return fastEmit_ISD_STRICT_FP_TO_SINT_r(VT, RetVT, Op0, Op0IsKill);
|