/external/llvm-project/llvm/test/MC/ARM/ |
D | equal-rdhi-rdlo-diagnostics.s | 5 @ 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 …]
|
D | it-nv.s | 4 @ 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-project/llvm/test/Transforms/Inline/ |
D | profile-meta.ll | 4 ; 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/test/Transforms/Inline/ |
D | profile-meta.ll | 3 ; 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/MC/AArch64/ |
D | arm64-diags.s | 182 ; 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/ |
D | it-nv.txt | 3 # CHECK: ite al @ unpredictable IT predicate sequence 4 # CHECK: itet al @ unpredictable IT predicate sequence 5 # CHECK: itte al @ unpredictable IT predicate sequence
|
/external/libtextclassifier/abseil-cpp/absl/random/internal/ |
D | randen_benchmarks.cc | 149 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()
|
D | nanobenchmark_test.cc | 63 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/ |
D | randen_benchmarks.cc | 149 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()
|
D | nanobenchmark_test.cc | 63 const FuncInput unpredictable = argc != 999; in RunAll() local 64 static const FuncInput inputs[] = {unpredictable * 10, unpredictable * 100}; in RunAll()
|
/external/abseil-cpp/absl/random/internal/ |
D | randen_benchmarks.cc | 149 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()
|
D | nanobenchmark_test.cc | 63 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/ |
D | randen_benchmarks.cc | 149 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()
|
D | nanobenchmark_test.cc | 63 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/ |
D | randen_benchmarks.cc | 149 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()
|
D | nanobenchmark_test.cc | 63 const FuncInput unpredictable = argc != 999; in RunAll() local 64 static const FuncInput inputs[] = {unpredictable * 10, unpredictable * 100}; in RunAll()
|
/external/angle/third_party/abseil-cpp/absl/random/internal/ |
D | randen_benchmarks.cc | 149 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()
|
D | nanobenchmark_test.cc | 63 const FuncInput unpredictable = argc != 999; in RunAll() local 64 static const FuncInput inputs[] = {unpredictable * 10, unpredictable * 100}; in RunAll()
|
/external/llvm/test/CodeGen/X86/ |
D | or-branch.ll | 28 ; 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/ |
D | or-branch.ll | 44 ; 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/ |
D | arm64-diags.s | 182 ; 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/CodeGen/AArch64/ |
D | fast-isel-branch-cond-split.ll | 39 ; 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/test/CodeGen/AArch64/ |
D | fast-isel-branch-cond-split.ll | 39 ; 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/test/Transforms/SimplifyCFG/ |
D | PhiEliminate2.ll | 8 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-project/llvm/test/Transforms/SimplifyCFG/ |
D | PhiEliminate2.ll | 8 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
|