Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h988 STRICT_FP_TO_FP16, enumerator
H A DSelectionDAGNodes.h717 case ISD::STRICT_FP_TO_FP16:
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp423 case ISD::STRICT_FP_TO_FP16: return "strict_fp_to_fp16"; in getOperationName()
H A DLegalizeFloatTypes.cpp1142 case ISD::STRICT_FP_TO_FP16: in SoftenFloatOperand()
1202 N->getOpcode() == ISD::STRICT_FP_TO_FP16 || in SoftenFloatOp_FP_ROUND()
1213 N->getOpcode() == ISD::STRICT_FP_TO_FP16) in SoftenFloatOp_FP_ROUND()
2587 return ISD::STRICT_FP_TO_FP16; in GetPromotionOpcodeStrict()
H A DLegalizeDAG.cpp1044 case ISD::STRICT_FP_TO_FP16: in LegalizeOp()
5127 case ISD::STRICT_FP_TO_FP16: in ConvertNodeToLibcall()
5130 if (Node->getOpcode() == ISD::STRICT_FP_TO_FP16) in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp195 case ISD::STRICT_FP_TO_FP16: in PromoteIntegerResult()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td695 def strict_fp_to_f16 : SDNode<"ISD::STRICT_FP_TO_FP16",
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp574 setOperationAction(ISD::STRICT_FP_TO_FP16, MVT::f32, Custom); in RISCVTargetLowering()
632 setOperationAction(ISD::STRICT_FP_TO_FP16, MVT::f64, Custom); in RISCVTargetLowering()
7676 case ISD::STRICT_FP_TO_FP16: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp441 ISD::STRICT_FP_TO_FP16}) { in X86TargetLowering()
33634 case ISD::STRICT_FP_TO_FP16: return LowerFP_TO_FP16(Op, DAG); in LowerOperation()