Home
last modified time | relevance | path

Searched refs:IS_FPCLASS (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h507 IS_FPCLASS, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp281 case ISD::IS_FPCLASS: return "is_fpclass"; in getOperationName()
H A DLegalizeVectorTypes.cpp71 case ISD::IS_FPCLASS: R = ScalarizeVecRes_IS_FPCLASS(N); break; in ScalarizeVectorResult()
649 DAG.getNode(ISD::IS_FPCLASS, DL, MVT::i1, {Arg, Test}, N->getFlags()); in ScalarizeVecRes_IS_FPCLASS()
1006 case ISD::IS_FPCLASS: SplitVecRes_IS_FPCLASS(N, Lo, Hi); break; in SplitVectorResult()
1557 Lo = DAG.getNode(ISD::IS_FPCLASS, DL, LoVT, ArgLo, Test, N->getFlags()); in SplitVecRes_IS_FPCLASS()
1558 Hi = DAG.getNode(ISD::IS_FPCLASS, DL, HiVT, ArgHi, Test, N->getFlags()); in SplitVecRes_IS_FPCLASS()
4221 case ISD::IS_FPCLASS: in WidenVectorResult()
6060 case ISD::IS_FPCLASS: Res = WidenVecOp_IS_FPCLASS(N); break; in WidenVectorOperand()
6227 SDValue WideNode = DAG.getNode(ISD::IS_FPCLASS, DL, WideResultVT, in WidenVecOp_IS_FPCLASS()
H A DLegalizeDAG.cpp1225 case ISD::IS_FPCLASS: in LegalizeOp()
3536 case ISD::IS_FPCLASS: { in ExpandNode()
H A DLegalizeIntegerTypes.cpp299 case ISD::IS_FPCLASS: in PromoteIntegerResult()
1275 return DAG.getNode(ISD::IS_FPCLASS, DL, NResVT, Arg, Test); in PromoteIntRes_IS_FPCLASS()
H A DSelectionDAGBuilder.cpp6683 if (!TLI.isOperationLegalOrCustom(ISD::IS_FPCLASS, ArgVT)) { in visitIntrinsicCall()
6690 SDValue V = DAG.getNode(ISD::IS_FPCLASS, sdl, DestVT, {Op, Check}, Flags); in visitIntrinsicCall()
H A DTargetLowering.cpp5137 if (isOperationLegalOrCustom(ISD::IS_FPCLASS, N0.getValueType()) && in SimplifySetCC()
5146 return DAG.getNode(ISD::IS_FPCLASS, dl, VT, Op, in SimplifySetCC()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp846 ISD::IS_FPCLASS}, in initActions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp361 setOperationAction(ISD::IS_FPCLASS, {MVT::f16, MVT::f32, MVT::f64}, Legal); in AMDGPUTargetLowering()
363 setOperationAction(ISD::IS_FPCLASS, {MVT::f32, MVT::f64}, Legal); in AMDGPUTargetLowering()
374 ISD::IS_FPCLASS, in AMDGPUTargetLowering()
H A DSIISelLowering.cpp334 case ISD::IS_FPCLASS: in SITargetLowering()
633 case ISD::IS_FPCLASS: in SITargetLowering()
10872 DAG.getNode(ISD::IS_FPCLASS, DL, MVT::i1, SqrtX, in lowerFSQRTF32()
10951 DAG.getNode(ISD::IS_FPCLASS, DL, MVT::i1, SqrtX, in lowerFSQRTF64()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp180 setOperationAction(ISD::IS_FPCLASS, MVT::f32, Legal); in LoongArchTargetLowering()
213 setOperationAction(ISD::IS_FPCLASS, MVT::f64, Legal); in LoongArchTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp477 setOperationAction(ISD::IS_FPCLASS, MVT::f16, Custom); in RISCVTargetLowering()
531 setOperationAction(ISD::IS_FPCLASS, MVT::f32, Custom); in RISCVTargetLowering()
575 setOperationAction(ISD::IS_FPCLASS, MVT::f64, Custom); in RISCVTargetLowering()
918 ISD::FNEARBYINT, ISD::IS_FPCLASS, ISD::SETCC, ISD::FMAXIMUM, in RISCVTargetLowering()
953 ISD::IS_FPCLASS}, in RISCVTargetLowering()
1294 ISD::IS_FPCLASS, ISD::FMAXIMUM, ISD::FMINIMUM}, in RISCVTargetLowering()
5965 case ISD::IS_FPCLASS: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td534 def is_fpclass : SDNode<"ISD::IS_FPCLASS" , SDIsFPClassOp>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1198 setOperationAction(ISD::IS_FPCLASS, MVT::f32, Custom); in PPCTargetLowering()
1199 setOperationAction(ISD::IS_FPCLASS, MVT::f64, Custom); in PPCTargetLowering()
1200 setOperationAction(ISD::IS_FPCLASS, MVT::f128, Custom); in PPCTargetLowering()
11689 case ISD::IS_FPCLASS: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp521 setOperationAction(ISD::IS_FPCLASS, VT, Custom); in SystemZTargetLowering()
6211 case ISD::IS_FPCLASS: in LowerOperation()