HomeSort by relevance Sort by last modified time
    Searched refs:Combined (Results 1 - 15 of 15) 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/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4dec_lib.h 292 int Combined, uint8 *pp_mod);
294 int Combined, uint8 *pp_mod);
  /frameworks/base/core/java/android/provider/
Browser.java 30 import android.provider.BrowserContract.Combined;
259 return new MatrixCursor(new String[]{Combined.URL}, 0);
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/llvm/tools/gold/
gold-plugin.cpp 137 // the information from intermediate files and write a combined
433 // Later we simply build a combined index file after all files are claimed.
860 // If we are doing ThinLTO compilation, simply build the combined
893 std::unique_ptr<Module> Combined(new Module("ld-temp.o", Context));
894 IRMover L(*Combined);
915 GlobalValue *GV = Combined->getNamedValue(Name.first());
921 GlobalValue *GV = Combined->getNamedValue(Name.first());
938 saveBCFile(path, *Combined);
943 codegen(std::move(Combined));
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 157 HashTable Combined(NextPowerOf2(2 * Weights.size()));
159 combineWeight(Combined[W.TargetNode.Index], W);
162 if (Weights.size() == Combined.size())
167 Weights.reserve(Combined.size());
168 for (const auto &I : Combined)
196 // Early exit when combined into a single successor.
474 DEBUG(dbgs() << " => combined-scale = " << Loop.Scale << "\n");
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
reldl-1.s 14 ! Combined:
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/blktrace/btt/doc/
btt.tex 88 a file to store the combined binary stream. (e.g.: \texttt{blkparse
163 are combined via merges into a single IO issued and completed. We
694 \item Combined data -- all read and write IOs
713 \item[c] Combined -- both read and write IOs
726 # Combined
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 45 STATISTIC(NodesCombined , "Number of dag nodes combined");
111 /// \brief Set of nodes which have been combined (at least once).
114 /// which have not yet been combined to the worklist.
134 // Skip handle nodes as they can't usefully be combined and confuse the
2194 SDValue combined; local
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 3844 milliseconds