Home
last modified time | relevance | path

Searched refs:test_sub (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/M68k/GlobalISel/
H A Dreg_bank_test.ll17 define i32 @test_sub(i32 %x, i32 %y) {
18 ; CHECK-LABEL: name: test_sub
H A Darithmetic.ll17 define i32 @test_sub(i32 %x, i32 %y) {
18 ; CHECK-LABEL: name: test_sub
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dadd-sub-128bit.ll23 ; COMMON-LABEL: test_sub
24 define i128 @test_sub(i128 %a, i128 %b) {
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Datomic-ops-ancient-64.ll11 define i64 @test_sub(ptr %addr, i64 %inc) {
12 ; CHECK-LABEL: test_sub:
H A Dfp_load_fold.ll30 define double @test_sub(double %X, ptr %P) {
31 ; CHECK-LABEL: test_sub:
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dzvector2.c81 void test_sub (void) in test_sub() function
H A Dzvector.c639 void test_sub(void) { in test_sub() function
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-quadword-noi128.c96 vector unsigned char test_sub(vector unsigned char a, vector unsigned char b, in test_sub() function
H A Dppc-mmintrin.c681 test_sub() { in test_sub() function
H A Dppc-xmmintrin.c1014 test_sub() { in test_sub() function
H A Dppc-emmintrin.c1387 test_sub() { in test_sub() function
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dvec_add_sub_doubleword.ll71 define <2 x i64> @test_sub(<2 x i64> %x, <2 x i64> %y) nounwind {
72 ; ALL-LABEL: test_sub:
H A Dbcd-intrinsics.ll66 define dso_local <16 x i8> @test_sub(<16 x i8> %a, <16 x i8> %b, i64 %ps) local_unnamed_addr #0 {
67 ; CHECK-LABEL: test_sub:
72 ; CHECK-P9-LABEL: test_sub:
H A Dvec_add_sub_quadword.ll67 define <1 x i128> @test_sub(<1 x i128> %x, <1 x i128> %y) nounwind {
68 ; ALL-LABEL: test_sub:
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dcombine-redundant-neg.mir45 name: test_sub
50 ; CHECK-LABEL: name: test_sub
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimtest.c104 {"sub", 3, 1, test_sub}, /* r3 = r1 - r2 */
105 {"subv", 3, 1, test_sub}, /* r3 = r1 - v(r2) */
H A Dimdrover.h55 bool test_sub(testspec_t* t, FILE* ofp);
H A Dimdrover.c534 bool test_sub(testspec_t* t, FILE* ofp) { in test_sub() function
/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/instructions/
H A Datomic_seq.ll6 ; CHECK-DAG: OpName [[SUB:%.*]] "test_sub"
40 define i32 @test_sub(i32* %ptr, i32 %val) {
H A Datomic_acqrel.ll6 ; CHECK-DAG: OpName [[SUB:%.*]] "test_sub"
40 define i32 @test_sub(i32* %ptr, i32 %val) {
H A Datomic.ll6 ; CHECK-DAG: OpName [[SUB:%.*]] "test_sub"
40 define i32 @test_sub(i32* %ptr, i32 %val) {
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A Di128-addsub.ll22 define void @test_sub(i64 %AL, i64 %AH, i64 %BL, i64 %BH, i64* %RL, i64* %RH) {
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-fp128.ll23 define fp128 @test_sub() {
24 ; CHECK-LABEL: test_sub:
/llvm-project-15.0.7/mlir/test/Dialect/Tosa/
H A Dops.mlir218 func.func @test_sub(%arg0: tensor<1x21x3xf32>, %arg1: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {