Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h951 FP_TO_BF16, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp406 case ISD::FP_TO_BF16: return "fp_to_bf16"; in getOperationName()
H A DLegalizeFloatTypes.cpp1002 case ISD::FP_TO_BF16: in SoftenFloatOperand()
1058 N->getOpcode() == ISD::FP_TO_BF16 || in SoftenFloatOp_FP_ROUND()
1070 else if (N->getOpcode() == ISD::FP_TO_BF16 || in SoftenFloatOp_FP_ROUND()
2363 return ISD::FP_TO_BF16; in GetPromotionOpcode()
H A DLegalizeDAG.cpp1003 case ISD::FP_TO_BF16: in LegalizeOp()
3341 case ISD::FP_TO_BF16: { in ExpandNode()
4798 case ISD::FP_TO_BF16: { in ConvertNodeToLibcall()
H A DSelectionDAG.cpp5925 case ISD::FP_TO_BF16: in getNode()
6526 case ISD::FP_TO_BF16: { in FoldConstantArithmetic()
H A DLegalizeIntegerTypes.cpp172 case ISD::FP_TO_BF16: in PromoteIntegerResult()
H A DTargetLowering.cpp11312 return DAG.getNode(ISD::FP_TO_BF16, dl, VT, Node->getOperand(0)); in expandFP_ROUND()
H A DDAGCombiner.cpp1970 case ISD::FP_TO_BF16: return visitFP_TO_BF16(N); in visit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td567 def fp_to_bf16 : SDNode<"ISD::FP_TO_BF16" , SDTFPToIntOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp542 setOperationAction(ISD::FP_TO_BF16, MVT::f32, in RISCVTargetLowering()
590 setOperationAction(ISD::FP_TO_BF16, MVT::f64, in RISCVTargetLowering()
6706 case ISD::FP_TO_BF16: { in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp544 setOperationAction(ISD::FP_TO_BF16, {MVT::i16, MVT::f32, MVT::f64}, Expand); in SITargetLowering()
12637 case ISD::FP_TO_BF16: in isCanonicalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp460 setOperationAction(ISD::FP_TO_BF16, VT, Custom); in X86TargetLowering()
32410 case ISD::FP_TO_BF16: return LowerFP_TO_BF16(Op, DAG); in LowerOperation()