/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | tautological-compare.c | 8 int sge(int a) { return a >= a; } in sge() function
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
H A D | binops-same-args.c | 16 int sge(int a) { return a >= a; } in sge() function
|
H A D | canonical-cmp.c | 9 sint sge(sint p, sint a) { return (123 <= p) == (p >= 123); } in sge() function
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir_emit.c | 73 OPC(seq, SET, 0_1_X, EQ), OPC(sne, SET, 0_1_X, NE), OPC(sge, SET, 0_1_X, GE), OPC(slt, SET, 0_1_X, LT),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APInt.h | 1135 bool sge(const APInt &RHS) const { return !slt(RHS); } 1143 bool sge(int64_t RHS) const { return !slt(RHS); }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 166 return IsUnsigned ? uge(RHS) : sge(RHS); in operator >=()
|
H A D | APInt.h | 1329 bool sge(const APInt &RHS) const { return !slt(RHS); } 1337 bool sge(int64_t RHS) const { return !slt(RHS); }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 1302 return GEPBaseOffset.sge(ObjectBaseOffset + (int64_t)ObjectAccessSize); in isGEPBaseAtNegativeOffset() 1444 if (GEP1BaseOffset.sge(0)) { in aliasGEP() 1501 (SignKnownZero && Scale.sge(0)) || (SignKnownOne && Scale.slt(0)); in aliasGEP()
|
H A D | ScalarEvolution.cpp | 10900 APInt End = A.sge(1) ? (Range.getUpper() - 1) : Range.getLower();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 710 KEYWORD(sge); KEYWORD(ult); KEYWORD(ugt); KEYWORD(ule); KEYWORD(uge); in LexIdentifier()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 321 IMPLEMENT_INTEGER_ICMP(sge,Ty); 322 IMPLEMENT_VECTOR_INTEGER_ICMP(sge,Ty);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 1896 case ICmpInst::ICMP_SGE: return ConstantInt::get(ResultTy, V1.sge(V2)); in ConstantFoldCompareInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 504 return C.sge(*Thr); in isValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 840 C1->isNegative() && C1->sge(-C2->sext(C1->getBitWidth()))) { in foldNoWrapAdd()
|
H A D | InstCombineSelect.cpp | 1186 // %new_cmp2 = icmp sge i32 %x, C0-C1 1584 (SPF1 == SPF_SMAX && CB->sge(*CC))) in foldSPFofSPF()
|
H A D | InstCombineCompares.cpp | 2521 // (icmp sgt (sub nsw X, Y), -1) -> (icmp sge X, Y) in foldICmpSubConstant() 2660 // x sgt C-1 <--> x sge C <--> not(x slt C) in matchThreeWayIntCompare() 3792 // icmp sge (A + -1), Op1 -> icmp sgt A, Op1 in foldICmpBinOp() 3801 // icmp sgt (A + 1), Op1 -> icmp sge A, Op1 in foldICmpBinOp() 3805 // icmp sgt Op0, (C + -1) -> icmp sge Op0, C in foldICmpBinOp() 3815 // icmp sge Op0, (C + 1) -> icmp sgt Op0, C in foldICmpBinOp() 5111 if (Op0Min.sge(Op1Max)) // A <s B -> false if min(A) >= max(C) in foldICmpUsingKnownBits() 5140 if (Op0Min.sge(Op1Max)) // A >=s B -> true if min(A) >= max(B) in foldICmpUsingKnownBits() 5338 // icmp sge -> icmp sle in canonicalizeICmpBool()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 4671 if (ShiftAmt.sge(0) && ShiftAmt.slt(BitWidth)) { in TryMULWIDECombine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 2068 case ISD::SETGE: return getBoolConstant(C1.sge(C2), dl, VT, OpVT); 4803 case ISD::SMAX: return C1.sge(C2) ? C1 : C2;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 2697 return CR && CR->getSignedMin().sge(-1ull << Width) && in isSExtAbsoluteSymbolRef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 9051 if (K0->getAPIntValue().sge(K1->getAPIntValue())) in performIntMed3ImmCombine() 9843 // setcc (sext from i1 cc), 0, eq|sge|ule) => not cc => xor cc, -1 in performSetCCCombine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 9766 if (ConstValue.sge(1) && ConstValue.sle(16)) in performMulCombine()
|