| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantRangeList.cpp | 41 assert(NewRange.getLower().slt(NewRange.getUpper())); in insert() 43 if (empty() || Ranges.back().getUpper().slt(NewRange.getLower())) { in insert() 50 if (NewRange.getUpper().slt(Ranges.front().getLower())) { in insert() 57 return a.getLower().slt(b.getLower()); in insert() 75 if (Ranges.back().getUpper().slt(Iter->getLower())) { in insert() 90 assert(SubRange.getLower().slt(SubRange.getUpper())); in subtract() 100 if (Start.slt(End)) in subtract() 161 if (Ranges[i].getLower().slt(CRL.Ranges[j].getLower())) { in unionWith() 173 if (PreviousRange.getUpper().slt(CR.getLower())) { in unionWith() 184 (i < size() && Ranges[i].getLower().slt(CRL.Ranges[j].getLower()))) { in unionWith() [all …]
|
| H A D | ConstantRange.cpp | 275 return getSignedMax().slt(Other.getSignedMin()); in icmp() 1234 auto Compare = [](const APInt &A, const APInt &B) { return A.slt(B); }; in multiply() 1287 auto Compare = [](const APInt &A, const APInt &B) { return A.slt(B); }; in smul_fast() 1915 auto Compare = [](const APInt &A, const APInt &B) { return A.slt(B); }; in smul_sat() 2174 Max.slt(SignedMin - OtherMax)) in signedAddMayOverflow() 2181 Min.slt(SignedMin - OtherMin)) in signedAddMayOverflow() 2220 Max.slt(SignedMin + OtherMin)) in signedSubMayOverflow() 2227 Min.slt(SignedMin + OtherMax)) in signedSubMayOverflow()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SwitchLoweringUtils.cpp | 58 assert(Clusters[i - 1].High->getValue().slt(Clusters[i].Low->getValue())); in findJumpTables() 218 assert(PreviousHigh.slt(Low)); in buildJumpTable() 280 assert(Clusters[i-1].High->getValue().slt(Clusters[i].Low->getValue())); in findBitTestClusters() 386 assert(Low.slt(High)); in buildBitTests() 408 if (Low.isStrictlyPositive() && High.slt(BitWidth)) { in buildBitTests() 474 return a.Low->getValue().slt(b.Low->getValue()); in sortAndRangeify() 507 return X.Low->getValue().slt(CC.Low->getValue()); in caseClusterRank()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | IntegralAP.h | 121 return getValue().slt(RHS.getValue()); 219 if (V1.slt(V2)) in compare()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1130 bool slt(const APInt &RHS) const { return compareSigned(RHS) < 0; } in slt() function 1138 bool slt(int64_t RHS) const { in slt() function 1237 bool sge(const APInt &RHS) const { return !slt(RHS); } in sge() 1245 bool sge(int64_t RHS) const { return !slt(RHS); } in sge() 2249 return A.slt(B) ? A : B;
|
| H A D | APSInt.h | 169 return IsUnsigned ? ult(RHS) : slt(RHS);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerSwitch.cpp | 66 Ranges, R, [](IntRange A, IntRange B) { return A.High.slt(B.High); }); in IsInRanges() 88 return CI1->getValue().slt(CI2->getValue()); in operator ()()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 624 if (Xq.slt(0) || Yq.slt(0)) { in intersectConstraints() 1305 else if (Distance.slt(0)) in strongSIVtest() 1529 X = AM.slt(0) ? -A1 : A1; in findGCD() 1530 Y = BM.slt(0) ? B1 : -B1; in findGCD() 1547 (A.slt(0) && B.slt(0))) in floorOfQuotient() 1560 (A.slt(0) && B.slt(0))) in ceilingOfQuotient() 1718 if (LowerDistance.slt(0)) { in exactSIVtest()
|
| H A D | MemoryBuiltins.cpp | 1135 return {LHS.Before.slt(RHS.Before) ? LHS.Before : RHS.Before, in combineOffsetRange() 1136 LHS.After.slt(RHS.After) ? LHS.After : RHS.After}; in combineOffsetRange()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 102 if ((!SizeCI || SizeCI->getValue().slt(0)) && in getBoundsCheckCond()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16InstrInfo.td | 460 // op2 can be cmp or slt/sltu 654 def BteqzT8SltX16: FEXT_T8I816_ins<"bteqz", "slt">, cbranch16; 681 def BtnezT8SltX16: FEXT_T8I816_ins<"btnez", "slt">, cbranch16; 1064 def SelTBteqZSlt: SelT<"bteqz", "slt">; 1119 def SelTBtneZSlt: SelT<"btnez", "slt">; 1219 def SltRxRy16: FRR16R_ins<0b00010, "slt", IIM16Alu>{ 1223 def SltCCRxRy16: FCCRR16_ins<"slt">;
|
| H A D | Mips64InstrInfo.td | 154 def SLT64 : SetCC_R<"slt", setlt, GPR64Opnd>, ADD_FM<0, 0x2a>, GPR_64; 1220 "slt\t$rs, $rt, $imm">, GPR_64; 1221 def : MipsInstAlias<"slt\t$rs, $imm", (SLTImm64 GPR64Opnd:$rs, GPR64Opnd:$rs,
|
| H A D | Mips32r6InstrInfo.td | 290 CMP_CONDN_DESC_BASE<"slt", Typestr, FGROpnd, Itin>, 291 MipsR6Arch<!strconcat("cmp.slt.", Typestr)>,
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SlowDynamicAPInt.cpp | 140 return Val.sext(Width).slt(O.Val.sext(Width)); in operator <()
|
| H A D | APFixedPoint.cpp | 102 else if (ThisVal.slt(OtherVal)) in compare()
|
| H A D | KnownBits.cpp | 542 std::optional<bool> KnownBits::slt(const KnownBits &LHS, const KnownBits &RHS) { in slt() function in KnownBits
|
| /freebsd/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4_cmd.c | 2253 u32 slt; in mlx4_master_comm_channel() local 2265 slt = swab32(readl(&mfunc->comm[slave].slave_read)) in mlx4_master_comm_channel() 2268 if (toggle != slt) { in mlx4_master_comm_channel() 2270 != slt) { in mlx4_master_comm_channel() 2272 slave, slt, in mlx4_master_comm_channel() 2275 slt; in mlx4_master_comm_channel()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | KnownBits.h | 474 LLVM_ABI static std::optional<bool> slt(const KnownBits &LHS,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVGISel.td | 43 // Define pattern expansions for pointer ult/slt conditional codes
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUMCExpr.cpp | 418 std::optional<bool> CompareRes = KnownBits::slt(LHSKnown, RHSKnown); in binaryOpKnownBitsMapHelper()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MergeICmps.cpp | 104 return BaseId != O.BaseId ? BaseId < O.BaseId : Offset.slt(O.Offset); in operator <()
|
| H A D | GuardWidening.cpp | 897 return LHS.getOffsetValue().slt(RHS.getOffsetValue()); in combineRangeChecks()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 745 KEYWORD(eq); KEYWORD(ne); KEYWORD(slt); KEYWORD(sgt); KEYWORD(sle); in LexIdentifier()
|
| /freebsd/sys/riscv/include/ |
| H A D | encoding.h | 782 DECLARE_INSN(slt, MATCH_SLT, MASK_SLT)
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 728 if (Offset2.slt(Offset1)) { in foldLoadsRecursive()
|