Home
last modified time | relevance | path

Searched refs:test2a (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/CodeGen/
Dbyval-memcpy-elim.c30 void test2a(struct Test3S q);
36 test2a(*q); in test2()
51 test2a(a); in test3()
52 test2a(b); in test3()
/external/llvm/test/Transforms/SCCP/
Dipsccp-basic.ll24 define internal i32 @test2a(i32 %A) {
28 %B = call i32 @test2a( i32 0 )
31 %C.upgrd.1 = call i32 @test2a(i32 1)
34 ; CHECK: define internal i32 @test2a
40 %X = call i32 @test2a(i32 0)
44 ; CHECK-NEXT: %X = call i32 @test2a(i32 0)
/external/llvm/test/Transforms/InstCombine/
Dcall.ll19 define void @test2a(i8 %A) {
25 call void bitcast (void (i8)* @test2a to void (i32)*)( i32 %A )
28 ; CHECK: call void @test2a(i8 %1)
Dor.ll20 define i8 @test2a(i8 %A) {
23 ; CHECK: @test2a
/external/clang/test/CodeGenCXX/
Dunknown-anytype.cpp22 float test2a() { in test2a() function
/external/llvm/test/Transforms/PhaseOrdering/
DPR6627.ll54 define void @test2a(i8* %arrayidx) nounwind ssp {
89 ; CHECK: @test2a
/external/llvm/test/CodeGen/Generic/
Daddr-label.ll20 define i32 @test2a() nounwind {
/external/llvm/test/Analysis/BasicAA/
Dmodref.ll47 define i8 @test2a(i8* %P) {