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

12

/freebsd-11-stable/contrib/llvm-project/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 in enum:llvm::ISD::CondCode
1081 return Code == SETGT || Code == SETGE || Code == SETLT || Code == SETLE;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp491 case ISD::SETLE:
695 SET_NEWCC(SETLE, JSLE);
705 CC == ISD::SETLE);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp228 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
242 case ICmpInst::ICMP_SLE: return ISD::SETLE;
H A DTargetLoweringBase.cpp554 CCs[RTLIB::OLE_F32] = ISD::SETLE;
555 CCs[RTLIB::OLE_F64] = ISD::SETLE;
556 CCs[RTLIB::OLE_F128] = ISD::SETLE;
557 CCs[RTLIB::OLE_PPCF128] = ISD::SETLE;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertSkips.cpp212 case ISD::SETLE:
H A DR600ISelLowering.cpp129 setCondCodeAction(ISD::SETLE, MVT::f32, Expand);
139 setCondCodeAction(ISD::SETLE, MVT::i32, Expand);
/freebsd-11-stable/contrib/llvm-project/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);
1255 setCondCodeAction(ISD::SETLE, VT, Custom);
1578 setCondCodeAction(ISD::SETLE, VT, Custom);
1830 setCondCodeAction(ISD::SETLE, VT, Custom);
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;
24033 case ISD::SETLE: // The condition is opposite to GE. Swap the operands.
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2956 case ISD::SETLE: {
3011 // Handle SETLT 1 (which is equivalent to SETLE 0).
3140 case ISD::SETLE: {
3298 case ISD::SETLE: {
3457 case ISD::SETLE: {
3807 case ISD::SETLE:
3834 case ISD::SETLE:
3874 case ISD::SETLE:
3907 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
3933 case ISD::SETLE
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp204 { RTLIB::OLE_F64, "__mspabi_cmpd", ISD::SETLE },
210 { RTLIB::OLE_F32, "__mspabi_cmpf", ISD::SETLE },
1094 case ISD::SETLE:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp805 // For integer, only the SETEQ, SETNE, SETLT, SETLE, SETGT, SETGE, SETULT,
830 case ISD::SETLE:
1307 SDValue SetCC = DAG.getSetCC(dl, MVT::i32, NegatedPlus32, Zero, ISD::SETLE);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp63 case ISD::SETLE:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp428 case ISD::SETLE: return "setle";
H A DLegalizeIntegerTypes.cpp1401 case ISD::SETLE:
3861 case ISD::SETLE:
3895 bool EqAllowed = (CCCode == ISD::SETLE || CCCode == ISD::SETGE ||
3929 case ISD::SETLE: CCCode = ISD::SETGE; FlipOperands = true; break;
H A DTargetLowering.cpp335 case ISD::SETLE:
3383 case ISD::SETLE:
3591 if (Cond == ISD::SETLE || Cond == ISD::SETULE) {
3599 ISD::CondCode NewCC = (Cond == ISD::SETLE) ? ISD::SETLT : ISD::SETULT;
3980 case ISD::SETLE: // X <=s Y --> X == 1 | Y == 0 --> ~Y | X
H A DSelectionDAGBuilder.cpp2385 assert(CB.CC == ISD::SETLE && "Can handle only LE ranges now");
2395 ISD::SETLE);
10310 CC = ISD::SETLE;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp957 case ISD::SETLE:
1731 Op->getOperand(2), ISD::SETLE);
1737 lowerMSASplatImm(Op, 2, DAG, true), ISD::SETLE);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp453 case ISD::SETLE: {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp116 setCondCodeAction(ISD::SETLE, T, Expand);
H A DHexagonISelLowering.cpp1565 setCondCodeAction(ISD::SETLE, VT, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1371 case ISD::SETLE: return SPCC::ICC_LE;
1393 case ISD::SETLE:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1841 case ISD::SETLE: return ARMCC::LE;
1871 case ISD::SETLE:
4228 CC = (CC == ISD::SETLT) ? ISD::SETLE : ISD::SETGT;
4239 case ISD::SETLE:
4242 CC = (CC == ISD::SETLE) ? ISD::SETLT : ISD::SETGE;
4653 CC == ISD::SETULE || CC == ISD::SETGE || CC == ISD::SETLE)
4664 CC == ISD::SETULT || CC == ISD::SETLE || CC == ISD::SETLT)
4729 return CC == ISD::SETLT || CC == ISD::SETLE;
6284 case ISD::SETLE: Swap = true; LLVM_FALLTHROUGH;
6329 case ISD::SETLE
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1534 case ISD::SETLE:
1597 case ISD::SETLE:
2091 CC = (CC == ISD::SETLT) ? ISD::SETLE : ISD::SETGT;
2106 case ISD::SETLE:
2112 CC = (CC == ISD::SETLE) ? ISD::SETLT : ISD::SETGE;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp579 case ISD::SETLE:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp360 case ISD::SETLE:

Completed in 831 milliseconds

12