Home
last modified time | relevance | path

Searched refs:sgt (Results 1 – 25 of 40) sorted by relevance

12

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dext-trunc-greater.c1 short sgt(char x) in sgt() function
Dcanonical-cmp.c10 sint sgt(sint p, sint a) { return (123 < p) == (p > 123); } in sgt() function
Dbinops-same-args.c14 int sgt(int a) { return a > a; } in sgt() function
/third_party/ltp/tools/sparse/sparse-src/validation/
Dtautological-compare.c6 int sgt(int a) { return a > a; } in sgt() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp549 if (Xq.sgt(UpperBound) || Yq.sgt(UpperBound)) { in intersectConstraints()
1197 if (Distance.sgt(0)) in strongSIVtest()
1442 if ((A.sgt(0) && B.sgt(0)) || in floorOfQuotient()
1455 if ((A.sgt(0) && B.sgt(0)) || in ceilingOfQuotient()
1465 return A.sgt(B) ? A : B; in maxAPInt()
1544 if (TMUL.sgt(0)) { in exactSIVtest()
1563 if (TMUL.sgt(0)) { in exactSIVtest()
1579 if (TL.sgt(TU)) { in exactSIVtest()
1593 if (TMUL.sgt(0)) { in exactSIVtest()
1610 if (TMUL.sgt(0)) { in exactSIVtest()
[all …]
DMemoryBuiltins.cpp806 if (TrueResult.sgt(FalseResult)) in visitSelectInst()
DBasicAliasAnalysis.cpp1519 if (AllPositive && GEP1BaseOffset.sgt(0) && in aliasGEP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1075 bool sle(uint64_t RHS) const { return !sgt(RHS); } in sle()
1101 bool sgt(const APInt &RHS) const { return !slt(RHS) && !eq(RHS); } in sgt() function
1109 bool sgt(int64_t RHS) const { in sgt() function
1789 return A.sgt(B) ? A : B; in smax()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp321 return Lower.sgt(Upper) && !Upper.isMinSignedValue(); in isSignWrappedSet()
325 return Lower.sgt(Upper); in isUpperSignWrapped()
1460 Min.sgt(SignedMax - OtherMin)) in signedAddMayOverflow()
1467 Max.sgt(SignedMax - OtherMax)) in signedAddMayOverflow()
1506 Min.sgt(SignedMax + OtherMax)) in signedSubMayOverflow()
1513 Max.sgt(SignedMax + OtherMin)) in signedSubMayOverflow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1267 bool sle(uint64_t RHS) const { return !sgt(RHS); } in sle()
1294 bool sgt(const APInt &RHS) const { return !sle(RHS); } in sgt() function
1302 bool sgt(int64_t RHS) const { in sgt() function
2168 return A.sgt(B) ? A : B; in smax()
DAPSInt.h158 return IsUnsigned ? ugt(RHS) : sgt(RHS);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_icmp_i1vec.ll59 %cmp = icmp sgt <16 x i1> %a.trunc, %b.trunc
149 %cmp = icmp sgt <8 x i1> %a.trunc, %b.trunc
239 %cmp = icmp sgt <4 x i1> %a.trunc, %b.trunc
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.def98 X(Sgt, Slt, "sgt") \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp709 KEYWORD(eq); KEYWORD(ne); KEYWORD(slt); KEYWORD(sgt); KEYWORD(sle); in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.td604 // sgt/sgtu are recognised by the GNU assembler but the canonical slt/sltu
606 def : InstAlias<"sgt $rd, $rs, $rt", (SLT GPR:$rd, GPR:$rt, GPR:$rs), 0>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1272 ShouldSwap = LHSC->getValue().sgt(RHSC->getValue()); in foldAndOfICmps()
2241 APInt RangeDiff = LRangeLow.sgt(RRangeLow) ? LRangeLow - RRangeLow in foldOrOfICmps()
2364 ShouldSwap = LHSC->getValue().sgt(RHSC->getValue()); in foldOrOfICmps()
DInstCombineCompares.cpp1173 if (AP2.sgt(AP1)) in foldICmpShrConstConst()
2922 if (match(BOp1, m_APInt(BOC)) && BOC->sgt(1) && BOC->isPowerOf2()) { in foldICmpBinOpEqualityWithConstant()
5124 if (Op0Min.sgt(Op1Max)) // A >s B -> true if min(A) > max(B) in foldICmpUsingKnownBits()
5151 if (Op0Min.sgt(Op1Max)) // A <=s B -> false if min(A) > max(B) in foldICmpUsingKnownBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp265 IMPLEMENT_INTEGER_ICMP(sgt,Ty); in executeICMP_SGT()
266 IMPLEMENT_VECTOR_INTEGER_ICMP(sgt,Ty); in executeICMP_SGT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips64InstrInfo.td1239 "sgt\t$rd, $rs, $imm">, GPR_64;
1240 def : MipsInstAlias<"sgt $rs, $imm", (SGTImm64 GPR64Opnd:$rs,
DMicroMipsInstrInfo.td1361 "sgt $rd, $rs, $rt",
1364 "sgt $rs, $rt",
DMipsInstrInfo.td2710 "sgt $rd, $rs, $rt",
2713 "sgt $rs, $rt",
2718 "sgt\t$rd, $rs, $imm">, GPR_32;
2719 def : MipsInstAlias<"sgt $rs, $imm", (SGTImm GPR32Opnd:$rs,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp2971 if (C.sgt(LowkR)) { in SolveQuadraticEquationWrap()
3002 if (Q.sgt(D)) in SolveQuadraticEquationWrap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenAsmMatcher.inc5081 "sgeu\003sgt\004sgtu\002sh\004sh16\003she\005shf.b\005shf.h\005shf.w\005"
7607 …{ 8074 /* sgt */, Mips::SLT, Convert__GPR32AsmReg1_0__GPR32AsmReg1_1__GPR32AsmReg1_0, AMFBS_HasStd…
7608 …{ 8074 /* sgt */, Mips::SLT_MM, Convert__GPR32AsmReg1_0__GPR32AsmReg1_1__GPR32AsmReg1_0, AMFBS_InM…
7609 …{ 8074 /* sgt */, Mips::SGTImm, Convert__GPR32AsmReg1_0__GPR32AsmReg1_0__SImm321_1, AMFBS_IsGP32bi…
7610 …{ 8074 /* sgt */, Mips::SGTImm64, Convert__GPR64AsmReg1_0__GPR64AsmReg1_0__Imm1_1, AMFBS_IsGP64bit…
7611 …{ 8074 /* sgt */, Mips::SLT, Convert__GPR32AsmReg1_0__GPR32AsmReg1_2__GPR32AsmReg1_1, AMFBS_HasStd…
7612 …{ 8074 /* sgt */, Mips::SLT_MM, Convert__GPR32AsmReg1_0__GPR32AsmReg1_2__GPR32AsmReg1_1, AMFBS_InM…
7613 …{ 8074 /* sgt */, Mips::SGTImm, Convert__GPR32AsmReg1_0__GPR32AsmReg1_1__SImm321_2, AMFBS_IsGP32bi…
7614 …{ 8074 /* sgt */, Mips::SGTImm64, Convert__GPR64AsmReg1_0__GPR64AsmReg1_1__Imm1_2, AMFBS_IsGP64bit…
11110 { 8074 /* sgt */, 3 /* 0, 1 */, MCK_GPR32AsmReg, AMFBS_HasStdEnc_NotInMicroMips },
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h354 if (CaseVal.sgt(MaxCaseVal)) in getEstimatedNumberOfCaseClusters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DREADME.txt55 %tmp = icmp sgt i32 %x, %y

12