Home
last modified time | relevance | path

Searched refs:STRICT_BF16_TO_FP (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h952 STRICT_BF16_TO_FP, enumerator
H A DSelectionDAGNodes.h711 case ISD::STRICT_BF16_TO_FP:
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp405 case ISD::STRICT_BF16_TO_FP: return "strict_bf16_to_fp"; in getOperationName()
H A DLegalizeFloatTypes.cpp2377 return ISD::STRICT_BF16_TO_FP; in GetPromotionOpcodeStrict()
3466 Opcode = ISD::STRICT_BF16_TO_FP; in SoftPromoteHalfOp_FP_EXTEND()
H A DLegalizeDAG.cpp3704 case ISD::STRICT_BF16_TO_FP: in ExpandNode()
4770 case ISD::STRICT_BF16_TO_FP: in ConvertNodeToLibcall()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td661 def strict_bf16_to_fp : SDNode<"ISD::STRICT_BF16_TO_FP",
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp450 setOperationAction(ISD::STRICT_BF16_TO_FP, VT, Expand); in X86TargetLowering()