HomeSort by relevance Sort by last modified time
    Searched refs:prefixes (Results 26 - 50 of 249) sorted by null

12 3 4 5 6 7 8 910

  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/AArch64/Exynos/
scheduler-queue-usage.s 2 # RUN: llvm-mca -march=aarch64 -mcpu=exynos-m3 -iterations=1 -scheduler-stats -resource-pressure=false -instruction-info=false < %s | FileCheck %s -check-prefixes=ALL,M3
3 # RUN: llvm-mca -march=aarch64 -mcpu=exynos-m1 -iterations=1 -scheduler-stats -resource-pressure=false -instruction-info=false < %s | FileCheck %s -check-prefixes=ALL,M1
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
macro-seq.s 1 # RUN: llvm-mc -arch=mips -mcpu=mips1 < %s | FileCheck --check-prefixes=ALL,MIPS32 %s
2 # RUN: llvm-mc -arch=mips -mcpu=mips64 < %s | FileCheck --check-prefixes=ALL,MIPS64 %s
oddspreg.s 6 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ-ALL,CHECK-OBJ-O32
13 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ-ALL,CHECK-OBJ-N32
22 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ-ALL,CHECK-OBJ-N64
26 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ-ALL,CHECK-OBJ-O32
30 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ-ALL,CHECK-OBJ-N32
34 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ-ALL,CHECK-OBJ-N64
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
option-invalid.s 2 # RUN: | FileCheck -check-prefixes=CHECK %s
option-rvc.s 2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-ALIAS %s
4 # RUN: -riscv-no-aliases <%s | FileCheck -check-prefixes=CHECK,CHECK-INST %s
7 # RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS %s
10 # RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-INST %s
13 # RUN: | FileCheck -check-prefixes=CHECK-ALIAS %s
15 # RUN: -riscv-no-aliases <%s | FileCheck -check-prefixes=CHECK-INST %s
18 # RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS %s
21 # RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-INST %s
rv32fc-valid.s 2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
8 # RUN: | FileCheck -check-prefixes=CHECK-NO-EXT %s
11 # RUN: | FileCheck -check-prefixes=CHECK-NO-EXT %s
14 # RUN: | FileCheck -check-prefixes=CHECK-NO-EXT %s
rvi-aliases-valid.s 2 # RUN: | FileCheck -check-prefixes=CHECK-EXPAND,CHECK-INST %s
4 # RUN: | FileCheck -check-prefixes=CHECK-EXPAND,CHECK-ALIAS %s
6 # RUN: | FileCheck -check-prefixes=CHECK-EXPAND,CHECK-INST %s
8 # RUN: | FileCheck -check-prefixes=CHECK-EXPAND,CHECK-ALIAS %s
11 # RUN: | FileCheck -check-prefixes=CHECK-EXPAND,CHECK-INST %s
14 # RUN: | FileCheck -check-prefixes=CHECK-EXPAND,CHECK-ALIAS %s
17 # RUN: | FileCheck -check-prefixes=CHECK-EXPAND,CHECK-INST %s
20 # RUN: | FileCheck -check-prefixes=CHECK-EXPAND,CHECK-ALIAS %s
22 # The following check prefixes are used in this test:
compress-rv64i.s 2 # RUN: | FileCheck -check-prefixes=CHECK-ALIAS %s
4 # RUN: -riscv-no-aliases <%s | FileCheck -check-prefixes=CHECK-INST %s
7 # RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS %s
10 # RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-INST %s
priv-valid.s 2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
4 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
rv32dc-valid.s 2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
8 # RUN: | FileCheck -check-prefixes=CHECK-NO-EXT %s
11 # RUN: | FileCheck -check-prefixes=CHECK-NO-EXT %s
rv64dc-valid.s 2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
8 # RUN: | FileCheck -check-prefixes=CHECK-NO-EXT %s
11 # RUN: | FileCheck -check-prefixes=CHECK-NO-EXT %s
rv32i-aliases-valid.s 2 # RUN: | FileCheck -check-prefixes=CHECK-EXPAND,CHECK-INST %s
4 # RUN: | FileCheck -check-prefixes=CHECK-EXPAND,CHECK-ALIAS %s
7 # RUN: | FileCheck -check-prefixes=CHECK-EXPAND,CHECK-INST %s
10 # RUN: | FileCheck -check-prefixes=CHECK-EXPAND,CHECK-ALIAS %s
12 # The following check prefixes are used in this test:
  /external/llvm/utils/
update_llc_test_checks.py 75 def build_function_body_dictionary(raw_tool_output, prefixes, func_dict, verbose):
88 for prefix in prefixes:
90 if prefix == prefixes[-1]:
108 # Add some space between different check prefixes.
117 # Add space between different check prefixes and the first line of code.
184 # FIXME: We should use multiple check prefixes to common check lines. For
189 for prefixes, _ in prefix_list:
190 for prefix in prefixes:
192 for prefixes, llc_args in prefix_list:
195 print >>sys.stderr, 'Extracted FileCheck prefixes: ' + str(prefixes
    [all...]
update_test_checks.py 113 def build_function_body_dictionary(raw_tool_output, prefixes, func_dict, verbose, tool_basename):
130 for prefix in prefixes:
132 if prefix == prefixes[-1]:
202 # Add some space between different check prefixes, but not after the last
248 # Add space between different check prefixes and also before the first
322 # FIXME: We should use multiple check prefixes to common check lines. For
327 for prefixes, _ in prefix_list:
328 for prefix in prefixes:
330 for prefixes, tool_args in prefix_list:
333 print >>sys.stderr, 'Extracted FileCheck prefixes: ' + str(prefixes
    [all...]
  /external/syzkaller/pkg/ifuzz/
encode.go 40 // LEGACY PREFIXES
44 prefixes := []byte{
53 prefixes = append(prefixes, 0x66) // operand size
56 prefixes = append(prefixes, 0x67) // address size
59 prefixes = append(prefixes,
64 pref := prefixes[r.Intn(len(prefixes))]
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/
update_analyze_test_checks.py 112 # FIXME: We should use multiple check prefixes to common check lines. For
117 for prefixes, _ in prefix_list:
118 for prefix in prefixes:
120 for prefixes, opt_args in prefix_list:
123 print >>sys.stderr, 'Extracted FileCheck prefixes: ' + str(prefixes)
131 raw_tool_output, prefixes, func_dict, args.verbose)
135 prefix_set = set([prefix for prefixes, _ in prefix_list for prefix in prefixes])
137 print >>sys.stderr, 'Rewriting FileCheck prefixes: %s' % (prefix_set,
    [all...]
update_test_checks.py 112 # FIXME: We should use multiple check prefixes to common check lines. For
117 for prefixes, _ in prefix_list:
118 for prefix in prefixes:
120 for prefixes, opt_args in prefix_list:
123 print >>sys.stderr, 'Extracted FileCheck prefixes: ' + str(prefixes)
128 raw_tool_output, prefixes, func_dict, args.verbose)
132 prefix_set = set([prefix for prefixes, _ in prefix_list for prefix in prefixes])
134 print >>sys.stderr, 'Rewriting FileCheck prefixes: %s' % (prefix_set,
    [all...]
update_mca_test_checks.py 148 prefixes = list(block_info.values())
185 # If there are no prefixes available, warn and bail out.
186 if not prefixes[0]:
187 _warn('multiple lines not disambiguated by prefixes:\n{}\n'
196 for prefix in prefixes[i]:
206 """ Given the run_infos, calculate any prefixes that are common to every one,
218 _warn('Multiple prefixes common to all RUN lines: {}'.format(
242 text of each block is the key and a list of the sets of prefixes that may
245 written by taking advantage of common prefixes.
248 def _block_key(tool_args, prefixes)
    [all...]
update_mir_test_checks.py 17 default, or removed if the --remove-common-prefixes flag is provided.
71 def __init__(self, prefixes, cmd_args, triple):
72 self.prefixes = prefixes
77 return [self.prefixes, self.cmd_args, self.triple][index]
153 # Remove any common prefixes. We'll just leave those entirely alone.
157 run.prefixes = [p for p in run.prefixes if p not in common_prefixes]
181 def build_function_body_dictionary(test, raw_tool_output, triple, prefixes,
190 for prefix in prefixes
    [all...]
update_cc_test_checks.py 113 def get_function_body(args, filename, clang_args, prefixes, triple_in_cmd, func_dict):
120 raw_tool_output, prefixes, func_dict, args.verbose)
150 # Build a list of clang command lines and check prefixes from RUN lines.
195 prefixes = p[0]
196 for prefix in prefixes:
198 for prefixes, clang_args, triple_in_cmd in run_list:
201 print('Extracted FileCheck prefixes: {}'.format(prefixes), file=sys.stderr)
203 get_function_body(args, filename, clang_args, prefixes, triple_in_cmd, func_dict)
  /external/llvm/test/MC/Mips/
oddspreg.s 6 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ-ALL,CHECK-OBJ-O32
13 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ-ALL,CHECK-OBJ-N32
22 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ-ALL,CHECK-OBJ-N64
26 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ-ALL,CHECK-OBJ-O32
30 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ-ALL,CHECK-OBJ-N32
34 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ-ALL,CHECK-OBJ-N64
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
Transport.java 70 private HashMap prefixes = new HashMap(); field in class:Transport
73 return prefixes;
152 final Iterator keysIter = prefixes.keySet().iterator();
156 xw.setPrefix(key, (String) prefixes.get(key));
  /external/mesa3d/src/mesa/drivers/dri/
gen-symbol-redefs.py 41 argparser.add_argument('prefixes',
44 help='driver-specific prefixes')
57 for prefix in args.prefixes:
  /external/autotest/client/site_tests/platform_PrinterPpds/
archiver.py 15 tar.xz archives based on their filenames prefixes. It is a very useful tool
19 As a parameter, the constructor takes set of filenames prefixes. These
20 prefixes are automatically clustered into archives by their common prefixes
21 (yes, prefixes of prefixes). These archives are automatically created, when
22 all files assigned to the given set of prefixes is added to Archiver object.
32 common prefixes. It tries to find configuration with minimum number of
33 groups (prefixes) where the number of elements (names) in each group is
43 @returns dictionary with prefixes (each one represents single group) an
    [all...]
  /external/icu/icu4c/source/i18n/
collationsets.cpp 218 // Parallel iteration over prefixes of both tables.
219 UCharsTrie::Iterator prefixes(p, 0, errorCode);
224 // U+FFFF is untailorable and will not occur in prefixes.
228 if(prefixes.next(errorCode)) {
229 tp = &prefixes.getString();
245 addPrefix(data, *tp, c, (uint32_t)prefixes.getValue());
253 compare(c, (uint32_t)prefixes.getValue(), (uint32_t)basePrefixes.getValue());
310 UCharsTrie::Iterator prefixes(p, 0, errorCode);
311 while(prefixes.next(errorCode)) {
312 addPrefix(d, prefixes.getString(), c, (uint32_t)prefixes.getValue())
    [all...]

Completed in 839 milliseconds

12 3 4 5 6 7 8 910