Home
last modified time | relevance | path

Searched refs:SUB1 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Fuzzer/test/
Dfuzzer-dirs.test1 RUN: rm -rf %t/SUB1
2 RUN: mkdir -p %t/SUB1/SUB2/SUB3
3 RUN: echo a > %t/SUB1/a
4 RUN: echo b > %t/SUB1/SUB2/b
5 RUN: echo c > %t/SUB1/SUB2/SUB3/c
6 RUN: LLVMFuzzer-SimpleTest %t/SUB1 -runs=0 2>&1 | FileCheck %s --check-prefix=SUBDIRS
8 RUN: rm -rf %t/SUB1
/external/llvm/test/CodeGen/AMDGPU/
Dlocal-memory-two-objects.ll47 ; SI-DAG: v_sub_i32_e32 [[SUB1:v[0-9]+]], vcc, 12, [[ADDRW]]
50 ; SI-DAG: ds_read_b32 v{{[0-9]+}}, [[SUB1]]
/external/pcre/dist2/src/
Dpcre2test.c1321 #define SUB1(a,b) \ macro
1725 #define SUB1(a,b) \ macro
1840 #define SUB1(a,b) G(a,8)(G(b,8)) macro
1935 #define SUB1(a,b) G(a,16)(G(b,16)) macro
2030 #define SUB1(a,b) G(a,32)(G(b,32)) macro
4385 SUB1(pcre2_code_free, compiled_code); in process_command()
4939 { SUB1(pcre2_code_free, compiled_code); } in process_pattern()
4998 SUB1(pcre2_code_free, compiled_code); in process_pattern()
7584 SUB1(pcre2_code_free, compiled_code);
7667 SUB1(pcre2_code_free, compiled_code);
[all …]
/external/llvm/test/Transforms/InstCombine/
Dicmp.ll1533 ; CHECK-NEXT: [[SUB1:%.*]] = sub i32 %X, %Y
1534 ; CHECK-NEXT: [[ADD:%.*]] = add i32 [[SUB]], [[SUB1]]