Home
last modified time | relevance | path

Searched refs:FP_TO_BF16 (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h995 FP_TO_BF16, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp426 case ISD::FP_TO_BF16: return "fp_to_bf16"; in getOperationName()
H A DLegalizeFloatTypes.cpp1144 case ISD::FP_TO_BF16: in SoftenFloatOperand()
1203 N->getOpcode() == ISD::FP_TO_BF16 || in SoftenFloatOp_FP_ROUND()
1215 else if (N->getOpcode() == ISD::FP_TO_BF16 || in SoftenFloatOp_FP_ROUND()
2579 return ISD::FP_TO_BF16; in GetPromotionOpcode()
H A DLegalizeDAG.cpp1033 case ISD::FP_TO_BF16: in LegalizeOp()
3372 case ISD::FP_TO_BF16: { in ExpandNode()
5007 case ISD::FP_TO_BF16: { in ConvertNodeToLibcall()
H A DSelectionDAG.cpp6322 case ISD::FP_TO_BF16: in getNode()
6939 case ISD::FP_TO_BF16: { in FoldConstantArithmetic()
H A DLegalizeIntegerTypes.cpp190 case ISD::FP_TO_BF16: in PromoteIntegerResult()
H A DDAGCombiner.cpp2038 case ISD::FP_TO_BF16: return visitFP_TO_BF16(N); in visit()
18934 NarrowingOp = ISD::FP_TO_BF16; in eliminateFPCastPair()
H A DTargetLowering.cpp11802 return DAG.getNode(ISD::FP_TO_BF16, dl, VT, Node->getOperand(0)); in expandFP_ROUND()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp212 setOperationAction(ISD::FP_TO_BF16, MVT::f32, in LoongArchTargetLowering()
258 setOperationAction(ISD::FP_TO_BF16, MVT::f64, in LoongArchTargetLowering()
520 case ISD::FP_TO_BF16: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td602 def fp_to_bf16 : SDNode<"ISD::FP_TO_BF16" , SDTFPToIntOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp794 setOperationAction(ISD::FP_TO_BF16, MVT::f32, Custom); in ARMTargetLowering()
795 setOperationAction(ISD::FP_TO_BF16, MVT::f64, Custom); in ARMTargetLowering()
10753 case ISD::FP_TO_BF16: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp570 setOperationAction(ISD::FP_TO_BF16, MVT::f32, in RISCVTargetLowering()
628 setOperationAction(ISD::FP_TO_BF16, MVT::f64, in RISCVTargetLowering()
7647 case ISD::FP_TO_BF16: { in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp560 setOperationAction(ISD::FP_TO_BF16, {MVT::i16, MVT::f32, MVT::f64}, Expand); in SITargetLowering()
13401 case ISD::FP_TO_BF16: in isCanonicalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp466 setOperationAction(ISD::FP_TO_BF16, VT, Custom); in X86TargetLowering()
33635 case ISD::FP_TO_BF16: return LowerFP_TO_BF16(Op, DAG); in LowerOperation()