Home
last modified time | relevance | path

Searched refs:STRICT_FP16_TO_FP (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h987 STRICT_FP16_TO_FP, enumerator
H A DSelectionDAGNodes.h716 case ISD::STRICT_FP16_TO_FP:
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp421 case ISD::STRICT_FP16_TO_FP: return "strict_fp16_to_fp"; in getOperationName()
H A DLegalizeDAG.cpp3844 case ISD::STRICT_FP16_TO_FP: in ExpandNode()
4990 case ISD::STRICT_FP16_TO_FP: { in ConvertNodeToLibcall()
H A DLegalizeFloatTypes.cpp2585 return ISD::STRICT_FP16_TO_FP; in GetPromotionOpcodeStrict()
H A DLegalizeIntegerTypes.cpp2017 case ISD::STRICT_FP16_TO_FP: in PromoteIntegerOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td693 def strict_f16_to_fp : SDNode<"ISD::STRICT_FP16_TO_FP",
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp575 setOperationAction(ISD::STRICT_FP16_TO_FP, MVT::f32, Custom); in RISCVTargetLowering()
633 setOperationAction(ISD::STRICT_FP16_TO_FP, MVT::f64, Expand); in RISCVTargetLowering()
7697 case ISD::STRICT_FP16_TO_FP: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp440 for (auto Op : {ISD::FP16_TO_FP, ISD::STRICT_FP16_TO_FP, ISD::FP_TO_FP16, in X86TargetLowering()
33632 case ISD::STRICT_FP16_TO_FP: return LowerFP16_TO_FP(Op, DAG); in LowerOperation()