Home
last modified time | relevance | path

Searched refs:unpredictable (Results 1 – 25 of 110) sorted by relevance

12345

/external/llvm-project/llvm/test/MC/ARM/
Dequal-rdhi-rdlo-diagnostics.s5 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
7 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
9 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
11 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
13 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
15 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
17 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
19 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
21 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
23 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
[all …]
Dit-nv.s4 @ CHECK-ERRS: error: unpredictable IT predicate sequence
6 @ CHECK-ERRS: error: unpredictable IT predicate sequence
8 @ CHECK-ERRS: error: unpredictable IT predicate sequence
10 @ CHECK-ERRS: error: unpredictable IT predicate sequence
12 @ CHECK-ERRS: error: unpredictable IT predicate sequence
/external/llvm/test/Transforms/Inline/
Dprofile-meta.ll3 ; Make sure that profile and unpredictable metadata is preserved when cloning a select.
6 %sel = select i1 %c, i32 %a, i32 %b, !prof !0, !unpredictable !1
15 ; CHECK-NEXT: [[SEL:%.*]] = select i1 %C, i32 %A, i32 %B, !prof !0, !unpredictable !1
19 ; Make sure that profile and unpredictable metadata is preserved when cloning a branch.
22 br i1 %c, label %if, label %else, !unpredictable !1, !prof !2
34 ; CHECK-NEXT: br i1 %C, label %{{.*}}, label %{{.*}}, !prof !2, !unpredictable !1
/external/llvm-project/llvm/test/Transforms/Inline/
Dprofile-meta.ll4 ; Make sure that profile and unpredictable metadata is preserved when cloning a select.
7 %sel = select i1 %c, i32 %a, i32 %b, !prof !0, !unpredictable !1
16 ; CHECK-NEXT: [[SEL:%.*]] = select i1 %C, i32 %A, i32 %B, !prof !0, !unpredictable !1
20 ; Make sure that profile and unpredictable metadata is preserved when cloning a branch.
23 br i1 %c, label %if, label %else, !unpredictable !1, !prof !2
35 ; CHECK-NEXT: br i1 %C, label %{{.*}}, label %{{.*}}, !prof !2, !unpredictable !1
/external/llvm-project/llvm/test/MC/AArch64/
Darm64-diags.s182 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
185 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
188 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
191 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
194 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
197 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
200 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
203 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
206 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
209 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
[all …]
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/ARM/
Dit-nv.txt3 # CHECK: ite al @ unpredictable IT predicate sequence
4 # CHECK: itet al @ unpredictable IT predicate sequence
5 # CHECK: itte al @ unpredictable IT predicate sequence
/external/abseil-cpp/absl/random/internal/
Dranden_benchmarks.cc149 const FuncInput unpredictable = (argc != 999); in RunAll() local
150 static const FuncInput inputs[] = {unpredictable * 100, unpredictable * 1000}; in RunAll()
163 static const FuncInput inputs1[] = {unpredictable * 1000, in RunAll()
164 unpredictable * 10000}; in RunAll()
Dnanobenchmark_test.cc63 const FuncInput unpredictable = argc != 999; in RunAll() local
64 static const FuncInput inputs[] = {unpredictable * 10, unpredictable * 100}; in RunAll()
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dranden_benchmarks.cc149 const FuncInput unpredictable = (argc != 999); in RunAll() local
150 static const FuncInput inputs[] = {unpredictable * 100, unpredictable * 1000}; in RunAll()
163 static const FuncInput inputs1[] = {unpredictable * 1000, in RunAll()
164 unpredictable * 10000}; in RunAll()
Dnanobenchmark_test.cc63 const FuncInput unpredictable = argc != 999; in RunAll() local
64 static const FuncInput inputs[] = {unpredictable * 10, unpredictable * 100}; in RunAll()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dranden_benchmarks.cc149 const FuncInput unpredictable = (argc != 999); in RunAll() local
150 static const FuncInput inputs[] = {unpredictable * 100, unpredictable * 1000}; in RunAll()
163 static const FuncInput inputs1[] = {unpredictable * 1000, in RunAll()
164 unpredictable * 10000}; in RunAll()
Dnanobenchmark_test.cc63 const FuncInput unpredictable = argc != 999; in RunAll() local
64 static const FuncInput inputs[] = {unpredictable * 10, unpredictable * 100}; in RunAll()
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dranden_benchmarks.cc149 const FuncInput unpredictable = (argc != 999); in RunAll() local
150 static const FuncInput inputs[] = {unpredictable * 100, unpredictable * 1000}; in RunAll()
163 static const FuncInput inputs1[] = {unpredictable * 1000, in RunAll()
164 unpredictable * 10000}; in RunAll()
Dnanobenchmark_test.cc63 const FuncInput unpredictable = argc != 999; in RunAll() local
64 static const FuncInput inputs[] = {unpredictable * 10, unpredictable * 100}; in RunAll()
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dranden_benchmarks.cc149 const FuncInput unpredictable = (argc != 999); in RunAll() local
150 static const FuncInput inputs[] = {unpredictable * 100, unpredictable * 1000}; in RunAll()
163 static const FuncInput inputs1[] = {unpredictable * 1000, in RunAll()
164 unpredictable * 10000}; in RunAll()
Dnanobenchmark_test.cc63 const FuncInput unpredictable = argc != 999; in RunAll() local
64 static const FuncInput inputs[] = {unpredictable * 10, unpredictable * 100}; in RunAll()
/external/llvm/test/CodeGen/X86/
Dor-branch.ll28 ; If the branch is unpredictable, don't add another branch
31 define void @unpredictable(i32 %X, i32 %Y, i32 %Z) nounwind {
32 ; CHECK-LABEL: unpredictable:
41 br i1 %tmp4, label %cond_true, label %UnifiedReturnBlock, !unpredictable !0
/external/llvm-project/llvm/test/CodeGen/X86/
Dor-branch.ll44 ; If the branch is unpredictable, don't add another branch
47 define void @unpredictable(i32 %X, i32 %Y, i32 %Z) nounwind {
48 ; JUMP2-LABEL: unpredictable:
61 ; JUMP1-LABEL: unpredictable:
77 br i1 %tmp4, label %cond_true, label %UnifiedReturnBlock, !unpredictable !0
/external/llvm/test/MC/AArch64/
Darm64-diags.s182 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
185 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
188 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
191 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
194 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
197 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
200 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
203 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
206 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
209 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
[all …]
/external/llvm/test/CodeGen/AArch64/
Dfast-isel-branch-cond-split.ll39 ; If the branch is unpredictable, don't add another branch.
53 br i1 %or.cond, label %bb3, label %bb4, !unpredictable !2
75 br i1 %or.cond, label %bb4, label %bb3, !unpredictable !2
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dfast-isel-branch-cond-split.ll39 ; If the branch is unpredictable, don't add another branch.
53 br i1 %or.cond, label %bb3, label %bb4, !unpredictable !2
75 br i1 %or.cond, label %bb4, label %bb3, !unpredictable !2
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/
DPhiEliminate2.ll8 br i1 %C, label %then, label %else, !prof !0, !unpredictable !1
24 ; CHECK-NEXT: %V6 = select i1 %C, i32 %V4, i32 %V5, !prof !0, !unpredictable !1
/external/llvm/test/Transforms/SimplifyCFG/
DPhiEliminate2.ll8 br i1 %C, label %then, label %else, !prof !0, !unpredictable !1
24 ; CHECK-NEXT: %V6 = select i1 %C, i32 %V4, i32 %V5, !prof !0, !unpredictable !1
/external/llvm/test/Transforms/CodeGenPrepare/X86/
Dselect.ll82 ; But if the select is marked unpredictable, then don't turn it into a branch.
89 ; CHECK-NEXT: [[SEL:%.*]] = select i1 [[CMP]], float [[DIV]], float 2.000000e+00, !unpredictable
95 %sel = select i1 %cmp, float %div, float 2.0, !unpredictable !0
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dirtranslator-condbr-lower-tree.ll198 ; If the branch is unpredictable, don't add another branch
201 define void @unpredictable(i32 %X, i32 %Y, i32 %Z) nounwind {
202 ; CHECK-LABEL: name: unpredictable
224 br i1 %tmp4, label %cond_true, label %UnifiedReturnBlock, !unpredictable !0

12345