Searched refs:STRICT_FSETCCS (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 353 STRICT_FSETCC, STRICT_FSETCCS, enumerator
|
D | SelectionDAG.h | 1006 return getNode(IsSignaling ? ISD::STRICT_FSETCCS : ISD::STRICT_FSETCC, DL,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 1491 Node->getOpcode() == ISD::STRICT_FSETCCS) in UnrollStrictFPOp() 1526 Node->getOpcode() == ISD::STRICT_FSETCCS) in UnrollStrictFPOp()
|
D | SelectionDAGDumper.cpp | 276 case ISD::STRICT_FSETCCS: return "strict_fsetccs"; in getOperationName()
|
D | LegalizeDAG.cpp | 1035 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()
|
D | LegalizeFloatTypes.cpp | 794 case ISD::STRICT_FSETCCS: in SoftenFloatOperand() 955 Chain, N->getOpcode() == ISD::STRICT_FSETCCS); in SoftenFloatOp_SETCC()
|
D | LegalizeVectorTypes.cpp | 3047 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()
|
D | SelectionDAGISel.cpp | 1174 case ISD::STRICT_FSETCCS: in DoInstructionSelection()
|
D | SelectionDAG.cpp | 2861 case ISD::STRICT_FSETCCS: { in computeKnownBits() 3749 case ISD::STRICT_FSETCCS: { in ComputeNumSignBits()
|
D | LegalizeIntegerTypes.cpp | 79 case ISD::STRICT_FSETCCS: in PromoteIntegerResult()
|
D | SelectionDAGBuilder.cpp | 7038 case ISD::STRICT_FSETCCS: { in visitConstrainedFPIntrinsic()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 217 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/ |
D | SystemZISelLowering.cpp | 141 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/ |
D | ARMISelLowering.cpp | 1360 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/ |
D | X86ISelLowering.cpp | 409 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 …]
|