Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dlegalize-div.mir4 name: test_div
7 ; CHECK-LABEL: name: test_div
/llvm-project-15.0.7/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-15.0.7/clang/test/CodeGen/SystemZ/
H A Dzvector2.c117 void test_div (void) in test_div() function
H A Dzvector.c915 void test_div(void) { in test_div() function
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dcombine-redundant-neg.mir86 name: test_div
91 ; CHECK-LABEL: name: test_div
/llvm-project-15.0.7/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-15.0.7/clang/test/CodeGen/PowerPC/
H A Dppc-xmmintrin.c431 test_div() { in test_div() function
H A Dppc-emmintrin.c563 test_div() { in test_div() function
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dvector.ll54 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-fp128.ll55 define fp128 @test_div() {
56 ; CHECK-LABEL: test_div:
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A Dvector.ll53 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
/llvm-project-15.0.7/mlir/test/Dialect/Tosa/
H A Dops.mlir148 func.func @test_div(%arg0: tensor<13x21x1xi32>, %arg1: tensor<13x21x3xi32>) -> tensor<13x21x3xi32> {
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test.c990 static int test_div(isl_ctx *ctx) in test_div() function
10810 { "div", &test_div },