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

  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 36 STATISTIC(NumLoadsCombined, "Number of loads combined");
121 bool Combined = false;
130 Combined = true;
132 return Combined;
135 /// \brief Try to aggregate loads from a sorted list of loads to be combined.
143 bool Combined = false;
163 Combined = true;
178 Combined = true;
179 return Combined;
219 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/include/private/
SkTFitsIn.h 111 using Combined = typename SkTCombineOutOfRange<OutOfRange_Low, OutOfRange_High>::type;
112 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/lib/Analysis/
BlockFrequencyInfoImpl.cpp 160 HashTable Combined(NextPowerOf2(2 * Weights.size()));
162 combineWeight(Combined[W.TargetNode.Index], W);
165 if (Weights.size() == Combined.size())
170 Weights.reserve(Combined.size());
171 for (const auto &I : Combined)
202 // Early exit when combined into a single successor.
480 DEBUG(dbgs() << " => combined-scale = " << Loop.Scale << "\n");
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
reldl-1.s 14 ! Combined:
  /external/llvm/tools/gold/
gold-plugin.cpp 182 // the information from intermediate files and write a combined
765 // combined module.
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sparsetreemap.go 12 // Combined with a SparseTreeHelper, this supports an Insert
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
sparsetreemap.go 12 // Combined with a SparseTreeHelper, this supports an Insert
  /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...]
  /build/soong/cmd/microfactory/
microfactory.go 39 // rebuild itself as necessary. Combined with a shell script like soong_ui.bash
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 508 /// path string table, used to correlate with combined index
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 46 STATISTIC(NodesCombined , "Number of dag nodes combined");
112 /// \brief Set of nodes which have been combined (at least once).
115 /// which have not yet been combined to the worklist.
135 // Skip handle nodes as they can't usefully be combined and confuse the
2189 SDValue combined; local
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 916 milliseconds