Searched refs:test6_1 (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/FunctionAttrs/ |
| H A D | readattrs.ll | 42 declare void @test6_1() 47 call void @test6_1()
|
| H A D | nocapture.ll | 211 declare void @test6_1(i8* %x6_1, i8* nocapture %y6_1, ...) 215 call void (i8*, i8*, ...) @test6_1(i8* %x6_2, i8* %y6_2, i8* %z6_2)
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | friend.cpp | 84 namespace test6_1 { namespace
|
| /llvm-project-15.0.7/llvm/test/Transforms/Attributor/ |
| H A D | readattrs.ll | 77 declare void @test6_1() 83 ; CHECK-NEXT: call void @test6_1() 87 call void @test6_1()
|
| H A D | align.ll | 89 define i32* @test6_1() #0 { 91 ; NOT_CGSCC_NPM-LABEL: define {{[^@]+}}@test6_1 96 ; IS__CGSCC_NPM-LABEL: define {{[^@]+}}@test6_1 115 %ret = tail call i32* @test6_1()
|
| H A D | nocapture-1.ll | 555 declare void @test6_1(i8* %x6_1, i8* nocapture %y6_1, ...) 560 ; CHECK-NEXT: call void (i8*, i8*, ...) @test6_1(i8* [[X6_2]], i8* nocapture [[Y6_2]], i8* [[Z6_… 564 call void (i8*, i8*, ...) @test6_1(i8* %x6_2, i8* %y6_2, i8* %z6_2)
|