Searched refs:STRICT_FP16_TO_FP (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 987 STRICT_FP16_TO_FP, enumerator
|
| H A D | SelectionDAGNodes.h | 716 case ISD::STRICT_FP16_TO_FP:
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 421 case ISD::STRICT_FP16_TO_FP: return "strict_fp16_to_fp"; in getOperationName()
|
| H A D | LegalizeDAG.cpp | 3844 case ISD::STRICT_FP16_TO_FP: in ExpandNode() 4990 case ISD::STRICT_FP16_TO_FP: { in ConvertNodeToLibcall()
|
| H A D | LegalizeFloatTypes.cpp | 2585 return ISD::STRICT_FP16_TO_FP; in GetPromotionOpcodeStrict()
|
| H A D | LegalizeIntegerTypes.cpp | 2017 case ISD::STRICT_FP16_TO_FP: in PromoteIntegerOperand()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 693 def strict_f16_to_fp : SDNode<"ISD::STRICT_FP16_TO_FP",
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 575 setOperationAction(ISD::STRICT_FP16_TO_FP, MVT::f32, Custom); in RISCVTargetLowering() 633 setOperationAction(ISD::STRICT_FP16_TO_FP, MVT::f64, Expand); in RISCVTargetLowering() 7697 case ISD::STRICT_FP16_TO_FP: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 440 for (auto Op : {ISD::FP16_TO_FP, ISD::STRICT_FP16_TO_FP, ISD::FP_TO_FP16, in X86TargetLowering() 33632 case ISD::STRICT_FP16_TO_FP: return LowerFP16_TO_FP(Op, DAG); in LowerOperation()
|