Home
last modified time | relevance | path

Searched refs:test_mul (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/Reassociate/
H A Dotherops.ll5 define i32 @test_mul(i32 %arg) {
6 ; CHECK-LABEL: test_mul
/llvm-project-15.0.7/llvm/test/CodeGen/M68k/GlobalISel/
H A Darithmetic.ll31 define i32 @test_mul(i32 %x, i32 %y) {
32 ; CHECK-LABEL: name: test_mul
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfp_load_fold.ll18 define double @test_mul(double %X, ptr %P) {
19 ; CHECK-LABEL: test_mul:
H A Dsse2.ll696 define <4 x i32> @test_mul(<4 x i32> %x, <4 x i32> %y) {
697 ; SSE-LABEL: test_mul:
708 ; AVX-LABEL: test_mul:
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dzvector2.c99 void test_mul (void) in test_mul() function
H A Dzvector.c805 void test_mul(void) { in test_mul() function
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/GlobalISel/
H A Dthumb-select-arithmetic-ops.mir12 define void @test_mul() { ret void }
185 name: test_mul
197 ; CHECK-LABEL: name: test_mul
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dcombine-redundant-neg.mir65 name: test_mul
70 ; CHECK-LABEL: name: test_mul
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/
H A Dreduction_unrolled.ll51 ; int test_mul(unsigned int *p) {
58 define i32 @test_mul(i32* nocapture readonly %p) {
59 ; AVX-LABEL: @test_mul(
66 ; SSE-LABEL: @test_mul(
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Ddebuginfo-variables.ll89 define void @test_mul(i64 %A) {
90 ; CHECK-LABEL: @test_mul(
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dppc-smmintrin.c324 test_mul() { in test_mul() function
H A Dppc-mmintrin.c327 test_mul() { in test_mul() function
H A Dppc-xmmintrin.c717 test_mul() { in test_mul() function
H A Dppc-emmintrin.c801 test_mul() { in test_mul() function
/llvm-project-15.0.7/llvm/test/Analysis/DemandedBits/
H A Dbasic.ll18 define i8 @test_mul(i32 %a, i32 %b) {
/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dlimit-depth.ll49 define void @test_mul(i32 %a, i32 %b) {
50 ; CHECK-LABEL: @test_mul
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimdrover.h56 bool test_mul(testspec_t* t, FILE* ofp);
H A Dimtest.c106 {"mul", 3, 1, test_mul}, /* r3 = r1 * r2 */
H A Dimdrover.c555 bool test_mul(testspec_t* t, FILE* ofp) { in test_mul() function
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-fp128.ll39 define fp128 @test_mul() {
40 ; CHECK-LABEL: test_mul:
/llvm-project-15.0.7/mlir/test/Dialect/Tosa/
H A Dops.mlir204 func.func @test_mul(%arg0: tensor<13x21x3xf32>, %arg1: tensor<13x1x3xf32>) -> tensor<13x21x3xf32> {