Home
last modified time | relevance | path

Searched refs:local32 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dldstrex.ll135 %local32 = bitcast i8* %local to i32*
136 call i32 @llvm.arm.ldrex.p0i32(i32* elementtype(i32) %local32)
150 %local32.0 = bitcast i8* %local.0 to i32*
151 call i32 @llvm.arm.ldrex.p0i32(i32* elementtype(i32) %local32.0)
157 %local32.1 = bitcast i8* %local.1 to i32*
158 call i32 @llvm.arm.ldrex.p0i32(i32* elementtype(i32) %local32.1)
171 %local32.0 = bitcast i8* %local.0 to i32*
172 call i32 @llvm.arm.ldrex.p0i32(i32* elementtype(i32) %local32.0)
187 %local32.0 = bitcast i8* %local.0 to i32*
203 %local32.0 = bitcast i8* %local.0 to i32*
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Daix-vector-attr-aligned.c15 int local32(void) { in local32() function
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h345 llvm::MapVector<GotEntry, size_t> local32; member
H A DSyntheticSections.cpp749 g.local32.insert({{&sym, addend}, 0}); in addEntry()
902 set_union(got.local16, got.local32); in build()
903 got.local32.clear(); in build()