/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | reorder-functions.ll | 52 define internal void @func4() { 65 ; DEFAULTWINDOWSIZE-LABEL: func4 74 ; WINDOWSIZE1-LABEL: func4 81 ; SEQUENTIAL-LABEL: func4 86 ; WINDOWSIZEMAX-LABEL: func4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/ |
D | indirect_call_promotion.ll | 8 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func4 with count 1030 out of 1600 13 ; PASS2-REMARK: remark: <unknown>:0:0: Promote indirect call to func4 with count 1030 out of 1600 38 define i32 @func4() { 46 ; ICALL-PROM: [[CMP:%[0-9]+]] = icmp eq i32 ()* %tmp, @func4 49 ; ICALL-PROM: [[DIRCALL_RET:%[0-9]+]] = call i32 @func4() 50 ; ICALL-PROM-SAMPLEPGO: call i32 @func4(), !prof [[CALL_METADATA:![0-9]+]]
|
D | icp_mismatch_msg.ll | 4 ; CHECK: remark: <unknown>:0:0: Cannot promote indirect call to func4 with count of 1234: The numbe… 15 define i32 @func4(i32 %i) {
|
/external/llvm/test/MC/ARM/ |
D | eh-directive-cantunwind-diagnostics.s | 77 .globl func4 symbol 79 .type func4,%function 81 func4: label
|
D | eh-directive-setfp-diagnostics.s | 62 .globl func4 symbol 64 .type func4,%function 66 func4: label
|
D | eh-directive-multiple-offsets.s | 103 .globl func4 symbol 104 .type func4,%function 107 func4: label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | eh-directive-cantunwind-diagnostics.s | 77 .globl func4 symbol 79 .type func4,%function 81 func4: label
|
D | eh-directive-setfp-diagnostics.s | 62 .globl func4 symbol 64 .type func4,%function 66 func4: label
|
D | eh-directive-multiple-offsets.s | 103 .globl func4 symbol 104 .type func4,%function 107 func4: label
|
/external/llvm/test/Transforms/PGOProfile/ |
D | indirect_call_promotion.ll | 5 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func4 with count 1030 out of 1600 30 define i32 @func4() { 39 ; ICALL-PROM: [[CMP:%[0-9]+]] = icmp eq i8* [[BITCAST]], bitcast (i32 ()* @func4 to i8*) 42 ; ICALL-PROM: [[DIRCALL_RET:%[0-9]+]] = call i32 @func4()
|
D | icp_mismatch_msg.ll | 4 ; CHECK: remark: <unknown>:0:0: Cannot promote indirect call to func4 with count of 1234: The numbe… 15 define i32 @func4(i32 %i) {
|
/external/llvm/test/Transforms/MergeFunc/ |
D | merge-weak-crash.ll | 11 ; CHECK-LABEL: define i32 @func4 22 %sum3 = call i32 @func4(i32 %sum, i32 %sum2) 26 define i32 @func4(i32 %x, i32 %y) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MergeFunc/ |
D | merge-weak-crash.ll | 11 ; CHECK-LABEL: define i32 @func4 22 %sum3 = call i32 @func4(i32 %sum, i32 %sum2) 26 define i32 @func4(i32 %x, i32 %y) {
|
/external/clang/test/CodeGenCXX/ |
D | mangle-extern-local.cpp | 39 extern int var5, func4(); in f4() 40 return var5 + func4(); in f4()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | preserve-branchweights-switch-create.ll | 4 declare void @func4(i32) 27 call void @func4(i32 %N) nounwind 64 call void @func4(i32 %N) nounwind 111 call void @func4(i32 %N) nounwind
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | preserve-branchweights-switch-create.ll | 4 declare void @func4(i32) 27 call void @func4(i32 %N) nounwind 64 call void @func4(i32 %N) nounwind 111 call void @func4(i32 %N) nounwind
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/ |
D | cgprofile.ll | 14 declare i32 @func4() 36 ; CHECK: ![[e1]] = !{void (i1)* @freq, i32 ()* @func4, i64 1030}
|
/external/clang/test/SemaCXX/ |
D | format-strings.cpp | 142 static void func4(const char *, ...) __attribute__((__format__(printf, 1, 2))); 149 t::func4("Hello %s"); // expected-warning {{more '%' conversions than data arguments}} in f()
|
/external/llvm/test/Transforms/InstCombine/ |
D | or-to-xor.ll | 43 define i32 @func4(i32 %a, i32 %b) { 44 ; CHECK-LABEL: @func4(
|
D | and-or.ll | 43 define i32 @func4(i32 %a, i32 %b) { 44 ; CHECK-LABEL: @func4(
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/ThreadSanitizer/ |
D | eh.ll | 49 define i32 @func4() sanitize_thread nounwind { 52 ; CHECK: define i32 @func4()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/ |
D | whitelist2.txt | 2 whitelist_fun:*func4*
|
D | name_whitelist.cpp | 10 int func4() { in func4() function
|
/external/libcxx/test/std/thread/futures/futures.shared_future/ |
D | get.pass.cpp | 47 void func4(std::promise<int&> p) in func4() function 110 std::thread(func4, std::move(p)).detach(); in main()
|
/external/libcxx/test/std/thread/futures/futures.unique_future/ |
D | get.pass.cpp | 47 void func4(std::promise<int&> p) in func4() function 110 std::thread(func4, std::move(p)).detach(); in main()
|