Searched refs:STRICT_SINT_TO_FP (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h326 STRICT_SINT_TO_FP, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp346 if (Op.getOpcode() == ISD::STRICT_SINT_TO_FP ||
561 case ISD::STRICT_SINT_TO_FP:
1338 (IsStrict && TLI.getOperationAction(ISD::STRICT_SINT_TO_FP, VT) ==
1374 SDValue fHI = DAG.getNode(ISD::STRICT_SINT_TO_FP, DL,
1379 SDValue fLO = DAG.getNode(ISD::STRICT_SINT_TO_FP, DL,
H A DLegalizeDAG.cpp1012 case ISD::STRICT_SINT_TO_FP:
2346 bool isSigned = (Node->getOpcode() == ISD::STRICT_SINT_TO_FP ||
2427 Tmp1 = DAG.getNode(ISD::STRICT_SINT_TO_FP, dl, { DestVT, MVT::Other },
2495 N->getOpcode() == ISD::STRICT_SINT_TO_FP;
2499 unsigned SIntOp = IsStrict ? ISD::STRICT_SINT_TO_FP : ISD::SINT_TO_FP;
2969 case ISD::STRICT_SINT_TO_FP:
4230 Node->getOpcode() == ISD::STRICT_SINT_TO_FP)
4288 case ISD::STRICT_SINT_TO_FP:
H A DSelectionDAGDumper.cpp334 case ISD::STRICT_SINT_TO_FP: return "strict_sint_to_fp";
H A DLegalizeVectorTypes.cpp577 case ISD::STRICT_SINT_TO_FP:
1951 case ISD::STRICT_SINT_TO_FP:
3053 case ISD::STRICT_SINT_TO_FP:
4218 case ISD::STRICT_SINT_TO_FP:
H A DLegalizeFloatTypes.cpp128 case ISD::STRICT_SINT_TO_FP:
722 N->getOpcode() == ISD::STRICT_SINT_TO_FP;
H A DLegalizeIntegerTypes.cpp1284 case ISD::STRICT_SINT_TO_FP: Res = PromoteIntOp_STRICT_SINT_TO_FP(N); break;
3780 case ISD::STRICT_SINT_TO_FP:
H A DSelectionDAGISel.cpp1167 case ISD::STRICT_SINT_TO_FP:
H A DTargetLowering.cpp6244 // must make sure to only emit a single STRICT_SINT_TO_FP.
6246 Fast = DAG.getNode(ISD::STRICT_SINT_TO_FP, dl, { DstVT, MVT::Other },
6251 // The STRICT_SINT_TO_FP inherits the exception mode from the
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp224 setOperationAction(ISD::STRICT_SINT_TO_FP, VT, Legal);
412 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2i64, Legal);
413 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2f64, Legal);
432 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4i32, Legal);
433 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4f32, Legal);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp234 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i8, Promote);
238 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i16, Custom);
241 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i32, Custom);
245 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i64, Custom);
980 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4i32, Legal);
982 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2i32, Custom);
992 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2f32, Custom);
1128 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4i64, Custom);
1188 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v8i32, Legal);
1479 setOperationAction(ISD::STRICT_SINT_TO_FP, MV
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp299 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i32, Custom);
300 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i64, Custom);
301 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i128, Custom);
2680 Op.getOpcode() == ISD::STRICT_SINT_TO_FP)
3250 case ISD::STRICT_SINT_TO_FP:

Completed in 319 milliseconds