/external/llvm-project/llvm/include/llvm/ADT/ |
D | CoalescingBitVector.h | 160 SmallVector<IntervalT, 8> Overlaps; variable 178 SmallVector<IntervalT, 8> Overlaps; variable 188 SmallVector<IntervalT, 8> Overlaps; in intersectWithComplement() local 396 SmallVectorImpl<IntervalT> &Overlaps) const { in getOverlaps() 412 const SmallVectorImpl<IntervalT> &Overlaps, in getNonOverlappingParts()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_slice.h | 133 bool Overlaps(const TensorSlice& other) const { in Overlaps() function
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | timespan.h | 63 bool Overlaps(const Timespan& other) const { in Overlaps() function
|
/external/llvm/lib/CodeGen/ |
D | SafeStackColoring.h | 53 bool Overlaps(const LiveRange &Other) const { in Overlaps() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.h | 64 bool Overlaps(const LiveRange &Other) const { in Overlaps() function
|
D | PrologEpilogInserter.cpp | 196 auto Overlaps = [Var, Expr](const MachineInstr *DV) { in stashEntryDbgValues() local
|
/external/llvm-project/llvm/unittests/ADT/ |
D | IntervalMapTest.cpp | 623 TEST(IntervalMapTest, Overlaps) { in TEST() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgEntityHistoryCalculator.cpp | 175 bool Overlaps = DIExpr->fragmentsOverlap(DV.getDebugExpression()); in handleNewDebugValue() local
|
/external/skqp/src/pathops/ |
D | SkOpSpan.h | 119 static bool Overlaps(const SkOpPtT* s1, const SkOpPtT* e1, const SkOpPtT* s2, in Overlaps() function
|
/external/skia/src/pathops/ |
D | SkOpSpan.h | 119 static bool Overlaps(const SkOpPtT* s1, const SkOpPtT* e1, const SkOpPtT* s2, in Overlaps() function
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgEntityHistoryCalculator.cpp | 359 bool Overlaps = DIExpr->fragmentsOverlap(DV.getDebugExpression()); in handleNewDebugValue() local
|
/external/vixl/src/aarch64/ |
D | operands-aarch64.h | 181 bool Overlaps(const CPURegList& other) const { in Overlaps() function
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 196 auto Overlaps = [Var, Expr](const MachineInstr *DV) { in stashEntryDbgValues() local
|
/external/vixl/src/aarch32/ |
D | instructions-aarch32.h | 576 bool Overlaps(const VRegisterList& other) const { in Overlaps() function
|
/external/mesa3d/src/imgui/ |
D | imgui_internal.h | 500 …bool Overlaps(const ImRect& r) const { return r.Min.y < Max.y && r.Max.y > Min.y && r… in Overlaps() function
|