Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h861 STRICT_FP_TO_FP16, enumerator
DSelectionDAGNodes.h663 case ISD::STRICT_FP_TO_FP16:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp363 case ISD::STRICT_FP_TO_FP16: return "strict_fp_to_fp16"; in getOperationName()
DLegalizeDAG.cpp1013 case ISD::STRICT_FP_TO_FP16: in LegalizeOp()
4268 case ISD::STRICT_FP_TO_FP16: { in ConvertNodeToLibcall()
4270 Node->getOpcode() == ISD::STRICT_FP_TO_FP16 in ConvertNodeToLibcall()
DLegalizeFloatTypes.cpp2758 DAG.getNode(ISD::STRICT_FP_TO_FP16, SDLoc(N), {MVT::i16, MVT::Other}, in SoftPromoteHalfRes_FP_ROUND()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp404 ISD::STRICT_FP_TO_FP16}) { in X86TargetLowering()
30492 case ISD::STRICT_FP_TO_FP16: return LowerFP_TO_FP16(Op, DAG); in LowerOperation()