Searched refs:FP_TO_BF16 (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 951 FP_TO_BF16, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 406 case ISD::FP_TO_BF16: return "fp_to_bf16"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 1002 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 D | LegalizeDAG.cpp | 1003 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 D | SelectionDAG.cpp | 5925 case ISD::FP_TO_BF16: in getNode() 6526 case ISD::FP_TO_BF16: { in FoldConstantArithmetic()
|
H A D | LegalizeIntegerTypes.cpp | 172 case ISD::FP_TO_BF16: in PromoteIntegerResult()
|
H A D | TargetLowering.cpp | 11312 return DAG.getNode(ISD::FP_TO_BF16, dl, VT, Node->getOperand(0)); in expandFP_ROUND()
|
H A D | DAGCombiner.cpp | 1970 case ISD::FP_TO_BF16: return visitFP_TO_BF16(N); in visit()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 567 def fp_to_bf16 : SDNode<"ISD::FP_TO_BF16" , SDTFPToIntOp>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 542 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 D | SIISelLowering.cpp | 544 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 D | X86ISelLowering.cpp | 460 setOperationAction(ISD::FP_TO_BF16, VT, Custom); in X86TargetLowering() 32410 case ISD::FP_TO_BF16: return LowerFP_TO_BF16(Op, DAG); in LowerOperation()
|