Home
last modified time | relevance | path

Searched refs:adjacent (Results 1 – 25 of 65) sorted by relevance

123

/external/llvm/test/CodeGen/ARM/
Dnoopt-dmb-v7.ll1 ; Ensure that adjacent duplicated barriers are not removed at -O0.
Dldrd.ll109 ; try to force %v0/%v1 into non-adjacent registers
/external/llvm/include/llvm/ADT/
DIntervalMap.h149 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
169 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
635 if (i && value(i - 1) == y && Traits::adjacent(stop(i - 1), a)) { in insertFrom()
638 if (i != Size && value(i) == y && Traits::adjacent(b, start(i))) { in insertFrom()
660 if (value(i) == y && Traits::adjacent(b, start(i))) { in insertFrom()
1609 Traits::adjacent(Node.stop(i-1), Start); in canCoalesceLeft()
1614 return Node.value(i-1) == Value && Traits::adjacent(Node.stop(i-1), Start); in canCoalesceLeft()
1618 return Node.value(i) == Value && Traits::adjacent(Node.stop(i), Start); in canCoalesceLeft()
1638 return Node.value(i) == Value && Traits::adjacent(Stop, Node.start(i)); in canCoalesceRight()
1643 return Node.value(i) == Value && Traits::adjacent(Stop, Node.start(i)); in canCoalesceRight()
[all …]
/external/markdown/tests/misc/
Dbenchmark.dat3 adjacent-headers:0.020000:0.000000
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DInterval.java101 public boolean adjacent(Interval other) { in adjacent() method in Interval
DIntervalSet.java112 if ( addition.adjacent(r) || !addition.disjoint(r) ) { in add()
120 if ( bigger.adjacent(next)||!bigger.disjoint(next) ) { in add()
/external/llvm/test/CodeGen/X86/
Dwin64_call_epi.ll55 ; Check nop is not emitted when call is not adjacent to epilogue.
/external/owasp/sanitizer/empiricism/
Dhtml-containment.js300 function breadthFirstSearch(start, isEnd, eq, adjacent) { argument
312 var adjacentNodes = adjacent(candidate.node);
/external/libvpx/libvpx/vp8/common/x86/
Dmfqe_sse2.asm222 ; phaddd only operates on adjacent double words.
241 ; phaddw could be used to sum adjacent values but we want
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_mfqe_sse2.asm223 ; phaddd only operates on adjacent double words.
242 ; phaddw could be used to sum adjacent values but we want
/external/llvm/test/MC/X86/AlignedBundling/
Dlabeloffset.s40 # and for 2 adjacent labels that both point to the correct instruction
/external/ImageMagick/MagickCore/
Dxwdfile.h_vms77 * to the same x position on an adjacent row. */
/external/llvm/test/CodeGen/AMDGPU/
Dshl_add_ptr.ll6 ; multiple uses. This is relevant to accessing 2 separate, adjacent
68 ; The two globals are placed adjacent in memory, so the same base
/external/llvm/test/Transforms/LoadCombine/
Dload-combine.ll52 ; Combine simple adjacent loads.
/external/mesa3d/src/gallium/docs/source/cso/
Dsampler.rst112 If set, the bilinear filter of a cube map may take samples from adjacent
/external/libvpx/libvpx/vp8/common/arm/armv6/
Dsixtappredict8x4_v6.asm104 ;;add r9, ppl, #30 ; attempt to load 2 adjacent cache lines
/external/llvm/test/DebugInfo/Generic/
Ddebug-info-always-inline.ll29 ; allocas are moved to the caller's entry block, adjacent to the caller's original
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in173 * If defined, adjacent virtual memory mappings with identical attributes
/external/llvm/lib/Target/ARM/
DARMCallingConv.td30 // f64 and v2f64 are passed in adjacent GPRs, possibly split onto the stack
/external/libavc/common/arm/
Dih264_inter_pred_luma_bilinear_a9q.s59 @* The function averages the two adjacent values from the two input arrays in horizontal directi…
/external/llvm/lib/Target/PowerPC/
DPPCCallingConv.td132 // The ABI requires i64 to be passed in two adjacent registers with the first
/external/sonic/doc/
Dindex.md94 adjacent in the input array. Because the samples are modified in-place, be sure
/external/llvm/docs/TableGen/
DLangRef.rst252 Multiple adjacent string literals are concatenated like in C/C++. The value
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DdumpICUrules.bat394 # need line continuation in C, since adjacent strings are
/external/valgrind/
DCOPYING.DOCS155 reasonably) on the actual cover, and continue the rest onto adjacent
199 adjacent to the other copyright notices.

123