Home
last modified time | relevance | path

Searched refs:func4 (Results 1 – 25 of 40) sorted by relevance

12

/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dreorder-functions.ll52 define internal void @func4() {
65 ; DEFAULTWINDOWSIZE-LABEL: func4
74 ; WINDOWSIZE1-LABEL: func4
81 ; SEQUENTIAL-LABEL: func4
86 ; WINDOWSIZEMAX-LABEL: func4
/external/llvm/test/MC/ARM/
Deh-directive-cantunwind-diagnostics.s77 .globl func4 symbol
79 .type func4,%function
81 func4: label
Deh-directive-setfp-diagnostics.s62 .globl func4 symbol
64 .type func4,%function
66 func4: label
Deh-directive-multiple-offsets.s103 .globl func4 symbol
104 .type func4,%function
107 func4: label
/external/llvm/test/Transforms/PGOProfile/
Dindirect_call_promotion.ll5 ; 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()
Dicp_mismatch_msg.ll4 ; 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/
Dmerge-weak-crash.ll11 ; 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/
Dmangle-extern-local.cpp39 extern int var5, func4(); in f4()
40 return var5 + func4(); in f4()
Ddebug-info-nodebug.cpp48 void func4() { in func4() function
Doptnone-and-attributes.cpp51 void func4() { return; } in func4() function
/external/llvm/test/Transforms/SimplifyCFG/
Dpreserve-branchweights-switch-create.ll4 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/clang/test/SemaCXX/
Dformat-strings.cpp142 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/
Dor-to-xor.ll43 define i32 @func4(i32 %a, i32 %b) {
44 ; CHECK-LABEL: @func4(
Dand-or.ll43 define i32 @func4(i32 %a, i32 %b) {
44 ; CHECK-LABEL: @func4(
Dphi-preserve-ir-flags.ll70 ; CHECK-LABEL: define float @func4(
71 define float @func4(float %a, float %b, float %c, i1 %cond) {
/external/libcxx/test/std/thread/futures/futures.unique_future/
Dget.pass.cpp47 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.shared_future/
Dget.pass.cpp47 void func4(std::promise<int&> p) in func4() function
110 std::thread(func4, std::move(p)).detach(); in main()
/external/llvm/test/CodeGen/ARM/
Dneon_spill.ll22 declare arm_aapcs_vfpcc %2** @func4()
35 %6 = call arm_aapcs_vfpcc %2** @func4() nounwind
/external/clang/test/CoverageMapping/
Dmacroception.c46 void func4() M1 M11
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/
Dmips64intldst.ll52 define i64 @func4() nounwind readonly {
54 ; CHECK-N64: func4
57 ; CHECK-N32: func4
/external/llvm/test/CodeGen/AArch64/
Darm64-subvector-extend.ll34 define <16 x i16> @func4(<16 x i8> %v0) nounwind {
35 ; CHECK-LABEL: func4:
134 ; CHECK-LABEL: func4:
/external/clang/test/CXX/basic/basic.scope/basic.scope.local/
Dp2.cpp16 void func4(int i) try { // expected-note{{previous definition is here}} in func4() function
/external/clang/test/SemaObjC/
Dnonnull.m23 extern void func4 (void (^block1)(), void (^block2)()) __attribute__((nonnull(1))) function
42 func4(0, cp1); // expected-warning {{null passed to a callee that requires a non-null argument}}
43 func4(cp1, 0); // expected-warning {{null passed to a callee that requires a non-null argument}}
/external/llvm/test/CodeGen/Mips/
Dmips64intldst.ll54 define i64 @func4() nounwind readonly {
56 ; CHECK-N64: func4
59 ; CHECK-N32: func4
/external/clang/test/CodeGenCUDA/
Daddress-spaces.cu80 __device__ void func4() { in func4() function

12