Home
last modified time | relevance | path

Searched refs:sge (Results 1 - 21 of 21) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtautological-compare.c8 int sge(int a) { return a >= a; } in sge() function
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dbinops-same-args.c16 int sge(int a) { return a >= a; } in sge() function
H A Dcanonical-cmp.c9 sint sge(sint p, sint a) { return (123 <= p) == (p >= 123); } in sge() function
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c73 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 DAPInt.h1135 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 DAPSInt.h166 return IsUnsigned ? uge(RHS) : sge(RHS); in operator >=()
H A DAPInt.h1329 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 DBasicAliasAnalysis.cpp1302 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 DScalarEvolution.cpp10900 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 DLLLexer.cpp710 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 DExecution.cpp321 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 DConstantFold.cpp1896 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 DPatternMatch.h504 return C.sge(*Thr); in isValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp840 C1->isNegative() && C1->sge(-C2->sext(C1->getBitWidth()))) { in foldNoWrapAdd()
H A DInstCombineSelect.cpp1186 // %new_cmp2 = icmp sge i32 %x, C0-C1
1584 (SPF1 == SPF_SMAX && CB->sge(*CC))) in foldSPFofSPF()
H A DInstCombineCompares.cpp2521 // (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 DNVPTXISelLowering.cpp4671 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 DSelectionDAG.cpp2068 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 DX86ISelDAGToDAG.cpp2697 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 DSIISelLowering.cpp9051 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 DAArch64ISelLowering.cpp9766 if (ConstValue.sge(1) && ConstValue.sle(16)) in performMulCombine()

Completed in 103 milliseconds