Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h943 STRICT_FP16_TO_FP, enumerator
H A DSelectionDAGNodes.h709 case ISD::STRICT_FP16_TO_FP:
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp401 case ISD::STRICT_FP16_TO_FP: return "strict_fp16_to_fp"; in getOperationName()
H A DLegalizeFloatTypes.cpp2371 return ISD::STRICT_FP16_TO_FP; in GetPromotionOpcodeStrict()
3464 Opcode = ISD::STRICT_FP16_TO_FP; in SoftPromoteHalfOp_FP_EXTEND()
H A DLegalizeDAG.cpp3705 case ISD::STRICT_FP16_TO_FP: in ExpandNode()
4780 case ISD::STRICT_FP16_TO_FP: { in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp1966 case ISD::STRICT_FP16_TO_FP: in PromoteIntegerOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td656 def strict_f16_to_fp : SDNode<"ISD::STRICT_FP16_TO_FP",
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp434 for (auto Op : {ISD::FP16_TO_FP, ISD::STRICT_FP16_TO_FP, ISD::FP_TO_FP16, in X86TargetLowering()
32407 case ISD::STRICT_FP16_TO_FP: return LowerFP16_TO_FP(Op, DAG); in LowerOperation()