/external/llvm/test/CodeGen/ARM/ |
D | noopt-dmb-v7.ll | 1 ; Ensure that adjacent duplicated barriers are not removed at -O0.
|
D | ldrd.ll | 109 ; try to force %v0/%v1 into non-adjacent registers
|
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 149 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/ |
D | benchmark.dat | 3 adjacent-headers:0.020000:0.000000
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
D | Interval.java | 101 public boolean adjacent(Interval other) { in adjacent() method in Interval
|
D | IntervalSet.java | 112 if ( addition.adjacent(r) || !addition.disjoint(r) ) { in add() 120 if ( bigger.adjacent(next)||!bigger.disjoint(next) ) { in add()
|
/external/llvm/test/CodeGen/X86/ |
D | win64_call_epi.ll | 55 ; Check nop is not emitted when call is not adjacent to epilogue.
|
/external/owasp/sanitizer/empiricism/ |
D | html-containment.js | 300 function breadthFirstSearch(start, isEnd, eq, adjacent) { argument 312 var adjacentNodes = adjacent(candidate.node);
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | mfqe_sse2.asm | 222 ; 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/ |
D | vp9_mfqe_sse2.asm | 223 ; 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/ |
D | labeloffset.s | 40 # and for 2 adjacent labels that both point to the correct instruction
|
/external/ImageMagick/MagickCore/ |
D | xwdfile.h_vms | 77 * to the same x position on an adjacent row. */
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | shl_add_ptr.ll | 6 ; 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/ |
D | load-combine.ll | 52 ; Combine simple adjacent loads.
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | sampler.rst | 112 If set, the bilinear filter of a cube map may take samples from adjacent
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
D | sixtappredict8x4_v6.asm | 104 ;;add r9, ppl, #30 ; attempt to load 2 adjacent cache lines
|
/external/llvm/test/DebugInfo/Generic/ |
D | debug-info-always-inline.ll | 29 ; allocas are moved to the caller's entry block, adjacent to the caller's original
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 173 * If defined, adjacent virtual memory mappings with identical attributes
|
/external/llvm/lib/Target/ARM/ |
D | ARMCallingConv.td | 30 // f64 and v2f64 are passed in adjacent GPRs, possibly split onto the stack
|
/external/libavc/common/arm/ |
D | ih264_inter_pred_luma_bilinear_a9q.s | 59 @* The function averages the two adjacent values from the two input arrays in horizontal directi…
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 132 // The ABI requires i64 to be passed in two adjacent registers with the first
|
/external/sonic/doc/ |
D | index.md | 94 adjacent in the input array. Because the samples are modified in-place, be sure
|
/external/llvm/docs/TableGen/ |
D | LangRef.rst | 252 Multiple adjacent string literals are concatenated like in C/C++. The value
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | dumpICUrules.bat | 394 # need line continuation in C, since adjacent strings are
|
/external/valgrind/ |
D | COPYING.DOCS | 155 reasonably) on the actual cover, and continue the rest onto adjacent 199 adjacent to the other copyright notices.
|