Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h353 STRICT_FSETCC, STRICT_FSETCCS, enumerator
DSelectionDAG.h1006 return getNode(IsSignaling ? ISD::STRICT_FSETCCS : ISD::STRICT_FSETCC, DL,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp1491 Node->getOpcode() == ISD::STRICT_FSETCCS) in UnrollStrictFPOp()
1526 Node->getOpcode() == ISD::STRICT_FSETCCS) in UnrollStrictFPOp()
DSelectionDAGDumper.cpp276 case ISD::STRICT_FSETCCS: return "strict_fsetccs"; in getOperationName()
DLegalizeDAG.cpp1035 case ISD::STRICT_FSETCCS: in LegalizeOp()
1040 Node->getOpcode() == ISD::STRICT_FSETCCS ? 3 : in LegalizeOp()
1044 Node->getOpcode() == ISD::STRICT_FSETCCS ? 1 : 0; in LegalizeOp()
3605 case ISD::STRICT_FSETCCS: { in ExpandNode()
3607 bool IsSignaling = Node->getOpcode() == ISD::STRICT_FSETCCS; in ExpandNode()
DLegalizeFloatTypes.cpp794 case ISD::STRICT_FSETCCS: in SoftenFloatOperand()
955 Chain, N->getOpcode() == ISD::STRICT_FSETCCS); in SoftenFloatOp_SETCC()
DLegalizeVectorTypes.cpp3047 case ISD::STRICT_FSETCCS: in WidenVecRes_StrictFP()
3785 case ISD::STRICT_FSETCCS: in isSETCCOp()
4199 case ISD::STRICT_FSETCCS: Res = WidenVecOp_STRICT_FSETCC(N); break; in WidenVectorOperand()
DSelectionDAGISel.cpp1174 case ISD::STRICT_FSETCCS: in DoInstructionSelection()
DSelectionDAG.cpp2861 case ISD::STRICT_FSETCCS: { in computeKnownBits()
3749 case ISD::STRICT_FSETCCS: { in ComputeNumSignBits()
DLegalizeIntegerTypes.cpp79 case ISD::STRICT_FSETCCS: in PromoteIntegerResult()
DSelectionDAGBuilder.cpp7038 case ISD::STRICT_FSETCCS: { in visitConstrainedFPIntrinsic()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp217 setOperationAction(ISD::STRICT_FSETCCS, MVT::f16, Custom); in AArch64TargetLowering()
218 setOperationAction(ISD::STRICT_FSETCCS, MVT::f32, Custom); in AArch64TargetLowering()
219 setOperationAction(ISD::STRICT_FSETCCS, MVT::f64, Custom); in AArch64TargetLowering()
276 setOperationAction(ISD::STRICT_FSETCCS, MVT::f128, Custom); in AArch64TargetLowering()
3162 case ISD::STRICT_FSETCCS: in LowerOperation()
5219 bool IsSignaling = Op.getOpcode() == ISD::STRICT_FSETCCS; in LowerSETCC()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp141 setOperationAction(ISD::STRICT_FSETCCS, VT, Custom); in SystemZTargetLowering()
392 setOperationAction(ISD::STRICT_FSETCCS, VT, Custom); in SystemZTargetLowering()
5105 case ISD::STRICT_FSETCCS: in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1360 setOperationAction(ISD::STRICT_FSETCCS, MVT::f16, Custom); in ARMTargetLowering()
1362 setOperationAction(ISD::STRICT_FSETCCS, MVT::f32, Custom); in ARMTargetLowering()
1364 setOperationAction(ISD::STRICT_FSETCCS, MVT::f64, Custom); in ARMTargetLowering()
9248 bool IsSignaling = Op.getOpcode() == ISD::STRICT_FSETCCS; in LowerFSETCC()
9380 case ISD::STRICT_FSETCCS: return LowerFSETCC(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp409 setOperationAction(ISD::STRICT_FSETCCS, VT, Custom); in X86TargetLowering()
929 setOperationAction(ISD::STRICT_FSETCCS, VT, Custom); in X86TargetLowering()
1248 setOperationAction(ISD::STRICT_FSETCCS, VT, Custom); in X86TargetLowering()
1421 setOperationAction(ISD::STRICT_FSETCCS, VT, Custom); in X86TargetLowering()
1572 setOperationAction(ISD::STRICT_FSETCCS, VT, Custom); in X86TargetLowering()
21357 Op.getOpcode() == ISD::STRICT_FSETCCS; in LowerVSETCC()
21372 bool IsSignaling = Op.getOpcode() == ISD::STRICT_FSETCCS; in LowerVSETCC()
21897 Op.getOpcode() == ISD::STRICT_FSETCCS; in LowerSETCC()
21914 Op.getOpcode() == ISD::STRICT_FSETCCS); in LowerSETCC()
21928 Op.getOpcode() == ISD::STRICT_FSETCCS); in LowerSETCC()
[all …]