Home
last modified time | relevance | path

Searched refs:insertion (Results 1 – 25 of 191) sorted by relevance

12345678

/external/llvm/test/CodeGen/SystemZ/
Dvec-move-09.ll1 ; Test vector insertion of constants.
5 ; Test v16i8 insertion into the first element.
14 ; Test v16i8 insertion into the last element.
23 ; Test v16i8 insertion with the maximum signed value.
32 ; Test v16i8 insertion with the minimum signed value.
41 ; Test v16i8 insertion with the maximum unsigned value.
50 ; Test v16i8 insertion into a variable element.
59 ; Test v8i16 insertion into the first element.
68 ; Test v8i16 insertion into the last element.
77 ; Test v8i16 insertion with the maximum signed value.
[all …]
Dvec-move-04.ll1 ; Test vector insertion of register variables.
5 ; Test v16i8 insertion into the first element.
14 ; Test v16i8 insertion into the last element.
23 ; Test v16i8 insertion into a variable element.
32 ; Test v8i16 insertion into the first element.
41 ; Test v8i16 insertion into the last element.
50 ; Test v8i16 insertion into a variable element.
59 ; Test v4i32 insertion into the first element.
68 ; Test v4i32 insertion into the last element.
77 ; Test v4i32 insertion into a variable element.
[all …]
Dvec-move-11.ll5 ; Test v16i8 insertion into an undef, with an arbitrary index.
14 ; Test v16i8 insertion into an undef, with the first good index for VLVGP.
23 ; Test v16i8 insertion into an undef, with the second good index for VLVGP.
32 ; Test v8i16 insertion into an undef, with an arbitrary index.
41 ; Test v8i16 insertion into an undef, with the first good index for VLVGP.
50 ; Test v8i16 insertion into an undef, with the second good index for VLVGP.
59 ; Test v4i32 insertion into an undef, with an arbitrary index.
68 ; Test v4i32 insertion into an undef, with the first good index for VLVGP.
77 ; Test v4i32 insertion into an undef, with the second good index for VLVGP.
86 ; Test v2i64 insertion into an undef.
[all …]
Dvec-move-12.ll5 ; Test v16i8 insertion into an undef, with an arbitrary index.
15 ; Test v16i8 insertion into an undef, with the first good index for VLVGP.
25 ; Test v16i8 insertion into an undef, with the second good index for VLVGP.
35 ; Test v8i16 insertion into an undef, with an arbitrary index.
45 ; Test v8i16 insertion into an undef, with the first good index for VLVGP.
55 ; Test v8i16 insertion into an undef, with the second good index for VLVGP.
65 ; Test v4i32 insertion into an undef, with an arbitrary index.
75 ; Test v4i32 insertion into an undef, with the first good index for VLVGP.
85 ; Test v4i32 insertion into an undef, with the second good index for VLVGP.
95 ; Test v2i64 insertion into an undef.
[all …]
Dvec-move-08.ll1 ; Test vector insertion of memory values.
5 ; Test v16i8 insertion into the first element.
15 ; Test v16i8 insertion into the last element.
25 ; Test v16i8 insertion with the highest in-range offset.
36 ; Test v16i8 insertion with the first ouf-of-range offset.
48 ; Test v16i8 insertion into a variable element.
58 ; Test v8i16 insertion into the first element.
68 ; Test v8i16 insertion into the last element.
78 ; Test v8i16 insertion with the highest in-range offset.
89 ; Test v8i16 insertion with the first ouf-of-range offset.
[all …]
Dvec-move-13.ll5 ; Test v16i8 insertion into 0.
17 ; Test v8i16 insertion into 0.
29 ; Test v4i32 insertion into 0.
39 ; Test v2i64 insertion into 0.
49 ; Test v4f32 insertion into 0.
60 ; Test v2f64 insertion into 0.
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBreakTransliterator.java25 private String insertion; field in BreakTransliterator
29 … public BreakTransliterator(String ID, UnicodeFilter filter, BreakIterator bi, String insertion) { in BreakTransliterator() argument
32 this.insertion = insertion; in BreakTransliterator()
42 return insertion; in getInsertion()
48 public void setInsertion(String insertion) { in setInsertion() argument
49 this.insertion = insertion; in setInsertion()
122 delta = boundaryCount * insertion.length(); in handleTransliterate()
129 text.replace(boundary, boundary, insertion); in handleTransliterate()
416 targetSet.addAll(insertion); in addSourceTargetSet()
DTransliterator.java593 String insertion) { in transliterate() argument
597 if (insertion != null) { in transliterate()
598 text.replace(index.limit, index.limit, insertion); in transliterate()
599 index.limit += insertion.length(); in transliterate()
600 index.contextLimit += insertion.length(); in transliterate()
638 int insertion) { in transliterate() argument
639 transliterate(text, index, UTF16.valueOf(insertion)); in transliterate()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DBreakTransliterator.java24 private String insertion; field in BreakTransliterator
28 … public BreakTransliterator(String ID, UnicodeFilter filter, BreakIterator bi, String insertion) { in BreakTransliterator() argument
31 this.insertion = insertion; in BreakTransliterator()
41 return insertion; in getInsertion()
47 public void setInsertion(String insertion) { in setInsertion() argument
48 this.insertion = insertion; in setInsertion()
121 delta = boundaryCount * insertion.length(); in handleTransliterate()
128 text.replace(boundary, boundary, insertion); in handleTransliterate()
415 targetSet.addAll(insertion); in addSourceTargetSet()
DTransliterator.java612 String insertion) { in transliterate() argument
616 if (insertion != null) { in transliterate()
617 text.replace(index.limit, index.limit, insertion); in transliterate()
618 index.limit += insertion.length(); in transliterate()
619 index.contextLimit += insertion.length(); in transliterate()
658 int insertion) { in transliterate() argument
659 transliterate(text, index, UTF16.valueOf(insertion)); in transliterate()
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dnop-insertion.ll1 ; This is a smoke test of nop insertion.
8 ; RUN: %p2i -i %s --filetype=asm -a -sz-seed=1 -nop-insertion \
9 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=1 \
11 ; RUN: %p2i -i %s --filetype=asm -a -sz-seed=1 -nop-insertion \
12 ; RUN: -nop-insertion-percentage=90 -max-nops-per-instruction=1 \
14 ; RUN: %p2i -i %s --filetype=asm -a -sz-seed=1 -nop-insertion \
15 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=2 \
17 ; RUN: %p2i -i %s --filetype=asm --sandbox -a -sz-seed=1 -nop-insertion \
18 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=1 \
21 ; RUN: -nop-insertion -nop-insertion-percentage=110 \
Drng.ll8 ; Command for checking constant blinding (Need to turn off nop-insertion)
16 ; RUN: -nop-insertion=0 \
30 ; RUN: -nop-insertion \
42 ; RUN: -nop-insertion \
54 ; RUN: -nop-insertion \
66 ; RUN: -nop-insertion \
71 ; Command for checking nop insertion (Need to turn off randomize-regalloc)
78 ; RUN: -nop-insertion -nop-insertion-percentage=50\
91 ; RUN: -nop-insertion \
Dnop-insertion-no-vectors.ll4 ; RUN: -a -sz-seed=1 -nop-insertion \
5 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=1 \
8 ; RUN: -a -sz-seed=1 -nop-insertion \
9 ; RUN: -nop-insertion-percentage=110 -max-nops-per-instruction=2 \
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtree-construction.txt26 corresponding to the current insertion mode.
140 3. Let the original insertion mode be the current insertion mode.
141 4. Then, switch the insertion mode to "in CDATA/RCDATA".
182 8.2.5.4 The "initial" insertion mode
184 When the insertion mode is "initial", tokens must be handled as
356 Then, switch the insertion mode to "before html".
363 Switch the insertion mode to "before html", then reprocess the
366 8.2.5.5 The "before html" insertion mode
368 When the insertion mode is "before html", tokens must be handled as
395 Switch the insertion mode to "before head".
[all …]
/external/python/cpython2/Doc/library/
Dbisect.rst17 having to sort the list after each insertion. For long lists of items with
28 Locate the insertion point for *x* in *a* to maintain sorted order.
31 already present in *a*, the insertion point will be before (to the left of)
35 The returned insertion point *i* partitions the array *a* into two halves so
42 Similar to :func:`bisect_left`, but returns an insertion point which comes
45 The returned insertion point *i* partitions the array *a* into two halves so
54 the slow O(n) insertion step.
74 The above :func:`bisect` functions are useful for finding insertion points but
/external/libchrome/base/
Dcommand_line.cc341 auto insertion = in AppendSwitchNative() local
343 if (!insertion.second) in AppendSwitchNative()
344 insertion.first->second = value; in AppendSwitchNative()
345 switches_by_stringpiece_[insertion.first->first] = &(insertion.first->second); in AppendSwitchNative()
/external/nanopb-c/generator/proto/
Dplugin.proto103 // content here is to be inserted into that file at a defined insertion
106 // insertion points by placing special annotations in the file that look
113 // immediately above the line containing the insertion point (thus multiple
116 // could contain things that look like insertion points by accident.
126 // Note that if the line containing the insertion point begins with
129 // indentation matters. In these languages, the insertion point comment
/external/protobuf/src/google/protobuf/compiler/
Dplugin.proto108 // content here is to be inserted into that file at a defined insertion
111 // insertion points by placing special annotations in the file that look
118 // immediately above the line containing the insertion point (thus multiple
121 // could contain things that look like insertion points by accident.
131 // Note that if the line containing the insertion point begins with
134 // indentation matters. In these languages, the insertion point comment
/external/icu/icu4c/source/i18n/unicode/
Dtranslit.h472 const UnicodeString& insertion,
491 UChar32 insertion,
543 const UnicodeString* insertion,
/external/guava/guava-tests/test/com/google/common/hash/
DAbstractStreamingHasherTest.java160 for (int insertion = 0; insertion < totalInsertions; insertion++) { in testExhaustive()
/external/icu/icu4c/source/i18n/
Dbrktrans.cpp169 void BreakTransliterator::setInsertion(const UnicodeString &insertion) { in setInsertion() argument
170 this->fInsertion = insertion; in setInsertion()
Dtranslit.cpp282 const UnicodeString& insertion, in transliterate() argument
284 _transliterate(text, index, &insertion, status); in transliterate()
304 UChar32 insertion, in transliterate() argument
306 UnicodeString str(insertion); in transliterate()
355 const UnicodeString* insertion, in _transliterate() argument
367 if (insertion != 0) { in _transliterate()
368 text.handleReplaceBetween(index.limit, index.limit, *insertion); in _transliterate()
369 index.limit += insertion->length(); in _transliterate()
370 index.contextLimit += insertion->length(); in _transliterate()
/external/autotest/client/deps/webgl_perf/files/
D0002-Always-increment-numberOfResults.patch9 1 file changed, 1 insertion(+), 1 deletion(-)
/external/swiftshader/third_party/LLVM/test/Transforms/LICM/
D2003-02-27-PreheaderExitNodeUpdate.ll1 ; This testcase fails because preheader insertion is not updating exit node
/external/llvm/test/Transforms/LICM/
D2003-02-27-PreheaderExitNodeUpdate.ll1 ; This testcase fails because preheader insertion is not updating exit node

12345678