Searched refs:STRICT_UINT_TO_FP (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h327 STRICT_UINT_TO_FP, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp347 Op.getOpcode() == ISD::STRICT_UINT_TO_FP)
562 case ISD::STRICT_UINT_TO_FP:
633 Node->getOpcode() == ISD::STRICT_UINT_TO_FP)
1469 if (Node->getOpcode() == ISD::STRICT_UINT_TO_FP) {
H A DSelectionDAGDumper.cpp336 case ISD::STRICT_UINT_TO_FP: return "strict_uint_to_fp";
H A DLegalizeDAG.cpp1013 case ISD::STRICT_UINT_TO_FP:
2498 unsigned UIntOp = IsStrict ? ISD::STRICT_UINT_TO_FP : ISD::UINT_TO_FP;
2960 case ISD::STRICT_UINT_TO_FP:
4229 if (Node->getOpcode() == ISD::STRICT_UINT_TO_FP ||
4286 case ISD::STRICT_UINT_TO_FP:
H A DLegalizeVectorTypes.cpp578 case ISD::STRICT_UINT_TO_FP:
1952 case ISD::STRICT_UINT_TO_FP:
3054 case ISD::STRICT_UINT_TO_FP:
4220 case ISD::STRICT_UINT_TO_FP:
H A DLegalizeIntegerTypes.cpp1298 case ISD::STRICT_UINT_TO_FP: Res = PromoteIntOp_STRICT_UINT_TO_FP(N); break;
3784 case ISD::STRICT_UINT_TO_FP:
H A DSelectionDAGISel.cpp1168 case ISD::STRICT_UINT_TO_FP:
H A DLegalizeFloatTypes.cpp129 case ISD::STRICT_UINT_TO_FP:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp226 setOperationAction(ISD::STRICT_UINT_TO_FP, VT, Legal);
266 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Promote);
267 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Expand);
414 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2i64, Legal);
415 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2f64, Legal);
434 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i32, Legal);
435 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4f32, Legal);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp219 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i8, Promote);
221 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i16, Promote);
225 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom);
229 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom);
985 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2i32, Custom);
988 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i32, Custom);
994 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2f32, Custom);
1124 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i64, Custom);
1315 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v8i32, Custom);
1480 setOperationAction(ISD::STRICT_UINT_TO_FP, MV
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp305 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom);
306 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom);
307 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i128, Custom);
3251 case ISD::STRICT_UINT_TO_FP:

Completed in 345 milliseconds