/llvm-project/offload/test/offloading/ |
H A D | std_complex_arithmetic.cpp | 53 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 D | fp_load_fold.ll | 54 define double @test_div(double %X, ptr %P) { 55 ; CHECK-LABEL: test_div:
|
H A D | div8.ll | 6 define signext i8 @test_div(i8 %dividend, i8 %divisor) nounwind ssp {
|
H A D | early-ifcvt.ll | 162 ; CHECK: test_div 164 define i32 @test_div(i32 %a, i32 %b) nounwind uwtable readnone ssp {
|
H A D | vector.ll | 55 define void @test_div(ptr %P, ptr %Q, ptr %S) {
|
/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
H A D | legalize-div.mir | 4 name: test_div 7 ; CHECK-LABEL: name: test_div
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | zvector2.c | 181 // 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 D | zvector.c | 1103 // 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 D | combine-redundant-neg.mir | 86 name: test_div 91 ; CHECK-LABEL: name: test_div
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | imdrover.h | 60 bool test_div(testspec_t* t, FILE* ofp);
|
H A D | imtest.c | 110 {"div", 4, 2, test_div}, /* r2 = r1 / r2, r3 = r1 % r2 */
|
H A D | imdrover.c | 615 bool test_div(testspec_t* t, FILE* ofp) { in test_div() function
|
/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
H A D | reorder-possible-strided-node.ll | 124 define void @test_div() { 125 ; CHECK-LABEL: define void @test_div(
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | ppc-xmmintrin.c | 430 test_div() { in test_div() function 435 // CHECK-LABEL: @test_div
|
H A D | ppc-emmintrin.c | 562 test_div() { in test_div() function 567 // CHECK-LABEL: @test_div
|
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | vector.ll | 54 define void @test_div(ptr %P, ptr %Q, ptr %S) {
|
/llvm-project/llvm/test/CodeGen/AArch64/ |
H A D | arm64-fp128.ll | 31 define fp128 @test_div(fp128 %lhs, fp128 %rhs) { 32 ; CHECK-LABEL: test_div:
|
/llvm-project/llvm/test/CodeGen/Generic/ |
H A D | vector.ll | 53 define void @test_div(ptr %P, ptr %Q, ptr %S) {
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_test.c | 1021 static int test_div(isl_ctx *ctx) in test_div() function 10963 { "div", &test_div },
|