Home
last modified time | relevance | path

Searched refs:SETLE (Results 1 - 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1042 /// 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 DBPFISelLowering.cpp491 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 DAnalysis.cpp228 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE; in getFCmpCodeWithoutNaN()
242 case ICmpInst::ICMP_SLE: return ISD::SETLE; in getICmpCondCode()
H A DTargetLoweringBase.cpp554 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 DSIInsertSkips.cpp212 case ISD::SETLE: in kill()
H A DR600ISelLowering.cpp129 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 DX86IntrinsicsInfo.h1004 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 DX86ISelLowering.cpp936 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 DMSP430ISelLowering.cpp204 { 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 DPPCISelDAGToDAG.cpp2956 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 DSelectionDAGDumper.cpp428 case ISD::SETLE: return "setle"; in getOperationName()
H A DLegalizeIntegerTypes.cpp1389 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 DTargetLowering.cpp335 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 DSelectionDAG.cpp390 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 DSelectionDAGBuilder.cpp2385 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 DLanaiISelLowering.cpp805 // 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 DARCISelLowering.cpp63 case ISD::SETLE: in ISDCCtoARCCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp957 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 Dassyntax.h622 #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 DSparcISelLowering.cpp1371 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 DAVRISelLowering.cpp453 case ISD::SETLE: { in getAVRCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp116 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 DARMISelLowering.cpp1840 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 DRISCVISelLowering.cpp352 case ISD::SETLE: in normaliseSetCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1534 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()

Completed in 158 milliseconds

12