Home
last modified time | relevance | path

Searched refs:test_div (Results 1 – 19 of 19) sorted by relevance

/llvm-project/offload/test/offloading/
H A Dstd_complex_arithmetic.cpp53 template <typename RT, typename AT, typename BT> void test_div(AT a, BT b) { in test_div() function
78 test_div<T>(std::complex<T>(0, 1), std::complex<T>(0.5, 0.3)); in test_complex()
79 test_div<T>(std::complex<T>(0, 1), T(0.5)); in test_complex()
80 test_div<T>(T(0.5), std::complex<T>(0, 1)); in test_complex()
/llvm-project/llvm/test/CodeGen/X86/
H A Dfp_load_fold.ll54 define double @test_div(double %X, ptr %P) {
55 ; CHECK-LABEL: test_div:
H A Ddiv8.ll6 define signext i8 @test_div(i8 %dividend, i8 %divisor) nounwind ssp {
H A Dearly-ifcvt.ll162 ; CHECK: test_div
164 define i32 @test_div(i32 %a, i32 %b) nounwind uwtable readnone ssp {
H A Dvector.ll55 define void @test_div(ptr %P, ptr %Q, ptr %S) {
/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dlegalize-div.mir4 name: test_div
7 ; CHECK-LABEL: name: test_div
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dzvector2.c181 // CHECK-LABEL: define dso_local void @test_div( in test_cmple()
190 void test_div (void) in test_cmplt()
117 void test_div (void) test_div() function
H A Dzvector.c1103 // CHECK-LABEL: define dso_local void @test_div(
1152 void test_div(void) {
917 void test_div(void) { test_div() function
/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dcombine-redundant-neg.mir86 name: test_div
91 ; CHECK-LABEL: name: test_div
/llvm-project/polly/lib/External/isl/imath/
H A Dimdrover.h60 bool test_div(testspec_t* t, FILE* ofp);
H A Dimtest.c110 {"div", 4, 2, test_div}, /* r2 = r1 / r2, r3 = r1 % r2 */
H A Dimdrover.c615 bool test_div(testspec_t* t, FILE* ofp) { in test_div() function
/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/
H A Dreorder-possible-strided-node.ll124 define void @test_div() {
125 ; CHECK-LABEL: define void @test_div(
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc-xmmintrin.c430 test_div() { in test_div() function
435 // CHECK-LABEL: @test_div
H A Dppc-emmintrin.c562 test_div() { in test_div() function
567 // CHECK-LABEL: @test_div
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dvector.ll54 define void @test_div(ptr %P, ptr %Q, ptr %S) {
/llvm-project/llvm/test/CodeGen/AArch64/
H A Darm64-fp128.ll31 define fp128 @test_div(fp128 %lhs, fp128 %rhs) {
32 ; CHECK-LABEL: test_div:
/llvm-project/llvm/test/CodeGen/Generic/
H A Dvector.ll53 define void @test_div(ptr %P, ptr %Q, ptr %S) {
/llvm-project/polly/lib/External/isl/
H A Disl_test.c1021 static int test_div(isl_ctx *ctx) in test_div() function
10963 { "div", &test_div },