/llvm-project/flang/test/Examples/ |
H A D | feature-list-functions.f90 | 9 call test_sub(test_func(2, 3), 4) 11 subroutine test_sub(a, b) subroutine
|
/llvm-project/llvm/test/CodeGen/M68k/GlobalISel/ |
H A D | reg_bank_test.ll | 17 define i32 @test_sub(i32 %x, i32 %y) { 18 ; CHECK-LABEL: name: test_sub
|
H A D | arithmetic.ll | 17 define i32 @test_sub(i32 %x, i32 %y) { 18 ; CHECK-LABEL: name: test_sub
|
/llvm-project/llvm/test/CodeGen/NVPTX/ |
H A D | add-sub-128bit.ll | 22 ; COMMON-LABEL: test_sub 23 define i128 @test_sub(i128 %a, i128 %b) {
|
H A D | i16x2-instructions.ll | 178 define <2 x i16> @test_sub(<2 x i16> %a, <2 x i16> %b) #0 { 179 ; COMMON-LABEL: test_sub(
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | atomic-ops-ancient-64.ll | 10 define i64 @test_sub(ptr %addr, i64 %inc) { 11 ; CHECK-LABEL: test_sub:
|
H A D | fp_load_fold.ll | 30 define double @test_sub(double %X, ptr %P) { 31 ; CHECK-LABEL: test_sub:
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | zvector2.c | 125 // CHECK-LABEL: define dso_local void @test_sub( 134 void test_sub (void) 81 void test_sub (void) test_sub() function
|
H A D | zvector.c | 677 // CHECK-LABEL: define dso_local void @test_sub( 806 void test_sub(void) { 641 void test_sub(void) { test_sub() function
|
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | vec_add_sub_doubleword.ll | 71 define <2 x i64> @test_sub(<2 x i64> %x, <2 x i64> %y) nounwind { 72 ; ALL-LABEL: test_sub:
|
H A D | bcd-intrinsics.ll | 62 define dso_local <16 x i8> @test_sub(<16 x i8> %a, <16 x i8> %b, i64 %ps) local_unnamed_addr #0 { 63 ; CHECK-LABEL: test_sub: 68 ; CHECK-P9-LABEL: test_sub:
|
H A D | vec_add_sub_quadword.ll | 67 define <1 x i128> @test_sub(<1 x i128> %x, <1 x i128> %y) nounwind { 68 ; ALL-LABEL: test_sub:
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | builtins-ppc-quadword-noi128.c | 96 vector unsigned char test_sub(vector unsigned char a, vector unsigned char b, in test_sub() function
|
H A D | ppc-mmintrin.c | 686 test_sub() { in test_sub() function
|
H A D | ppc-xmmintrin.c | 1012 test_sub() { in test_sub() function 1017 // CHECK-LABEL: @test_sub
|
H A D | ppc-emmintrin.c | 1382 test_sub() { in test_sub() function 1396 // CHECK-LABEL: @test_sub
|
/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
H A D | combine-redundant-neg.mir | 45 name: test_sub 50 ; CHECK-LABEL: name: test_sub
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | imtest.c | 104 {"sub", 3, 1, test_sub}, /* r3 = r1 - r2 */ 105 {"subv", 3, 1, test_sub}, /* r3 = r1 - v(r2) */
|
H A D | imdrover.h | 55 bool test_sub(testspec_t* t, FILE* ofp);
|
H A D | imdrover.c | 534 bool test_sub(testspec_t* t, FILE* ofp) { in test_sub() function
|
/llvm-project/llvm/test/CodeGen/SPIRV/instructions/ |
H A D | atomic_acqrel.ll | 5 ; CHECK-DAG: OpName [[SUB:%.*]] "test_sub" 40 define i32 @test_sub(i32* %ptr, i32 %val) {
|
H A D | atomic_seq.ll | 5 ; CHECK-DAG: OpName [[SUB:%.*]] "test_sub" 40 define i32 @test_sub(i32* %ptr, i32 %val) {
|
H A D | atomic.ll | 8 ; CHECK-DAG: OpName [[SUB:%.*]] "test_sub" 44 define i32 @test_sub(i32* %ptr, i32 %val) {
|
/llvm-project/llvm/test/CodeGen/Generic/ |
H A D | i128-addsub.ll | 22 define void @test_sub(i64 %AL, i64 %AH, i64 %BL, i64 %BH, ptr %RL, ptr %RH) {
|
/llvm-project/llvm/test/CodeGen/AArch64/ |
H A D | arm64-fp128.ll | 15 define fp128 @test_sub(fp128 %lhs, fp128 %rhs) { 16 ; CHECK-LABEL: test_sub:
|