HomeSort by: relevance | last modified time | path
    Searched defs:Comparison (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
compare_two_ftime_report_sets 65 The most common use of the script is total compile-time comparison between
288 comparison = nominal <= deviations
289 return comparison
403 class Comparison:
405 """ A comparison of two samples using arithmetic means. """
481 # print Comparison(sample1, sample2, alpha)
576 print Comparison(sample1, sample2, alpha)
  /src/external/gpl3/gcc.old/dist/contrib/
compare_two_ftime_report_sets 65 The most common use of the script is total compile-time comparison between
288 comparison = nominal <= deviations
289 return comparison
403 class Comparison:
405 """ A comparison of two samples using arithmetic means. """
481 # print Comparison(sample1, sample2, alpha)
576 print Comparison(sample1, sample2, alpha)
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
BodyFarm.cpp 56 /// Create a new BinaryOperator representing a comparison.
626 // Construct the comparison.
627 Expr *Comparison =
664 /* Var=*/nullptr, Comparison,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MergeICmps.cpp 168 // We need to make sure that we can do comparison in any order, so we
179 // A basic block with a comparison between two BCE atoms, e.g. `a == o.a` in the
181 // The block might do extra work besides the atom comparison, in which case
183 // split into the atom comparison part and the "other work" part
185 // Note: the terminology is misleading: the comparison is symmetric, so there
214 // Returns true if the block does other works besides comparison.
233 // The basic block where this comparison happens.
235 // The ICMP for this comparison.
321 // Visit the given comparison. If this is a comparison between two vali
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 130 struct Comparison {
148 assert ((!((Cmp & L) && (Cmp & G))) && "Malformed comparison operator");
186 /// Return the comparison kind for the specified opcode.
187 Comparison::Kind getComparisonKind(unsigned CondOpc,
207 int64_t IVBump, Comparison::Kind Cmp) const;
280 /// The desired flow is: phi ---> bump -+-> comparison-in-latch.
289 /// +-> comparison-in-latch (against upper_bound-bump),
290 /// i.e. the comparison that controls the loop execution may be using
296 /// couldn't be identified, or if the value in the latch's comparison
480 // Exactly one of the input registers to the comparison should be amon
    [all...]
HexagonConstPropagation.cpp 106 // some useful information from them. For example, comparison X > 0
328 struct Comparison {
1125 uint32_t NegCmp = Comparison::negate(Cmp);
1145 // The actual logical value of the comparison is same as IsTrue.
1172 // The actual logical value of the comparison is same as IsTrue.
1188 uint32_t NegCmp = Comparison::negate(Cmp);
1206 // NE is a special kind of comparison (not composed of smaller properties).
1207 if (Cmp == Comparison::NE) {
1211 if (Cmp == Comparison::EQ) {
1215 if (Cmp & Comparison::EQ)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 34 // Represents information about a comparison.
35 struct Comparison {
36 Comparison(SDValue Op0In, SDValue Op1In, SDValue ChainIn)
40 // The operands to the comparison.
43 // Chain if this is a strict floating-point comparison.
913 // Comparison of memory with 16 bit signed / unsigned immediate
2026 // CC is a comparison that will be implemented using an integer or
2027 // floating-point comparison. Return the condition code mask for
2054 // If C can be converted to a comparison against zero, adjust the operands
2056 static void adjustZeroCmp(SelectionDAG &DAG, const SDLoc &DL, Comparison &C)
    [all...]

Completed in 27 milliseconds