/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1043 /// SETGE,SETULT,SETULE,SETUGT, and SETUGE opcodes are used. 1069 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/ |
H A D | Analysis.cpp | 230 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE; in getFCmpCodeWithoutNaN() 244 case ICmpInst::ICMP_SGE: return ISD::SETGE; in getICmpCondCode()
|
H A D | TargetLoweringBase.cpp | 546 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/ |
H A D | BPFISelLowering.cpp | 689 SET_NEWCC(SETGE, JSGE); in EmitInstrWithCustomInserter() 703 CC == ISD::SETGE || in EmitInstrWithCustomInserter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertSkips.cpp | 204 case ISD::SETGE: in kill()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 430 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/X86/ |
H A D | X86IntrinsicsInfo.h | 1002 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),
|
H A D | X86ISelLowering.cpp | 4835 case ISD::SETGE: return X86::COND_GE; 4863 if (SetCCOpcode == ISD::SETGE && RHSC->isNullValue()) { 4911 case ISD::SETGE: return X86::COND_AE; 21176 case ISD::SETGE: Swap = true; LLVM_FALLTHROUGH; 21516 case ISD::SETGE: CmpMode = 0x03; break; 21639 Cond == ISD::SETGE || Cond == ISD::SETUGE; 24027 case ISD::SETGE: // CF = 0 [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 202 { 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/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 2943 case ISD::SETGE: { in get32BitZExtCompare() 2984 // Handle SETLT -1 (which is equivalent to SETGE 0). 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; Swa in getVCmpInst() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 1386 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()
|
H A D | SelectionDAGDumper.cpp | 426 case ISD::SETGE: return "setge"; in getOperationName()
|
H A D | TargetLowering.cpp | 323 case ISD::SETGE: in softenSetCCOperands() 3379 case ISD::SETGE: in SimplifySetCC() 3571 if (Cond == ISD::SETGE || Cond == ISD::SETUGE) { in SimplifySetCC() 3579 ISD::CondCode NewCC = (Cond == ISD::SETGE) ? ISD::SETGT : ISD::SETUGT; in SimplifySetCC() 3973 case ISD::SETGE: // X >=s Y --> X == 0 | Y == 1 --> ~X | Y in SimplifySetCC()
|
H A D | SelectionDAG.cpp | 392 case ISD::SETGE: return 1; 2068 case ISD::SETGE: return getBoolConstant(C1.sge(C2), dl, VT, OpVT); 2107 case ISD::SETGE: if (R==APFloat::cmpUnordered)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 805 // For integer, only the SETEQ, SETNE, SETLT, SETLE, SETGT, SETGE, SETULT, in IntCondCCodeToICC() 840 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/ |
H A D | ARCISelLowering.cpp | 59 case ISD::SETGE: in ISDCCtoARCCC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 364 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/RISCV/ |
H A D | RISCVISelLowering.cpp | 161 ISD::SETGE, ISD::SETNE}; in RISCVTargetLowering() 374 case ISD::SETGE: in getBranchOpcodeForIntCondCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1838 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, ARMc in LowerShiftLeftParts() [all...] |
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 620 #define SETGE(a) CHOICE(setge a, setge a, setge a) macro 1333 #define SETGE(a) setge a macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 2009 ISD::SETGE); in LowerShiftRightParts() 2069 ISD::SETGE); in LowerShiftLeftParts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1372 case ISD::SETGE: return SPCC::ICC_GE; in IntCondCCodeToICC() 1395 case ISD::SETGE: in FPCondCCodeToFCC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 117 setCondCodeAction(ISD::SETGE, T, Expand); in initializeHVXLowering()
|
H A D | HexagonISelLowering.cpp | 1566 setCondCodeAction(ISD::SETGE, VT, Expand); in HexagonTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 1530 case ISD::SETGE: in changeIntCCToAArch64CC() 1563 case ISD::SETGE: in changeFPCCToAArch64CC() 2086 case ISD::SETGE: in getAArch64Cmp() 2112 CC = (CC == ISD::SETLE) ? ISD::SETLT : ISD::SETGE; in getAArch64Cmp() 5913 Cmp = emitComparison(ExtraShAmt, DAG.getConstant(0, dl, MVT::i64), ISD::SETGE, in LowerShiftRightParts() 5969 Cmp = emitComparison(ExtraShAmt, DAG.getConstant(0, dl, MVT::i64), ISD::SETGE, in LowerShiftLeftParts()
|