/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1042 /// floating point. For integer, only the SETEQ,SETNE,SETLT,SETLE,SETGT, 1071 SETLE, // 1 X 1 0 1 True if less 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/Target/BPF/ |
H A D | BPFISelLowering.cpp | 491 case ISD::SETLE: in NegateCC() 695 SET_NEWCC(SETLE, JSLE); in EmitInstrWithCustomInserter() 705 CC == ISD::SETLE); in EmitInstrWithCustomInserter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 228 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE; in getFCmpCodeWithoutNaN() 242 case ICmpInst::ICMP_SLE: return ISD::SETLE; in getICmpCondCode()
|
H A D | TargetLoweringBase.cpp | 554 CCs[RTLIB::OLE_F32] = ISD::SETLE; in InitCmpLibcallCCs() 555 CCs[RTLIB::OLE_F64] = ISD::SETLE; in InitCmpLibcallCCs() 556 CCs[RTLIB::OLE_F128] = ISD::SETLE; in InitCmpLibcallCCs() 557 CCs[RTLIB::OLE_PPCF128] = ISD::SETLE; in InitCmpLibcallCCs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertSkips.cpp | 212 case ISD::SETLE: in kill()
|
H A D | R600ISelLowering.cpp | 129 setCondCodeAction(ISD::SETLE, MVT::f32, Expand); in R600TargetLowering() 139 setCondCodeAction(ISD::SETLE, MVT::i32, Expand); in R600TargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86IntrinsicsInfo.h | 1004 X86_INTRINSIC_DATA(sse_comile_ss, COMI, X86ISD::COMI, ISD::SETLE), 1021 X86_INTRINSIC_DATA(sse_ucomile_ss, COMI, X86ISD::UCOMI, ISD::SETLE), 1028 X86_INTRINSIC_DATA(sse2_comile_sd, COMI, X86ISD::COMI, ISD::SETLE), 1075 X86_INTRINSIC_DATA(sse2_ucomile_sd, COMI, X86ISD::UCOMI, ISD::SETLE),
|
H A D | X86ISelLowering.cpp | 936 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering() 1255 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering() 1578 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering() 1830 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering() 4837 case ISD::SETLE: return X86::COND_LE; 4917 case ISD::SETLE: return X86::COND_BE; 21177 case ISD::SETLE: 21512 case ISD::SETLE: CmpMode = 0x01; break; 24030 case ISD::SETLE: // The condition is opposite to GE. Swap the operands. [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 204 { RTLIB::OLE_F64, "__mspabi_cmpd", ISD::SETLE }, in MSP430TargetLowering() 210 { RTLIB::OLE_F32, "__mspabi_cmpf", ISD::SETLE }, in MSP430TargetLowering() 1094 case ISD::SETLE: in EmitCMP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 2956 case ISD::SETLE: { in get32BitZExtCompare() 3011 // Handle SETLT 1 (which is equivalent to SETLE 0). in get32BitZExtCompare() 3140 case ISD::SETLE: { in get32BitSExtCompare() 3298 case ISD::SETLE: { in get64BitZExtCompare() 3457 case ISD::SETLE: { in get64BitSExtCompare() 3807 case ISD::SETLE: in SelectCC() 3834 case ISD::SETLE: in SelectCC() 3874 case ISD::SETLE: in getPredicateForSetCC() 3907 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE in getCRIdxForSetCC() 3933 case ISD::SETLE in getVCmpInst() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 428 case ISD::SETLE: return "setle"; in getOperationName()
|
H A D | LegalizeIntegerTypes.cpp | 1389 case ISD::SETLE: in PromoteSetCCOperands() 3849 case ISD::SETLE: 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 | TargetLowering.cpp | 335 case ISD::SETLE: in softenSetCCOperands() 3383 case ISD::SETLE: in SimplifySetCC() 3591 if (Cond == ISD::SETLE || Cond == ISD::SETULE) { in SimplifySetCC() 3599 ISD::CondCode NewCC = (Cond == ISD::SETLE) ? ISD::SETLT : ISD::SETULT; in SimplifySetCC() 3980 case ISD::SETLE: // X <=s Y --> X == 1 | Y == 0 --> ~Y | X in SimplifySetCC()
|
H A D | SelectionDAG.cpp | 390 case ISD::SETLE: 2067 case ISD::SETLE: return getBoolConstant(C1.sle(C2), dl, VT, OpVT); 2101 case ISD::SETLE: if (R==APFloat::cmpUnordered)
|
H A D | SelectionDAGBuilder.cpp | 2385 assert(CB.CC == ISD::SETLE && "Can handle only LE ranges now"); in visitSwitchCase() 2395 ISD::SETLE); in visitSwitchCase() 10310 CC = ISD::SETLE; in lowerWorkItem()
|
/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() 830 case ISD::SETLE: in IntCondCCodeToICC() 1307 SDValue SetCC = DAG.getSetCC(dl, MVT::i32, NegatedPlus32, Zero, ISD::SETLE); in LowerSRL_PARTS()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.cpp | 63 case ISD::SETLE: in ISDCCtoARCCC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 957 case ISD::SETLE: in isLegalDSPCondCode() 1731 Op->getOperand(2), ISD::SETLE); in lowerINTRINSIC_WO_CHAIN() 1737 lowerMSASplatImm(Op, 2, DAG, true), ISD::SETLE); in lowerINTRINSIC_WO_CHAIN()
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 622 #define SETLE(a) CHOICE(setle a, setle a, setle a) macro 1335 #define SETLE(a) setle a macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1371 case ISD::SETLE: return SPCC::ICC_LE; in IntCondCCodeToICC() 1393 case ISD::SETLE: in FPCondCCodeToFCC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 453 case ISD::SETLE: { in getAVRCmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 116 setCondCodeAction(ISD::SETLE, T, Expand); in initializeHVXLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1840 case ISD::SETLE: return ARMCC::LE; in IntCCToARMCC() 1870 case ISD::SETLE: in FPCCToARMCC() 4227 CC = (CC == ISD::SETLT) ? ISD::SETLE : ISD::SETGT; in getARMCmp() 4238 case ISD::SETLE: 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() 4663 CC == ISD::SETULT || CC == ISD::SETLE || CC == ISD::SETLT) in checkVSELConstraints() 4728 return CC == ISD::SETLT || CC == ISD::SETLE; in isLTorLE() 6283 case ISD::SETLE: Swap = true; LLVM_FALLTHROUGH; in LowerVSETCC() 6328 case ISD::SETLE in LowerVSETCC() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 352 case ISD::SETLE: in normaliseSetCC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 1534 case ISD::SETLE: in changeIntCCToAArch64CC() 1597 case ISD::SETLE: in changeFPCCToAArch64CC() 2091 CC = (CC == ISD::SETLT) ? ISD::SETLE : ISD::SETGT; in getAArch64Cmp() 2106 case ISD::SETLE: in getAArch64Cmp() 2112 CC = (CC == ISD::SETLE) ? ISD::SETLT : ISD::SETGE; in getAArch64Cmp()
|