HomeSort by relevance Sort by last modified time
    Searched refs:addRange (Results 51 - 75 of 85) sorted by null

1 23 4

  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 214 addRange(OffsetFromFirst, StoreSize,
220 addRange(OffsetFromFirst, Size, MSI->getDest(), MSI->getAlignment(), MSI);
223 void addRange(int64_t Start, int64_t Size, Value *Ptr,
231 /// addRange - Add a new store to the MemsetRanges data structure. This adds a
239 void MemsetRanges::addRange(int64_t Start, int64_t Size, Value *Ptr,
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 349 NewLI.addRange(LiveRange(VNI->def, VNI->def.getDeadSlot(), VNI));
385 NewLI.addRange(LiveRange(BlockStart, Idx, VNI));
638 Interval.addRange(LR);
    [all...]
InlineSpiller.cpp     [all...]
SplitKit.cpp 396 LI->addRange(LiveRange(Def, Def.getDeadSlot(), OldVNI));
403 LI->addRange(LiveRange(Def, Def.getDeadSlot(), VNI));
423 Edit->get(RegIdx)->addRange(LiveRange(Def, Def.getDeadSlot(), VNI));
868 LI->addRange(LiveRange(Start, End, VNI));
    [all...]
MachineBasicBlock.cpp 827 LI.addRange(LiveRange(StartIndex, EndIndex, VNI));
846 LI.addRange(LiveRange(StartIndex, EndIndex, VNI));
    [all...]
PHIElimination.cpp 317 IncomingLI.addRange(LiveRange(MBBStartIndex,
RegisterCoalescer.cpp 490 IntB.addRange(LiveRange(FillerStart, FillerEnd, BValNo));
721 IntB.addRange(LiveRange(AI->start, AI->end, ValNo));
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 244 report->addRange(S->getSourceRange());
319 report->addRange(S->getSourceRange());
532 report->addRange(First->getSourceRange());
533 report->addRange(Second->getSourceRange());
704 report->addRange(Ex->getSourceRange());
768 report->addRange(Ex->getSourceRange());
    [all...]
IdempotentOperationChecker.cpp 425 report->addRange(LHS->getSourceRange());
430 report->addRange(i->first->getRHS()->getSourceRange());
GenericTaintChecker.cpp 650 report->addRange(E->getSourceRange());
  /external/icu4c/common/
ucnv_ct.c 591 sa->addRange(sa->set, 0x0020, 0x007F);
592 sa->addRange(sa->set, 0x00A0, 0x00FF);
ucnvlat1.c 422 sa->addRange(sa->set, 0, 0xff);
699 sa->addRange(sa->set, 0, 0x7f);
ucnv2022.cpp     [all...]
ucnvhz.c 577 sa->addRange(sa->set, 0, 0x7f);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 271 list.addRange(Range(start,count*attribSize));
274 list.addRange(Range(start,attribSize));
288 list.addRange(Range(start+index*stride,attribSize));
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 285 void addRange(SourceRange R) {
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 374 /// addRange - Add the specified LiveRange to this interval, merging
377 iterator addRange(LiveRange LR) {
476 /// Calling LiveInterval::addRange() repeatedly can be expensive on large
497 /// Add a segment to LI and coalesce when possible, just like LI.addRange().
  /external/webkit/Source/WebCore/page/
DOMSelection.cpp 395 void DOMSelection::addRange(Range* r)
  /external/webkit/Source/WebCore/css/
CSSFontSelector.cpp 281 fontFace->addRange(range->from(), range->to());
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 476 selection.addRange(range);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/chromium-trace/
script.js 25 base.exportTo("base",function(){function d(){this.isEmpty_=!0;this.max_=this.min_=void 0}d.prototype={__proto__:Object.prototype,reset:function(){this.isEmpty_=!0;this.max_=this.min_=void 0},get isEmpty(){return this.isEmpty_},addRange:function(c){c.isEmpty||(this.addValue(c.min),this.addValue(c.max))},addValue:function(c){this.isEmpty_?(this.min_=this.max_=c,this.isEmpty_=!1):(this.max_=Math.max(this.max_,c),this.min_=Math.min(this.min_,c))},get min(){return this.isEmpty_?void 0:this.min_},get max(){return this.isEmpty_?
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
StylesSidebarPane.js     [all...]
utilities.js 326 selection.addRange(range);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
IntRangeManagerTest.java 50 * followed by zero or more calls to {@link #addRange} followed by
64 protected void addRange(int startId, int endId, boolean selected) {
93 addRange(startId, endId, selected); // adds to mConfigList
    [all...]

Completed in 1754 milliseconds

1 23 4