Home
last modified time | relevance | path

Searched refs:foo_loop (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/clang/test/OpenMP/
Ddeclare_simd_aarch64_warning_sve.c9 void foo_loop(double *x, float *y, int N) { in foo_loop() function
Ddeclare_simd_aarch64_warning_advsimd.c12 void foo_loop(double *x, float *y, int N) { in foo_loop() function
Ddeclare_simd_aarch64_sve.c27 void foo_loop(double *x, float *y, int N) { in foo_loop() function
Ddeclare_simd_aarch64.c16 void foo_loop(double *x, float *y, int N) { in foo_loop() function
/external/llvm-project/llvm/test/CodeGen/X86/
Dlea-opt-cse4.ll60 define void @foo_loop(%struct.SA* nocapture %ctx, i32 %n) local_unnamed_addr #0 {
61 ; X64-LABEL: foo_loop:
84 ; X86-LABEL: foo_loop:
Dswifterror.ll153 ; "foo_loop" is a function that takes a swifterror parameter, it sets swifterror
155 define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float %cc2) {
156 ; CHECK-APPLE-LABEL: foo_loop:
168 ; CHECK-O0-LABEL: foo_loop:
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dswifterror.ll149 ; "foo_loop" is a function that takes a swifterror parameter, it sets swifterror
151 define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float %cc2) {
152 ; CHECK-LABEL: foo_loop:
162 ; CHECK-O0-LABEL: foo_loop:
/external/llvm/test/CodeGen/SystemZ/
Dswifterror.ll151 ; "foo_loop" is a function that takes a swifterror parameter, it sets swifterror
153 define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float %cc2) {
154 ; CHECK-LABEL: foo_loop:
164 ; CHECK-O0-LABEL: foo_loop:
/external/llvm/test/CodeGen/X86/
Dswifterror.ll153 ; "foo_loop" is a function that takes a swifterror parameter, it sets swifterror
155 define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float %cc2) {
156 ; CHECK-APPLE-LABEL: foo_loop:
168 ; CHECK-O0-LABEL: foo_loop:
/external/llvm/test/CodeGen/ARM/
Dswifterror.ll171 ; "foo_loop" is a function that takes a swifterror parameter, it sets swifterror
173 define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float %cc2) {
174 ; CHECK-APPLE-LABEL: foo_loop:
186 ; CHECK-O0-LABEL: foo_loop:
/external/llvm/test/CodeGen/AArch64/
Dswifterror.ll159 ; "foo_loop" is a function that takes a swifterror parameter, it sets swifterror
161 define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float %cc2) {
162 ; CHECK-APPLE-LABEL: foo_loop:
173 ; CHECK-O0-LABEL: foo_loop:
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dconsecutive-access.ll121 ; CHECK-LABEL: foo_loop
124 define i32 @foo_loop(double* %A, i32 %n) #0 {
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dswifterror.ll163 ; "foo_loop" is a function that takes a swifterror parameter, it sets swifterror
165 define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float %cc2) {
166 ; CHECK-APPLE-LABEL: foo_loop:
177 ; CHECK-O0-AARCH64-LABEL: foo_loop:
200 ; CHECK-O0-ARM64_32-LABEL: foo_loop:
/external/llvm-project/llvm/test/CodeGen/ARM/
Dswifterror.ll173 ; "foo_loop" is a function that takes a swifterror parameter, it sets swifterror
175 define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float %cc2) {
176 ; CHECK-APPLE-LABEL: foo_loop:
186 ; CHECK-O0-LABEL: foo_loop:
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dswifterror.ll125 ; "foo_loop" is a function that takes a swifterror parameter, it sets swifterror
127 define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float %cc2) {
128 ; CHECK-LABEL: foo_loop:
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/
Dconsecutive-access.ll197 define i32 @foo_loop(double* %A, i32 %n) #0 {
198 ; CHECK-LABEL: @foo_loop(
385 ; Alternatively, this is like foo_loop, but with a non-power-of-2 factor and
494 ; The resulting IR is similar to @foo_loop, but with zext's instead of sext's.