Home
last modified time | relevance | path

Searched refs:qux (Results 1 – 25 of 79) sorted by relevance

1234

/external/llvm/test/Transforms/MergeFunc/
Dinttoptr.ll6 %.qux.2496 = type { i32, %.qux.2497 }
7 %.qux.2497 = type { i8, i32 }
8 %.qux.2585 = type { i32, i32, i8* }
11 @g3 = internal unnamed_addr constant [1 x i8*] [i8* bitcast (i8* (%.qux.2585*)* @func35 to i8*)]
24 define internal i32 @func10(%.qux.2496* nocapture %this) align 2 {
26 %tmp = getelementptr inbounds %.qux.2496, %.qux.2496* %this, i32 0, i32 1, i32 1
36 define internal i32* @func33(%.qux.2585* nocapture %this) align 2 {
41 define internal i32* @func34(%.qux.2585* nocapture %this) align 2 {
43 %tmp = getelementptr inbounds %.qux.2585, %.qux.2585* %this, i32 0
47 define internal i8* @func35(%.qux.2585* nocapture %this) align 2 {
[all …]
Dcrash.ll6 %.qux.2496 = type { i32, %.qux.2497 }
7 %.qux.2497 = type { i8, i32 }
8 %.qux.2585 = type { i32, i32, i8* }
11 @g3 = internal unnamed_addr constant [1 x i8*] [i8* bitcast (i8* (%.qux.2585*)* @func35 to i8*)]
23 define internal i32 @func10(%.qux.2496* nocapture %this) align 2 {
24 %1 = getelementptr inbounds %.qux.2496, %.qux.2496* %this, i32 0, i32 1, i32 1
33 define internal i32* @func33(%.qux.2585* nocapture %this) align 2 {
37 define internal i32* @func34(%.qux.2585* nocapture %this) align 2 {
38 %1 = getelementptr inbounds %.qux.2585, %.qux.2585* %this, i32 0
42 define internal i8* @func35(%.qux.2585* nocapture %this) align 2 {
[all …]
Dinttoptr-address-space.ll4 %.qux.2496 = type { i32, %.qux.2497 }
5 %.qux.2497 = type { i8, i32 }
6 %.qux.2585 = type { i32, i32, i8* }
9 @g3 = internal unnamed_addr constant [1 x i8*] [i8* bitcast (i8* (%.qux.2585 addrspace(1)*)* @func3…
12 define internal i32 @func10(%.qux.2496 addrspace(1)* nocapture %this) align 2 {
14 %tmp = getelementptr inbounds %.qux.2496, %.qux.2496 addrspace(1)* %this, i32 0, i32 1, i32 1
20 define internal i8* @func35(%.qux.2585 addrspace(1)* nocapture %this) align 2 {
23 ; CHECK: %[[V2:.+]] = bitcast %.qux.2585 addrspace(1)* %{{.*}} to %.qux.2496 addrspace(1)*
24 ; CHECK: %[[V3:.+]] = tail call i32 @func10(%.qux.2496 addrspace(1)* %[[V2]])
26 %tmp = getelementptr inbounds %.qux.2585, %.qux.2585 addrspace(1)* %this, i32 0, i32 2
/external/llvm/test/Transforms/SimplifyCFG/
DPhiNoEliminate.ll12 %tmp.3 = call i32 @qux( ) ; <i32> [#uses=0]
17 call i32 @qux( ) ; <i32>:0 [#uses=0]
18 call i32 @qux( ) ; <i32>:1 [#uses=0]
19 call i32 @qux( ) ; <i32>:2 [#uses=0]
20 call i32 @qux( ) ; <i32>:3 [#uses=0]
21 call i32 @qux( ) ; <i32>:4 [#uses=0]
22 call i32 @qux( ) ; <i32>:5 [#uses=0]
23 call i32 @qux( ) ; <i32>:6 [#uses=0]
27 declare i32 @qux()
Dswitch-on-const-select.ll12 %qux = select i1 %lt, i32 0, i32 2
13 switch i32 %qux, label %bees [
41 %qux = select i1 %lt, i32 0, i32 2
42 switch i32 %qux, label %bees [
67 %qux = select i1 %lt, i32 10, i32 12
68 switch i32 %qux, label %b [
92 %qux = select i1 %lt, i32 0, i32 0
93 switch i32 %qux, label %b [
119 %qux = select i1 %lt, i32 0, i32 2
120 switch i32 %qux, label %bees [
/external/llvm/test/Linker/
Dcomdat.ll12 $qux = comdat largest
13 @qux = global i64 12, comdat($qux)
15 define i32 @baz() comdat($qux) {
22 ; CHECK: $qux = comdat largest
26 ; CHECK: @qux = global i64 12, comdat{{$}}
29 ; CHECK-NOT: @in_unselected_group = global i32 13, comdat $qux
31 ; CHECK: define i32 @baz() comdat($qux)
/external/llvm/test/Linker/Inputs/
Dcomdat.ll11 $qux = comdat largest
12 @qux = global i32 13, comdat($qux)
13 @in_unselected_group = global i32 13, comdat($qux)
15 define i32 @baz() comdat($qux) {
/external/clang/test/Analysis/
Dnull-deref-ps.c123 int* qux();
130 p = qux(); in f7()
143 p = qux(); in f7b()
156 p = qux(); in f7c()
171 p = qux(); in f7c2()
191 int* qux();
199 p = qux(i); in f9()
210 p = qux(i); in f9b()
Dinline-not-supported.c20 void (^qux)(int *p) = ^(int *p) { *p = 1; };
22 qux(0); // no-warning in test_qux()
/external/llvm/test/CodeGen/ARM/
Dtail-opts.ll8 declare i1 @qux()
18 ; CHECK: qux
23 ; CHECK: qux
35 %a = call i1 @qux()
40 %b = call i1 @qux()
/external/llvm/test/CodeGen/X86/
Dremat-constant.ll7 declare void @qux(float %f) nounwind
12 call void @qux(float %f)
13 call void @qux(float %f)
Ddollar-name.ll5 @"$qux" = external global i32
9 ; CHECK: addl ($qux),
12 %n = load i32, i32* @"$qux"
Dlive-out-reg-info.ll6 declare void @qux()
16 call void @qux()
/external/clang/test/SemaCXX/
Dattr-noreturn.cpp97 void qux(T) {} in qux() function
157 …accept_noreturn_fptr(qux<int>); // expected-error {{no matching function for call to 'accept_noret… in introduce_noreturn()
160 …accept_fptr_noreturn_t(qux<int>); // expected-error {{no matching function for call to 'accept_fpt… in introduce_noreturn()
163 …accept_T<void __attribute__((noreturn)) (*)(int)>(qux<int>); // expected-error {{no matching funct… in introduce_noreturn()
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-byval-sret.cpp14 A __fastcall qux(A o);
47 A B::qux(A x) { in qux() function in B
60 a = b.qux(a); in main()
Dmicrosoft-abi-default-cc.cpp29 void METHOD_CC qux();
38 void A::qux() {} in qux() function in A
Dmicrosoft-abi-virtual-member-pointers.cpp20 virtual S qux(U);
45 ptr5 = &C::qux; in f()
/external/llvm/test/Transforms/ObjCARC/
Dcontract-marker.ll4 ; CHECK: %call = tail call i32* @qux()
12 %call = tail call i32* @qux()
19 declare i32* @qux()
/external/clang/test/CodeGen/
D2008-05-12-TempUsedBeforeDef.c7 char qux = 1L; in test() local
9 bork(bar && foo, qux); in test()
Dmrtd.c19 void qux(int arg, ...) { } in qux() function
23 qux(a1, a2, a3); in quux()
/external/llvm/test/MC/AsmParser/
Drename.s7 .size qux, .Ltmp0 - qux
/external/clang/test/Sema/
Dwarn-sizeof-array-decay.c6 char qux[30]; in f() local
14 (void)sizeof(foo - qux); // no-warning in f()
/external/clang/test/Index/
Dproperties-class-extensions.m38 @property (assign, readwrite) id qux;
42 @dynamic qux;
93 // CHECK: properties-class-extensions.m:38:34: ObjCPropertyDecl=qux:38:34 [assign,readwrite,] Exten…
95 // CHECK: properties-class-extensions.m:38:34: ObjCInstanceMethodDecl=qux:38:34 Extent=[38:34 - 38:…
97 // CHECK: properties-class-extensions.m:38:34: ParmDecl=qux:38:34 (Definition) Extent=[38:34 - 38:3…
98 // CHECK: properties-class-extensions.m:42:10: ObjCDynamicDecl=qux:38:34 (Definition) Extent=[42:1 …
/external/llvm/test/Transforms/InstCombine/
D2008-03-13-IntToPtr.ll3 define i8* @bork(i8** %qux) {
4 %tmp275 = load i8*, i8** %qux, align 1
/external/v8/test/mjsunit/
Ddictionary-properties.js13 this.qux = 3;
14 delete this.qux;

1234