Home
last modified time | relevance | path

Searched refs:STRICT_FSETCCS (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h491 STRICT_FSETCCS, enumerator
H A DSelectionDAG.h1241 return getNode(IsSignaling ? ISD::STRICT_FSETCCS : ISD::STRICT_FSETCC, DL,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp318 Op.getOpcode() == ISD::STRICT_FSETCCS) { in LegalizeOp()
1699 Node->getOpcode() == ISD::STRICT_FSETCCS; in ExpandSETCC()
1700 bool IsSignaling = Node->getOpcode() == ISD::STRICT_FSETCCS; in ExpandSETCC()
1820 Node->getOpcode() == ISD::STRICT_FSETCCS) { in ExpandStrictFPOp()
1960 Node->getOpcode() == ISD::STRICT_FSETCCS) in UnrollStrictFPOp()
1994 Node->getOpcode() == ISD::STRICT_FSETCCS) in UnrollStrictFPOp()
H A DLegalizeDAG.cpp1039 case ISD::STRICT_FSETCCS: in LegalizeOp()
1047 : Opc == ISD::STRICT_FSETCCS ? 3 in LegalizeOp()
1053 : Opc == ISD::STRICT_FSETCCS ? 1 in LegalizeOp()
4097 case ISD::STRICT_FSETCCS: { in ExpandNode()
4100 Node->getOpcode() == ISD::STRICT_FSETCCS; in ExpandNode()
4101 bool IsSignaling = Node->getOpcode() == ISD::STRICT_FSETCCS; in ExpandNode()
5098 Node->getOpcode() == ISD::STRICT_FSETCCS || in PromoteNode()
5384 case ISD::STRICT_FSETCCS: { in PromoteNode()
H A DSelectionDAGDumper.cpp319 case ISD::STRICT_FSETCCS: return "strict_fsetccs"; in getOperationName()
H A DLegalizeFloatTypes.cpp1023 case ISD::STRICT_FSETCCS: in SoftenFloatOperand()
1212 Chain, N->getOpcode() == ISD::STRICT_FSETCCS); in SoftenFloatOp_SETCC()
2089 case ISD::STRICT_FSETCCS: in ExpandFloatOperand()
2260 N->getOpcode() == ISD::STRICT_FSETCCS); in ExpandFloatOp_SETCC()
H A DLegalizeVectorTypes.cpp4833 case ISD::STRICT_FSETCCS: in WidenVecRes_StrictFP()
5899 case ISD::STRICT_FSETCCS: in isSETCCOp()
6388 case ISD::STRICT_FSETCCS: Res = WidenVecOp_STRICT_FSETCC(N); break; in WidenVectorOperand()
H A DSelectionDAGISel.cpp1311 case ISD::STRICT_FSETCCS: in DoInstructionSelection()
H A DSelectionDAG.cpp3574 case ISD::STRICT_FSETCCS: { in computeKnownBits()
4731 case ISD::STRICT_FSETCCS: { in ComputeNumSignBits()
H A DLegalizeIntegerTypes.cpp101 case ISD::STRICT_FSETCCS: in PromoteIntegerResult()
H A DDAGCombiner.cpp978 N.getOpcode() == ISD::STRICT_FSETCCS)) { in isSetCCEquivalent()
9470 case ISD::STRICT_FSETCCS: { in visitXOR()
9476 N0.getOperand(0), N0Opcode == ISD::STRICT_FSETCCS); in visitXOR()
H A DSelectionDAGBuilder.cpp8222 case ISD::STRICT_FSETCCS: { in visitConstrainedFPIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp525 setOperationAction(ISD::STRICT_FSETCCS, MVT::f32, Legal); in PPCTargetLowering()
526 setOperationAction(ISD::STRICT_FSETCCS, MVT::f64, Legal); in PPCTargetLowering()
527 setOperationAction(ISD::STRICT_FSETCCS, MVT::f128, Legal); in PPCTargetLowering()
546 setOperationAction(ISD::STRICT_FSETCCS, MVT::f32, Legal); in PPCTargetLowering()
547 setOperationAction(ISD::STRICT_FSETCCS, MVT::f64, Legal); in PPCTargetLowering()
1298 setOperationAction(ISD::STRICT_FSETCCS, MVT::f128, Custom); in PPCTargetLowering()
3741 Op->getOpcode() == ISD::STRICT_FSETCCS); in LowerSETCC()
11808 case ISD::STRICT_FSETCCS: in LowerOperation()
H A DPPCISelDAGToDAG.cpp5459 case ISD::STRICT_FSETCCS: in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp154 setOperationAction(ISD::STRICT_FSETCCS, VT, Custom); in SystemZTargetLowering()
604 setOperationAction(ISD::STRICT_FSETCCS, MVT::v2f64, Custom); in SystemZTargetLowering()
605 setOperationAction(ISD::STRICT_FSETCCS, MVT::v4f32, Custom); in SystemZTargetLowering()
6132 case ISD::STRICT_FSETCCS: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp435 ISD::STRICT_FSQRT, ISD::STRICT_FSETCC, ISD::STRICT_FSETCCS}; in RISCVTargetLowering()
459 ISD::STRICT_FSQRT, ISD::STRICT_FSETCC, ISD::STRICT_FSETCCS, in RISCVTargetLowering()
1036 setOperationAction({ISD::STRICT_FSETCC, ISD::STRICT_FSETCCS, in RISCVTargetLowering()
1392 ISD::STRICT_FSETCC, ISD::STRICT_FSETCCS, ISD::STRICT_FTRUNC, in RISCVTargetLowering()
7093 case ISD::STRICT_FSETCCS: in LowerOperation()
11026 if (Opc == ISD::STRICT_FSETCCS) { in lowerVectorStrictFSetcc()
11032 SDValue Tmp1 = DAG.getNode(ISD::STRICT_FSETCCS, DL, VTList, Chain, Op1, in lowerVectorStrictFSetcc()
11034 SDValue Tmp2 = DAG.getNode(ISD::STRICT_FSETCCS, DL, VTList, Chain, Op2, in lowerVectorStrictFSetcc()
11047 SDValue OEQ = DAG.getNode(ISD::STRICT_FSETCCS, DL, VTList, Chain, Op1, in lowerVectorStrictFSetcc()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp175 setOperationAction(ISD::STRICT_FSETCCS, MVT::f32, Legal); in LoongArchTargetLowering()
209 setOperationAction(ISD::STRICT_FSETCCS, MVT::f64, Legal); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td667 def strict_fsetccs : SDNode<"ISD::STRICT_FSETCCS", SDTSetCC, [SDNPHasChain]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp488 setOperationAction(ISD::STRICT_FSETCCS, MVT::f16, Custom); in AArch64TargetLowering()
489 setOperationAction(ISD::STRICT_FSETCCS, MVT::f32, Custom); in AArch64TargetLowering()
490 setOperationAction(ISD::STRICT_FSETCCS, MVT::f64, Custom); in AArch64TargetLowering()
554 setOperationAction(ISD::STRICT_FSETCCS, MVT::f128, Custom); in AArch64TargetLowering()
1938 setOperationAction(ISD::STRICT_FSETCCS, VT, Expand); in addTypeForNEON()
6768 case ISD::STRICT_FSETCCS: in LowerOperation()
10315 bool IsSignaling = Op.getOpcode() == ISD::STRICT_FSETCCS; in LowerSETCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp490 setOperationAction(ISD::STRICT_FSETCCS, VT, Custom); in X86TargetLowering()
704 setOperationAction(ISD::STRICT_FSETCCS, MVT::f16, Promote); in X86TargetLowering()
1166 setOperationAction(ISD::STRICT_FSETCCS, MVT::v2f64, Custom); in X86TargetLowering()
1167 setOperationAction(ISD::STRICT_FSETCCS, MVT::v4f32, Custom); in X86TargetLowering()
1546 setOperationAction(ISD::STRICT_FSETCCS, MVT::v4f64, Custom); in X86TargetLowering()
1547 setOperationAction(ISD::STRICT_FSETCCS, MVT::v8f32, Custom); in X86TargetLowering()
1942 setOperationAction(ISD::STRICT_FSETCCS, MVT::v8f64, Custom); in X86TargetLowering()
1943 setOperationAction(ISD::STRICT_FSETCCS, MVT::v16f32, Custom); in X86TargetLowering()
2216 setOperationAction(ISD::STRICT_FSETCCS, VT, Custom); in X86TargetLowering()
23249 Op.getOpcode() == ISD::STRICT_FSETCCS; in LowerVSETCC()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1495 setOperationAction(ISD::STRICT_FSETCCS, MVT::f16, Custom); in ARMTargetLowering()
1497 setOperationAction(ISD::STRICT_FSETCCS, MVT::f32, Custom); in ARMTargetLowering()
1499 setOperationAction(ISD::STRICT_FSETCCS, MVT::f64, Custom); in ARMTargetLowering()
10520 bool IsSignaling = Op.getOpcode() == ISD::STRICT_FSETCCS; in LowerFSETCC()
10689 case ISD::STRICT_FSETCCS: return LowerFSETCC(Op, DAG); in LowerOperation()