Searched refs:FP_TO_BF16 (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 995 FP_TO_BF16, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 426 case ISD::FP_TO_BF16: return "fp_to_bf16"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 1144 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 D | LegalizeDAG.cpp | 1033 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 D | SelectionDAG.cpp | 6322 case ISD::FP_TO_BF16: in getNode() 6939 case ISD::FP_TO_BF16: { in FoldConstantArithmetic()
|
| H A D | LegalizeIntegerTypes.cpp | 190 case ISD::FP_TO_BF16: in PromoteIntegerResult()
|
| H A D | DAGCombiner.cpp | 2038 case ISD::FP_TO_BF16: return visitFP_TO_BF16(N); in visit() 18934 NarrowingOp = ISD::FP_TO_BF16; in eliminateFPCastPair()
|
| H A D | TargetLowering.cpp | 11802 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 D | LoongArchISelLowering.cpp | 212 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 D | TargetSelectionDAG.td | 602 def fp_to_bf16 : SDNode<"ISD::FP_TO_BF16" , SDTFPToIntOp>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 794 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 D | RISCVISelLowering.cpp | 570 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 D | SIISelLowering.cpp | 560 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 D | X86ISelLowering.cpp | 466 setOperationAction(ISD::FP_TO_BF16, VT, Custom); in X86TargetLowering() 33635 case ISD::FP_TO_BF16: return LowerFP_TO_BF16(Op, DAG); in LowerOperation()
|