Home
last modified time | relevance | path

Searched refs:SETGE (Results 1 – 25 of 53) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1069 SETGE, // 1 X 0 1 1 True if greater than or equal enumerator
1081 return Code == SETGT || Code == SETGE || Code == SETLT || Code == SETLE; in isSignedIntSetCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp230 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE; in getFCmpCodeWithoutNaN()
244 case ICmpInst::ICMP_SGE: return ISD::SETGE; in getICmpCondCode()
DTargetLoweringBase.cpp546 CCs[RTLIB::OGE_F32] = ISD::SETGE; in InitCmpLibcallCCs()
547 CCs[RTLIB::OGE_F64] = ISD::SETGE; in InitCmpLibcallCCs()
548 CCs[RTLIB::OGE_F128] = ISD::SETGE; in InitCmpLibcallCCs()
549 CCs[RTLIB::OGE_PPCF128] = ISD::SETGE; in InitCmpLibcallCCs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp689 SET_NEWCC(SETGE, JSGE); in EmitInstrWithCustomInserter()
703 CC == ISD::SETGE || in EmitInstrWithCustomInserter()
DBPFInstrInfo.td89 [{return (N->getZExtValue() == ISD::SETGE);}]>;
109 [{return (N->getZExtValue() == ISD::SETGE);}]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenDAGISel.inc3921 /* 8436*/ OPC_CheckChild2CondCode, ISD::SETGE,
3931 …(anyext:{ *:[i32] } (setcc:{ *:[i1] } i32:{ *:[i32] }:$s1, 0:{ *:[i32] }, SETGE:{ *:[Other] })) - …
4017 /* 8693*/ OPC_CheckChild2CondCode, ISD::SETGE,
4033 …(anyext:{ *:[i64] } (setcc:{ *:[i1] } i32:{ *:[i32] }:$s1, 0:{ *:[i32] }, SETGE:{ *:[Other] })) - …
4144 /* 9050*/ OPC_CheckChild2CondCode, ISD::SETGE,
4157 …anyext:{ *:[i32] } (setcc:{ *:[i1] } i32:{ *:[i32] }:$s1, -1:{ *:[i32] }, SETGE:{ *:[Other] })) - …
4218 /* 9256*/ OPC_CheckChild2CondCode, ISD::SETGE,
4237 …anyext:{ *:[i64] } (setcc:{ *:[i1] } i32:{ *:[i32] }:$s1, -1:{ *:[i32] }, SETGE:{ *:[Other] })) - …
4292 /* 9453*/ OPC_CheckChild2CondCode, ISD::SETGE,
4310 …} i32:{ *:[i32] }:$s1, (imm:{ *:[i32] })<<P:Predicate_imm32SExt16>>:$imm, SETGE:{ *:[Other] })) - …
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td82 defm GE_S : ComparisonInt<SETGE, "ge_s", 0x4e, 0x59>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h1002 X86_INTRINSIC_DATA(sse_comige_ss, COMI, X86ISD::COMI, ISD::SETGE),
1019 X86_INTRINSIC_DATA(sse_ucomige_ss, COMI, X86ISD::UCOMI, ISD::SETGE),
1026 X86_INTRINSIC_DATA(sse2_comige_sd, COMI, X86ISD::COMI, ISD::SETGE),
1073 X86_INTRINSIC_DATA(sse2_ucomige_sd, COMI, X86ISD::UCOMI, ISD::SETGE),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp430 case ISD::SETGE: in intCCToAVRCC()
456 CC = ISD::SETGE; in getAVRCmp()
481 CC = ISD::SETGE; in getAVRCmp()
500 CC = ISD::SETGE; in getAVRCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrQPX.td1024 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETGE),
1071 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETGE),
1124 def : Pat<(v4f64 (selectcc i1:$lhs, i1:$rhs, v4f64:$tval, v4f64:$fval, SETGE)),
1145 def : Pat<(v4f32 (selectcc i1:$lhs, i1:$rhs, v4f32:$tval, v4f32:$fval, SETGE)),
1166 def : Pat<(v4i1 (selectcc i1:$lhs, i1:$rhs, v4i1:$tval, v4i1:$fval, SETGE)),
DPPCInstrInfo.td3422 def : Pat<(i1 (setcc i1:$s1, i1:$s2, SETGE)),
3530 defm : ExtSetCCPat<SETGE,
3562 defm : ExtSetCCPat<SETGE,
3709 defm : CRNotPat<(i1 (setcc i32:$s1, imm32SExt16:$imm, SETGE)),
3726 defm : CRNotPat<(i1 (setcc i32:$s1, i32:$s2, SETGE)),
3738 defm : CRNotPat<(i1 (setcc i64:$s1, imm64SExt16:$imm, SETGE)),
3755 defm : CRNotPat<(i1 (setcc i64:$s1, i64:$s2, SETGE)),
3768 defm : CRNotPat<(i1 (setcc f32:$s1, f32:$s2, SETGE)),
3784 defm : CRNotPat<(i1 (setcc f64:$s1, f64:$s2, SETGE)),
3800 defm : CRNotPat<(i1 (setcc f128:$s1, f128:$s2, SETGE)),
[all …]
DPPCISelDAGToDAG.cpp2943 case ISD::SETGE: { in get32BitZExtCompare()
3127 case ISD::SETGE: { in get32BitSExtCompare()
3286 case ISD::SETGE: { in get64BitZExtCompare()
3445 case ISD::SETGE: { in get64BitSExtCompare()
3799 case ISD::SETGE: in SelectCC()
3826 case ISD::SETGE: in SelectCC()
3880 case ISD::SETGE: in getPredicateForSetCC()
3905 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE in getCRIdxForSetCC()
3933 case ISD::SETLE: CC = ISD::SETGE; Swap = true; break; in getVCmpInst()
3965 case ISD::SETGE: in getVCmpInst()
[all …]
DPPCInstrSPE.td858 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETGE)),
879 def : Pat<(f64 (selectcc i1:$lhs, i1:$rhs, f64:$tval, f64:$fval, SETGE)),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp204 case ISD::SETGE: in kill()
DAMDGPUInstructions.td247 def COND_OGE : PatFrags<(ops), [(OtherVT SETOGE), (OtherVT SETGE)]>;
273 def COND_SGE : PatFrag<(ops), (OtherVT SETGE)>;
DR600Instructions.td763 0xA, "SETGE",
882 [(set i32:$dst, (selectcc i32:$src0, i32:$src1, -1, 0, SETGE))]
1736 def : CND_INT_f32 <CNDGE_INT, SETGE>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenDAGISel.inc1709 /* 3061*/ OPC_CheckChild2CondCode, ISD::SETGE,
1719 …Src: (brcond (setcc:{ *:[i32] } GPR32Opnd:{ *:[i32] }:$rs, 0:{ *:[i32] }, SETGE:{ *:[Other] }), (b…
1811 /* 3223*/ OPC_CheckChild2CondCode, ISD::SETGE,
1821 …Src: (brcond (setcc:{ *:[i32] } GPR32Opnd:{ *:[i32] }:$rs, 0:{ *:[i32] }, SETGE:{ *:[Other] }), (b…
1975 /* 3495*/ OPC_CheckChild2CondCode, ISD::SETGE,
1989 … GPR32:{ *:[i32] }:$lhs, (imm:{ *:[i32] })<<P:Predicate_immSExt16>>:$rhs, SETGE:{ *:[Other] }), (b…
2055 /* 3653*/ OPC_CheckChild2CondCode, ISD::SETGE,
2069 … GPR32:{ *:[i32] }:$lhs, (imm:{ *:[i32] })<<P:Predicate_immSExt16>>:$rhs, SETGE:{ *:[Other] }), (b…
2135 /* 3811*/ OPC_CheckChild2CondCode, ISD::SETGE,
2148 … GPR32:{ *:[i32] }:$lhs, (imm:{ *:[i32] })<<P:Predicate_immSExt16>>:$rhs, SETGE:{ *:[Other] }), (b…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp202 { RTLIB::OGE_F64, "__mspabi_cmpd", ISD::SETGE }, in MSP430TargetLowering()
208 { RTLIB::OGE_F32, "__mspabi_cmpf", ISD::SETGE }, in MSP430TargetLowering()
1097 case ISD::SETGE: in EmitCMP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1386 case ISD::SETGE: in PromoteSetCCOperands()
3206 SDValue HLPos = DAG.getSetCC(dl, BoolNVT, ResultHL, NVTZero, ISD::SETGE); in ExpandIntRes_MULFIX()
3267 SDValue LHSSign = DAG.getSetCC(dl, OType, LHS, Zero, ISD::SETGE); in ExpandIntRes_SADDSUBO()
3268 SDValue RHSSign = DAG.getSetCC(dl, OType, RHS, Zero, ISD::SETGE); in ExpandIntRes_SADDSUBO()
3273 SDValue SumSign = DAG.getSetCC(dl, OType, Sum, Zero, ISD::SETGE); in ExpandIntRes_SADDSUBO()
3851 case ISD::SETGE: in IntegerExpandSetCCOperands()
3883 bool EqAllowed = (CCCode == ISD::SETLE || CCCode == ISD::SETGE || in IntegerExpandSetCCOperands()
3917 case ISD::SETLE: CCCode = ISD::SETGE; FlipOperands = true; break; in IntegerExpandSetCCOperands()
DSelectionDAGDumper.cpp426 case ISD::SETGE: return "setge"; in getOperationName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp840 case ISD::SETGE: in IntCondCCodeToICC()
1270 SetCC = DAG.getSetCC(dl, MVT::i32, ExtraShAmt, Zero, ISD::SETGE); in LowerSHL_PARTS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCISelLowering.cpp59 case ISD::SETGE: in ISDCCtoARCCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsDSPInstrInfo.td1425 def : DSPSetCCPatInv<PseudoCMP_LT_PH, PseudoPICK_PH, v2i16, SETGE>;
1438 def : DSPSelectCCPatInv<PseudoCMP_LT_PH, PseudoPICK_PH, v2i16, SETGE>;
DMipsSEISelLowering.cpp364 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAIntType()
404 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAFloatType()
959 case ISD::SETGE: return IsV216; in isLegalDSPCondCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1838 case ISD::SETGE: return ARMCC::GE; in IntCCToARMCC()
1858 case ISD::SETGE: in FPCCToARMCC()
4225 case ISD::SETGE: in getARMCmp()
4241 CC = (CC == ISD::SETLE) ? ISD::SETLT : ISD::SETGE; in getARMCmp()
4652 CC == ISD::SETULE || CC == ISD::SETGE || CC == ISD::SETLE) in checkVSELConstraints()
4724 return CC == ISD::SETGT || CC == ISD::SETGE; in isGTorGE()
5869 ISD::SETGE, ARMcc, DAG, dl); in LowerShiftRightParts()
5879 ISD::SETGE, ARMcc, DAG, dl); in LowerShiftRightParts()
5912 ISD::SETGE, ARMcc, DAG, dl); in LowerShiftLeftParts()
5917 ISD::SETGE, ARMcc, DAG, dl); in LowerShiftLeftParts()
[all …]

123