HomeSort by relevance Sort by last modified time
    Searched defs:Combined (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 36 STATISTIC(NumLoadsCombined, "Number of loads combined");
112 bool Combined = false;
121 Combined = true;
123 return Combined;
126 /// \brief Try to aggregate loads from a sorted list of loads to be combined.
134 bool Combined = false;
151 Combined = true;
166 Combined = true;
167 return Combined;
207 Twine(Loads[0].Load->getName()) + ".combined", false
    [all...]
  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 242 unsigned Combined = fieldFromInstruction(Insn, 6, 5);
243 if (Combined < 27)
246 if (Combined == 31)
248 Combined += 5;
250 Combined -= 27;
251 unsigned Op1High = Combined % 3;
252 unsigned Op2High = Combined / 3;
261 unsigned Combined = fieldFromInstruction(Insn, 6, 5);
262 if (Combined >= 27)
265 unsigned Op1High = Combined % 3
    [all...]
  /external/skia/src/utils/
SkTFitsIn.h 112 typedef typename SkTCombineOutOfRange<OutOfRange_Low, OutOfRange_High>::type Combined;
113 return Combined::apply(s);
  /frameworks/base/core/java/android/provider/
BrowserContract.java 663 * A combined view of bookmarks and history. All bookmarks in all folders are included and
667 public static final class Combined implements CommonColumns, HistoryColumns, ImageColumns {
671 private Combined() {}
676 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "combined");
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]

Completed in 233 milliseconds