Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h898 STRICT_FP_TO_FP16, enumerator
H A DSelectionDAGNodes.h686 case ISD::STRICT_FP_TO_FP16:
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp372 case ISD::STRICT_FP_TO_FP16: return "strict_fp_to_fp16"; in getOperationName()
H A DLegalizeFloatTypes.cpp835 case ISD::STRICT_FP_TO_FP16: in SoftenFloatOperand()
888 N->getOpcode() == ISD::STRICT_FP_TO_FP16 || in SoftenFloatOp_FP_ROUND()
898 N->getOpcode() == ISD::STRICT_FP_TO_FP16) in SoftenFloatOp_FP_ROUND()
2793 DAG.getNode(ISD::STRICT_FP_TO_FP16, SDLoc(N), {MVT::i16, MVT::Other}, in SoftPromoteHalfRes_FP_ROUND()
H A DLegalizeDAG.cpp1014 case ISD::STRICT_FP_TO_FP16: in LegalizeOp()
4388 case ISD::STRICT_FP_TO_FP16: { in ConvertNodeToLibcall()
4390 Node->getOpcode() == ISD::STRICT_FP_TO_FP16 in ConvertNodeToLibcall()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp405 ISD::STRICT_FP_TO_FP16}) { in X86TargetLowering()
33225 case ISD::STRICT_FP_TO_FP16: return LowerFP_TO_FP16(Op, DAG); in LowerOperation()