Home
last modified time | relevance | path

Searched refs:quux (Results 1 – 25 of 112) sorted by relevance

12345

/external/e2fsprogs/lib/ss/
Dtest_script_expected6 test_icount: test foo bar quux
8 Args: 'foo', 'bar', 'quux'
9 test_icount: test bar quux
11 Args: 'bar', 'quux'
12 test_icount: quux bar
13 test_ss: Command not found quux
14 test_icount: quux
15 test_ss: Command not found quux
16 test_icount: test quux
18 Args: 'quux'
Dtest_script2 test foo bar quux
3 test bar quux
4 quux bar
5 quux
6 test quux
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2009-11-13-ScavengerAssert.ll4 %bar = type { %quad, float, float, [3 x %quux*], [3 x %bar*], [2 x %bar*], [3 x i8], i8 }
6 %foo = type { i8, %quuz, %quad, float, [64 x %quux], [128 x %bar], i32, %baz, %baz }
8 %quux = type { %quad, %quad }
9 %quuz = type { [4 x %quux*], [4 x float], i32 }
11 define arm_aapcs_vfpcc %bar* @aaa(%foo* nocapture %this, %quux* %a, %quux* %b, %quux* %c, i8 zeroex…
D2007-05-09-tailmerge-2.ll2 ; RUN: llc < %s -march=arm -enable-tail-merge | grep bl.*quux | count 1
3 ; Check that calls to baz and quux are tail-merged.
43 %tmp14 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
48 %tmp17 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
66 declare i32 @quux(...)
D2007-05-07-tailmerge-1.ll2 ; RUN: llc < %s -march=arm -enable-tail-merge | grep bl.*quux | count 1
3 ; Check that calls to baz and quux are tail-merged.
42 %tmp14 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
47 %tmp17 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
65 declare i32 @quux(...)
D2007-05-22-tailmerge-3.ll2 ; RUN: llc < %s -march=arm | grep bl.*quux | count 1
4 ; RUN: llc < %s -march=arm -enable-tail-merge=0 | grep bl.*quux | count 2
45 %tmp14 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
50 %tmp17 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
68 declare i32 @quux(...)
/external/llvm/test/CodeGen/ARM/
D2009-11-13-ScavengerAssert.ll4 %bar = type { %quad, float, float, [3 x %quux*], [3 x %bar*], [2 x %bar*], [3 x i8], i8 }
6 %foo = type { i8, %quuz, %quad, float, [64 x %quux], [128 x %bar], i32, %baz, %baz }
8 %quux = type { %quad, %quad }
9 %quuz = type { [4 x %quux*], [4 x float], i32 }
11 define arm_aapcs_vfpcc %bar* @aaa(%foo* nocapture %this, %quux* %a, %quux* %b, %quux* %c, i8 zeroex…
D2007-05-07-tailmerge-1.ll2 ; Check that calls to baz and quux are tail-merged.
45 %tmp14 = call i32 (...) @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
50 %tmp17 = call i32 (...) @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
68 declare i32 @quux(...)
D2007-05-09-tailmerge-2.ll3 ; Check that calls to baz and quux are tail-merged.
48 %tmp14 = call i32 (...) @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
53 %tmp17 = call i32 (...) @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
71 declare i32 @quux(...)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2009-11-13-ScavengerAssert.ll4 %bar = type { %quad, float, float, [3 x %quux*], [3 x %bar*], [2 x %bar*], [3 x i8], i8 }
6 %foo = type { i8, %quuz, %quad, float, [64 x %quux], [128 x %bar], i32, %baz, %baz }
8 %quux = type { %quad, %quad }
9 %quuz = type { [4 x %quux*], [4 x float], i32 }
11 define arm_aapcs_vfpcc %bar* @aaa(%foo* nocapture %this, %quux* %a, %quux* %b, %quux* %c, i8 zeroex…
D2007-05-07-tailmerge-1.ll2 ; Check that calls to baz and quux are tail-merged.
45 %tmp14 = call i32 (...) @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
50 %tmp17 = call i32 (...) @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
68 declare i32 @quux(...)
D2007-05-09-tailmerge-2.ll3 ; Check that calls to baz and quux are tail-merged.
48 %tmp14 = call i32 (...) @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
53 %tmp17 = call i32 (...) @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
71 declare i32 @quux(...)
/external/clang/test/PCH/
Dcxx0x-default-delete.cpp19 class quux { class
20 ~quux() = default;
37 quux qx; // expected-error{{private destructor}} expected-note@20{{private here}}
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
D2007-05-22-tailmerge-3.ll2 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -enable-tail-merge=0 | grep bl.*quux | count…
4 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep bl.*quux | count 1
44 %tmp14 = call i32 (...) @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
49 %tmp17 = call i32 (...) @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
67 declare i32 @quux(...)
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
D2007-05-22-tailmerge-3.ll2 ; RUN: llc < %s -march=ppc32 | grep bl.*quux | count 2
4 ; RUN: llc < %s -march=ppc32 -enable-tail-merge=1 | grep bl.*quux | count 1
44 %tmp14 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
49 %tmp17 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
67 declare i32 @quux(...)
/external/llvm/test/CodeGen/PowerPC/
D2007-05-22-tailmerge-3.ll2 ; RUN: llc < %s -march=ppc32 -enable-tail-merge=0 | grep bl.*quux | count 2
4 ; RUN: llc < %s -march=ppc32 | grep bl.*quux | count 1
44 %tmp14 = call i32 (...) @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
49 %tmp17 = call i32 (...) @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
67 declare i32 @quux(...)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/
Drust-avr-bug-99.ll9 %struct.quux = type { [0 x i8], i64, [0 x i8], i64, [0 x i8], i64, [0 x i8], i64, [0 x i8] }
13 %struct.quux.1 = type { [0 x i8], %struct.wombat, [0 x i8], i64, [0 x i8], i64, [0 x i8], i16, [0 x…
16 declare zeroext i1 @zot(%struct.quux*, %struct.foo*)
21 define zeroext i1 @main(%struct.quux.1* %arg, %struct.foo* %arg62) {
24 %tmp = getelementptr inbounds %struct.quux.1, %struct.quux.1* %arg, i16 0, i32 5
25 %tmp64 = getelementptr inbounds %struct.quux.1, %struct.quux.1* %arg, i16 0, i32 13
232 …%tmp173 = call zeroext i1 @zot(%struct.quux* noalias nonnull readonly dereferenceable(32) undef, %…
331 store %struct.quux.1* %arg, %struct.quux.1** undef, align 1
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dpr31501.ll7 %struct.barney = type <{ %struct.wombat.28*, %struct.wibble, %struct.snork, %struct.quux.4, %struct…
9 %struct.pluto = type { %struct.quux }
10 %struct.quux = type { %struct.eggs }
22 %struct.quux.4 = type <{ %struct.quux.5, %struct.snork.9, [7 x i8] }>
23 %struct.quux.5 = type { %struct.widget.6 }
52 define weak_odr hidden %struct.foo* @quux(%struct.barney* %arg, %struct.wombat.28* %arg1) local_unn…
53 ; CHECK-LABEL: @quux(
/external/e2fsprogs/tests/f_dup4/
Dscript29 write $TEST_DATA quux
37 link /dir4/quux /dir/quux1
38 link /dir4/quux /dir2/quux2
/external/clang/test/Parser/
Dcxx-default-delete.cpp21 struct quux { struct
22 int quux() = default; // expected-error{{constructor cannot have a return type}}
/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/
Danf_test.py364 def test_function(foo, bar, function, quux, quozzle, w, x, y, z): argument
367 if quux + quozzle:
370 def expected_result(foo, bar, function, quux, quozzle, w, x, y, z): argument
375 tmp_1003 = quux + quozzle
387 def test_function(foo, quux): argument
389 assert quux
392 def expected_result(foo, quux): argument
394 assert quux
/external/clang/test/CXX/class.access/class.friend/
Dp11.cpp90 void quux() {} in foo() function
94 friend void quux(); // expected-error {{no matching function found in local scope}} in foo()
/external/llvm/test/MC/X86/AlignedBundling/
Dnesting.s59 # CHECK-LABEL: quux
60 .type quux,@function
61 quux: label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/AlignedBundling/
Dnesting.s59 # CHECK-LABEL: quux
60 .type quux,@function
61 quux: label
/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/
Dselect.ll6 declare void @quux()
57 call void @quux()
100 ; CHECK-NEXT: call void @quux
121 call void @quux()

12345