Home
last modified time | relevance | path

Searched refs:foo0 (Results 1 – 25 of 50) sorted by relevance

12

/external/deqp/data/gles2/shaders/
Dqualification_order.test378 float foo0 (const in lowp float x)
398 float x0 = foo0(1.0);
412 float foo0 (const in float x)
432 float x0 = foo0(1.0);
446 float foo0 (const lowp float x)
466 float x0 = foo0(1.0);
480 float foo0 (in lowp float x)
500 float x0 = foo0(1.0);
518 float foo0 (const lowp in float x)
538 float x0 = foo0(1.0);
[all …]
/external/eigen/test/
Ddynalloc.cpp151 MyStruct foo0; VERIFY(internal::UIntPtr(foo0.avec.data())%ALIGNMENT==0); in test_dynalloc() local
158 MyStruct *foo0 = new MyStruct(); VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); in test_dynalloc() local
160 delete foo0; in test_dynalloc()
168 MyStruct *foo0 = new MyStruct[N]; VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); in test_dynalloc() local
170 delete[] foo0; in test_dynalloc()
/external/llvm/test/CodeGen/Mips/
Dbiggot.ll12 ; O32: lui $[[R2:[0-9]+]], %call_hi(foo0)
14 ; O32: lw ${{[0-9]+}}, %call_lo(foo0)($[[R3]])
19 ; N64: lui $[[R2:[0-9]+]], %call_hi(foo0)
21 ; N64: ld ${{[0-9]+}}, %call_lo(foo0)($[[R3]])
24 tail call void @foo0(i32 %0) nounwind
28 declare void @foo0(i32)
Dimm.ll3 define i32 @foo0() nounwind readnone {
5 ; CHECK: foo0
Dmips64-f128-call.ll6 ; CHECK: foo0
10 define void @foo0(fp128 %a0) {
Dfneg.ll16 define float @foo0(float %d) nounwind readnone {
18 ; CHECK-LABEL: foo0:
Dfabs.ll16 define float @foo0(float %a) nounwind readnone {
19 ; CHECK-LABEL: foo0
/external/clang/test/CodeGenObjCXX/
Dauto-release-result-assert.mm19 S1Ref foo0(int); function
26 return foo0(a);
30 return foo0(0);
34 return foo0(0);
/external/llvm/test/CodeGen/ARM/
Dfnattr-trap.ll4 ; NOOPTION-LABEL: {{\_?}}foo0:
7 ; TRAP-LABEL: {{\_?}}foo0:
10 define void @foo0() {
Dsubtarget-no-movt.ll8 ; NO-OPTION-LABEL: {{_?}}foo0
13 ; USE-MOVT-LABEL: {{_?}}foo0
17 ; NO-USE-MOVT-LABEL: {{_?}}foo0
22 define i32 @foo0(i32 %a) #0 {
/external/llvm/test/CodeGen/AArch64/
Dtailcall-fastisel.ll7 %call = tail call i32 @foo0()
11 declare i32 @foo0()
Darm64-addp.ll13 define i64 @foo0(<2 x i64> %a) nounwind {
14 ; CHECK-LABEL: foo0:
/external/clang/test/OpenMP/
Dfunction-attr.cpp16 void foo0();
24 foo0(); in foo1()
/external/llvm/test/CodeGen/NVPTX/
Darg-lowering.ll3 ; CHECK: .visible .func (.param .align 16 .b8 func_retval0[16]) foo0(
5 define <4 x float> @foo0({float, float} %arg0) {
/external/llvm/test/CodeGen/WebAssembly/
Dswitch.ll9 declare void @foo0()
26 ; CHECK: call foo0@FUNCTION{{$}}
69 tail call void @foo0()
106 ; CHECK: call foo0@FUNCTION{{$}}
149 tail call void @foo0()
/external/llvm/test/Analysis/BlockFrequencyInfo/
Dloop_with_branch.ll9 %skip_loop = call i1 @foo0(i32 %a)
41 declare i1 @foo0(i32)
Dnested_loop_with_branches.ll9 %v0 = call i1 @foo0(i32 %a)
51 declare i1 @foo0(i32)
/external/deqp/data/gles3/shaders/
Dqualification_order.test2285 float foo0 (const in lowp float x)
2305 float x0 = foo0(1.0);
2321 float foo0 (const in float x)
2341 float x0 = foo0(1.0);
2357 float foo0 (const lowp float x)
2377 float x0 = foo0(1.0);
2393 float foo0 (in lowp float x)
2413 float x0 = foo0(1.0);
2433 float foo0 (const lowp in float x)
2453 float x0 = foo0(1.0);
[all …]
/external/clang/test/SemaTemplate/
Dexplicit-instantiation.cpp79 template<int I> void foo0 (int (&)[I + 1]) { } in foo0() function
80 template void foo0<2> (int (&)[3]);
/external/clang/test/CodeGen/
Dmips64-f128-literal.c7 LD foo0() { in foo0() function
Dattr-no-tail.c23 int foo0(int a) { in foo0() function
/external/llvm/test/CodeGen/X86/
Dpmovext.ll25 define <4 x i32> @foo0(double %v.coerce) nounwind ssp {
26 ; CHECK-LABEL: foo0
Dwin64_eh.ll6 define void @foo0() uwtable {
10 ; WIN64-LABEL: foo0:
11 ; WIN64: .seh_proc foo0
/external/clang/test/SemaCXX/
Dvartemplate-lambda.cpp5 template <typename> void foo0() { fn0<char>(); } in foo0() function
/external/clang/test/CXX/temp/temp.param/
Dp9.cpp6 void foo0(T);

12