HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_SGE (Results 26 - 50 of 113) sorted by null

12 3 4 5

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSelect.cpp 43 case ICmpInst::ICMP_SGE: return SPF_SMAX;
59 case ICmpInst::ICMP_SGE: return SPF_SMIN;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 501 auto Result = LVI->getPredicateAt(ICmpInst::ICMP_SGE, O, Zero, SDI);
593 if (LVI->getPredicateAt(ICmpInst::ICMP_SGE, SDI->getOperand(0), Zero, SDI) !=
InductiveRangeCheckElimination.cpp 216 return SE.isKnownPredicate(ICmpInst::ICMP_SGE, Begin, End);
330 case ICmpInst::ICMP_SGE:
813 SE.isLoopEntryGuardedByCond(L, ICmpInst::ICMP_SGE, BoundSCEV, Zero);
    [all...]
LoopPredication.cpp 682 Pred != ICmpInst::ICMP_UGE && Pred != ICmpInst::ICMP_SGE;
709 // iterations. Consider latchType = i64, LatchStart = 5, Pred = ICMP_SGE,
IndVarSimplify.cpp 359 case CmpInst::FCMP_UGE: NewPred = CmpInst::ICMP_SGE; break;
416 if (NewPred == CmpInst::ICMP_SGE || NewPred == CmpInst::ICMP_SLT) {
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 205 case ICmpInst::ICMP_SGE: return ISD::SETGE;
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 674 ICMP_SGE = 39, ///< signed greater or equal
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 107 case CmpInst::ICMP_SGE: {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 204 case ICmpInst::ICMP_SGE: return ISD::SETGE;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
Operations.cpp 41 Ops.push_back(cmpOpDescriptor(1, Instruction::ICmp, CmpInst::ICMP_SGE));
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 607 ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_SGE, SignedSample),
740 EXPECT_EQ(Pred, CmpInst::ICMP_SGE);
InstructionsTest.cpp 324 ICmpInst *ICmp2 = new ICmpInst(*BB0, ICmpInst::ICMP_SGE, PtrVecA, PtrVecB);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantRange.cpp 114 case CmpInst::ICMP_SGE: {
168 getUpper().isMinSignedValue() ? CmpInst::ICMP_SGE : CmpInst::ICMP_UGE;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 768 (Pred0 == ICmpInst::ICMP_SGE && RangeStart->isZero())))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 319 case CmpInst::FCMP_UGE: NewPred = CmpInst::ICMP_SGE; break;
377 if (NewPred == CmpInst::ICMP_SGE || NewPred == CmpInst::ICMP_SLT) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 251 dbgs() << "Unhandled type for ICMP_SGE predicate: " << *Ty << "\n";
274 case ICmpInst::ICMP_SGE: R = executeICMP_SGE(Src1, Src2, Ty); break;
488 case ICmpInst::ICMP_SGE: return executeICMP_SGE(Src1, Src2, Ty);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp 328 case CmpInst::FCMP_UGE: NewPred = CmpInst::ICMP_SGE; break;
386 if (NewPred == CmpInst::ICMP_SGE || NewPred == CmpInst::ICMP_SLT) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
ConstantRangeTest.cpp 691 ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_SGE, SignedSample),
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 152 _SPIRV_OP(ICMP_SGE, SGreaterThanEqual)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 741 return Pred == CmpInst::ICMP_SGT || Pred == CmpInst::ICMP_SGE;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMInstructionSelector.cpp 303 case CmpInst::ICMP_SGE:
    [all...]

Completed in 1628 milliseconds

12 3 4 5