Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h953 STRICT_FP_TO_BF16, enumerator
H A DSelectionDAGNodes.h712 case ISD::STRICT_FP_TO_BF16:
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1003 case ISD::STRICT_FP_TO_BF16: in SoftenFloatOperand()
1059 N->getOpcode() == ISD::STRICT_FP_TO_BF16 || in SoftenFloatOp_FP_ROUND()
1071 N->getOpcode() == ISD::STRICT_FP_TO_BF16) in SoftenFloatOp_FP_ROUND()
2380 return ISD::STRICT_FP_TO_BF16; in GetPromotionOpcodeStrict()
3251 Opcode = ISD::STRICT_FP_TO_BF16; in SoftPromoteHalfRes_FP_ROUND()
H A DSelectionDAGDumper.cpp407 case ISD::STRICT_FP_TO_BF16: return "strict_fp_to_bf16"; in getOperationName()
H A DLegalizeDAG.cpp1015 case ISD::STRICT_FP_TO_BF16: in LegalizeOp()
4922 case ISD::STRICT_FP_TO_BF16: { in ConvertNodeToLibcall()
4926 else if (Node->getOpcode() == ISD::STRICT_FP_TO_BF16) in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp176 case ISD::STRICT_FP_TO_BF16: in PromoteIntegerResult()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td663 def strict_fp_to_bf16 : SDNode<"ISD::STRICT_FP_TO_BF16",
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp449 setOperationAction(ISD::STRICT_FP_TO_BF16, VT, Expand); in X86TargetLowering()