/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_peephole.cpp | 91 // swaps $rX <-> $rY, i.e. do not create live range overlaps of phi src and def. 1650 MemoryOpt::Record::overlaps(const Instruction *ldst) const function in class:nv50_ir::MemoryOpt::Record [all...] |
nv50_ir_ra.cpp | 791 if (reg->interfers(rep) && reg->livei.overlaps(nVal->livei)) 797 if (!force && nRep->livei.overlaps(nVal->livei)) 1072 if (node->f == cur->f && node->livei.overlaps(cur->livei)) { [all...] |
nv50_ir_util.h | 433 bool overlaps(const Interval&) const;
|
/external/valgrind/coregrind/ |
m_transtab.c | 1859 Bool overlaps ( Addr start, ULong range, const VexGuestExtents* vge ) function [all...] |
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/ |
ipaddr_test.py | 719 self.assertTrue(self.ipv4.overlaps(other)) 720 self.assertFalse(self.ipv4.overlaps(other2)) 721 self.assertTrue(other2.overlaps(other3)) [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
rewrite.rb | 230 elsif location.overlaps?( prior_location ) 314 message = 'operation %p overlaps with previous operation %p' % [ current, previous ]
|
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
intset.py | 358 overlaps = _make_function("overlaps","bool", variable in class:IntSet 359 "Returns true if self overlaps with other.",
|
/external/clang/unittests/Tooling/ |
RefactoringTest.cpp | 405 TEST(Range, overlaps) {
|
/external/llvm/lib/CodeGen/ |
ScheduleDAG.cpp | 73 if (I->overlaps(D)) {
|
StackColoring.cpp | 749 if (!First->overlaps(*Second)) {
|
LiveInterval.cpp | 329 // overlaps - Return true if the intersection of the two live ranges is 332 // An example for overlaps(): 344 // A->overlaps(C) should return false since we want to be able to join 388 bool LiveRange::overlaps(const LiveRange &Other, const CoalescerPair &CP, function in class:LiveRange 416 // Advance the iterator that ends first to check for more overlaps. 429 /// overlaps - Return true if the live range overlaps an interval specified 431 bool LiveRange::overlaps(SlotIndex Start, SlotIndex End) const { function in class:LiveRange [all...] |
RegAllocPBQP.cpp | 327 // At this point we know that Cur overlaps all active intervals. Add the 572 // Record any overlaps with regmask operands. 588 // vregLI overlaps fixed regunit interference. 591 if (VRegLI.overlaps(LIS.getRegUnit(*Units))) {
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
ConnectivityServiceTest.java | 629 boolean overlaps = false; 632 overlaps = true; 636 if (overlaps) continue; [all...] |
/art/compiler/optimizing/ |
intrinsics_mips64.cc | 691 Location::OutputOverlap overlaps = Location::kOutputOverlap) { 696 locations->SetOut(Location::RequiresFpuRegister(), overlaps); local [all...] |
intrinsics_arm.cc | 823 Location::OutputOverlap overlaps = (kPoisonHeapReferences && type == Primitive::kPrimNot) local 826 locations->SetOut(Location::RequiresRegister(), overlaps); local [all...] |
intrinsics_arm64.cc | 1019 Location::OutputOverlap overlaps = (kPoisonHeapReferences && type == Primitive::kPrimNot) local 1022 locations->SetOut(Location::RequiresRegister(), overlaps); local [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
natconv.go | 459 var table []divisor // for b == 10, table overlaps with cacheBase10.table
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
natconv.go | 456 var table []divisor // for b == 10, table overlaps with cacheBase10.table
|
/prebuilts/go/darwin-x86/src/math/big/ |
natconv.go | 456 var table []divisor // for b == 10, table overlaps with cacheBase10.table
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
natconv.go | 459 var table []divisor // for b == 10, table overlaps with cacheBase10.table
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
natconv.go | 456 var table []divisor // for b == 10, table overlaps with cacheBase10.table
|
/prebuilts/go/linux-x86/src/math/big/ |
natconv.go | 456 var table []divisor // for b == 10, table overlaps with cacheBase10.table
|
/external/llvm/lib/Transforms/IPO/ |
DeadArgumentElimination.cpp | [all...] |
/external/v8/src/debug/ |
liveedit.js | 645 "Text diff overlaps with function boundary"; 658 "Text diff overlaps with function boundary"; [all...] |
/libcore/ojluni/src/main/java/sun/nio/ch/ |
FileChannelImpl.java | [all...] |