Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h944 STRICT_FP_TO_FP16, enumerator
H A DSelectionDAGNodes.h710 case ISD::STRICT_FP_TO_FP16:
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1000 case ISD::STRICT_FP_TO_FP16: in SoftenFloatOperand()
1057 N->getOpcode() == ISD::STRICT_FP_TO_FP16 || in SoftenFloatOp_FP_ROUND()
1068 N->getOpcode() == ISD::STRICT_FP_TO_FP16) in SoftenFloatOp_FP_ROUND()
2374 return ISD::STRICT_FP_TO_FP16; in GetPromotionOpcodeStrict()
3249 Opcode = ISD::STRICT_FP_TO_FP16; in SoftPromoteHalfRes_FP_ROUND()
H A DSelectionDAGDumper.cpp403 case ISD::STRICT_FP_TO_FP16: return "strict_fp_to_fp16"; in getOperationName()
H A DLegalizeDAG.cpp1014 case ISD::STRICT_FP_TO_FP16: in LegalizeOp()
4921 case ISD::STRICT_FP_TO_FP16: in ConvertNodeToLibcall()
4924 if (Node->getOpcode() == ISD::STRICT_FP_TO_FP16) in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp177 case ISD::STRICT_FP_TO_FP16: in PromoteIntegerResult()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td658 def strict_fp_to_f16 : SDNode<"ISD::STRICT_FP_TO_FP16",
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp435 ISD::STRICT_FP_TO_FP16}) { in X86TargetLowering()
32409 case ISD::STRICT_FP_TO_FP16: return LowerFP_TO_FP16(Op, DAG); in LowerOperation()