Searched refs:alloca1 (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | catchpad-lifetime.ll | 13 %alloca1 = alloca i8*, align 4 14 store volatile i8* null, i8** %alloca1 26 %cp = catchpad within %cs [i8* null, i32 0, i8** %alloca1] 27 store volatile i8* null, i8** %alloca1 28 %bc1 = bitcast i8** %alloca1 to i8* 32 store volatile i8* null, i8** %alloca1 50 %alloca1 = alloca i8*, align 4 51 store volatile i8* null, i8** %alloca1 64 store volatile i8* null, i8** %alloca1 65 %bc1 = bitcast i8** %alloca1 to i8* [all …]
|
/external/compiler-rt/test/asan/TestCases/ |
D | alloca_vla_interact.cc | 23 char *alloca1 = (char *)alloca(len); in foo() local 24 assert(!(reinterpret_cast<uintptr_t>(alloca1) & 31L)); in foo() 26 top = alloca1 - RZ; in foo()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | promote-alloca-to-lds-select.ll | 32 ; CHECK: %alloca1 = alloca i32, i32 16, align 4 34 ; CHECK: %ptr1 = getelementptr inbounds i32, i32* %alloca1, i32 %b 38 %alloca1 = alloca i32, i32 16, align 4 40 %ptr1 = getelementptr inbounds i32, i32* %alloca1, i32 %b
|