HomeSort by relevance Sort by last modified time
    Searched refs:Partial (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 46 /// Partial - True when the original copy was a partial subregister copy.
47 bool Partial;
64 Partial(false), CrossClass(false), Flipped(false), NewRC(nullptr) {}
71 Partial(false), CrossClass(false), Flipped(false), NewRC(nullptr) {}
90 bool isPartial() const { return Partial; }
BasicTargetTransformInfo.cpp 28 PartialUnrollingThreshold("partial-unrolling-threshold", cl::init(0),
29 cl::desc("Threshold for partial unrolling"), cl::Hidden);
207 // (and associated uop queue) that can benefit from partial unrolling.
215 // buffer which can benefit from partial unrolling.
251 // Enable runtime and partial unrolling up to the specified size.
252 UP.Partial = UP.Runtime = true;
RegisterCoalescer.cpp 260 Partial = SrcSub || DstSub;
374 // This is a partial register copy. Check that the parts match.
427 assert(!CP.isPartial() && "This doesn't work for partial copies.");
457 // Don't allow any partial copies, even if isCoalescable() allows them.
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysisCounter.cpp 31 unsigned No, May, Partial, Must;
38 No = May = Partial = Must = 0;
47 unsigned AASum = No+May+Partial+Must;
56 printLine("partial alias", Partial, AASum);
60 << Partial*100/AASum << "%/"
133 case PartialAlias: Partial++; AliasString = "Partial alias"; break;
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 45 UnrollAllowPartial("unroll-allow-partial", cl::init(false), cl::Hidden,
131 UP.Partial = CurrentAllowPartial;
380 enum { Full = 0, Partial = 1, Runtime = 2 };
387 Unrolling = Partial;
392 Unrolling = Partial;
400 if (Unrolling == Partial) {
401 bool AllowPartial = UserAllowPartial ? CurrentAllowPartial : UP.Partial;
404 << "-unroll-allow-partial not given\n");
408 // Reduce unroll count to be modulo of TripCount for partial unrolling.
457 // Partial unrolling by 1 is a nop. For full unrolling, a facto
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.h 66 // 2) Partially aligned: There is a partial intersection between the rects, either
96 Partial,
SpatialNavigation.cpp 107 return Partial;
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 23 // Partial invalidor annotation allows to addess cases when ivars are
26 // method and all the partial methods cumulatively invalidate all ivars.
181 /// \param LookForPartial is set when we are searching for partial
242 const ObjCContainerDecl *D, InvalidationInfo &OutInfo, bool Partial) {
252 if (isInvalidationMethod(MDI, Partial))
261 containsInvalidationMethod(I->getDefinition(), OutInfo, Partial);
266 containsInvalidationMethod(Ext, OutInfo, Partial);
268 containsInvalidationMethod(InterfD->getSuperClass(), OutInfo, Partial);
275 containsInvalidationMethod(I->getDefinition(), OutInfo, Partial);
422 // Find all partial invalidation methods
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 36 /// matching class template partial specializations).
104 /// performing template argument deduction for partial ordering of function
785 /// deduction for during partial ordering for a call
786 /// (C++0x [temp.deduct.partial]).
789 /// in the context of partial ordering, the set of qualifier comparisons.
    [all...]
SemaTemplateInstantiate.cpp 82 if (VarTemplatePartialSpecializationDecl *Partial =
84 if (Partial->isMemberSpecialization())
    [all...]
SemaTemplate.cpp     [all...]
  /external/chromium_org/extensions/renderer/resources/
greasemonkey_api.js 10 // Partial implementation of the Greasemonkey API, see:
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
filter_ar_fast_q12_armv7.S 31 @ r7: Partial sum of a filtering multiplication results
32 @ r8: Partial sum of a filtering multiplication results
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 202 /// for partial/runtime unrolling (set to UINT_MAX to disable).
205 /// OptSizeThreshold, but used for partial/runtime unrolling (set to UINT_MAX
218 /// Allow partial unrolling (unrolling of loops to expand the size of the
220 bool Partial;
  /external/oprofile/events/i386/atom/
events 49 event:0x6A counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_PWR : Partial write bus transaction.
50 event:0x6B counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_P : Partial bus transactions
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 382 /// Conservatively merge the two RRInfo. Returns true if a partial merge has
412 // that makes this a partial merge.
413 bool Partial = ReverseInsertPts.size() != Other.ReverseInsertPts.size();
417 Partial |= ReverseInsertPts.insert(*I);
418 return Partial;
428 /// True if we've seen an opportunity for partial RR elimination, such as
430 bool Partial;
439 PtrState() : KnownPositiveRefCount(false), Partial(false),
509 Partial = false;
544 Partial = false
    [all...]
  /external/chromium_org/base/i18n/
streaming_utf8_validator_unittest.cc 139 // partial sequences are constructed by taking non-empty prefixes of these
327 TEST_F(StreamingUtf8ValidatorSingleSequenceTest, Partial) {
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 278 UP.Partial = UP.Runtime = true;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineUIUtilsImpl.js 492 recordData["partialLayout"] ? WebInspector.UIString("Partial") : WebInspector.UIString("Whole document"));
TracingTimelineUIUtils.js 565 beginData["partialLayout"] ? WebInspector.UIString("Partial") : WebInspector.UIString("Whole document"));
    [all...]
  /external/llvm/unittests/Support/
ConvertUTFTest.cpp 138 StringRef S, bool Partial = false) {
141 if (!Partial)
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 210 // Partial mirror of chrome.* for all instrumented functions.
    [all...]

Completed in 629 milliseconds

1 2