HomeSort by: relevance | last modified time | path
    Searched refs:Comparisons (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MergeICmps.cpp 1 //===- MergeICmps.cpp - Optimize chains of integer comparisons ------------===//
9 // This pass turns chains of integer comparisons into memcmp (the memcmp is
10 // later typically inlined as a chain of efficient hardware comparisons). This
13 // The basic idea is to replace a longer chain of integer comparisons loaded
15 // comparisons. Benefits are double:
104 // comparisons. We call this index `BaseOrdering`. For example, for:
330 // other comparisons as we would create an orphan use of the value.
362 // comparison. This is the last link in the chain of comparisons (note
394 static inline void enqueueBlock(std::vector<BCECmpBlock> &Comparisons,
403 Comparisons.push_back(std::move(Comparison))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
predicates.md 117 ;; FP Comparisons handled by c6x_expand_compare.
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
predicates.md 117 ;; FP Comparisons handled by c6x_expand_compare.
  /src/external/lgpl3/gmp/dist/demos/perl/
GMP.pm 504 Comparisons, however, accept any combination of operands and are always done
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 1360 (*--... Comparisons ........................................................--*)
llvm.mli 2547 (** {7 Comparisons} *)
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 1329 // Operations on comparisons
1812 // Comparisons
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 455 // signed vs. unsigned comparisons.
8685 // comparisons. Under the current spec this can lead to ambiguity during
13924 // Form the list of comparisons we're going to perform.
13928 } Comparisons[4] =
13938 // Combine the comparisons with suitable conditional expressions.
13942 auto *VI = Info->lookupValueInfo(Comparisons[I].Result);
13953 Result = ActOnConditionalOp(OpLoc, OpLoc, Comparisons[I].Cmp.get(),

Completed in 81 milliseconds