Home
last modified time | relevance | path

Searched refs:DestI (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopIdiom/X86/
Dunordered-atomic-memcpy.ll19 %DestI = getelementptr i8, i8* %Dest, i64 %indvar
21 store atomic i8 %V, i8* %DestI unordered, align 1
44 %DestI = getelementptr i8, i8* %Dest, i64 %indvar
46 store atomic i8 %V, i8* %DestI unordered, align 1
69 %DestI = getelementptr i8, i8* %Dest, i64 %indvar
71 store atomic i8 %V, i8* %DestI unordered, align 1
94 %DestI = getelementptr i32, i32* %Dest, i64 %indvar
96 store atomic i32 %V, i32* %DestI unordered, align 4
119 %DestI = getelementptr i32, i32* %Dest, i64 %indvar
121 store atomic i32 %V, i32* %DestI unordered, align 2
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneModule.cpp96 Function::arg_iterator DestI = F->arg_begin(); in CloneModule() local
99 DestI->setName(J->getName()); in CloneModule()
100 VMap[J] = DestI++; in CloneModule()
DCloneFunction.cpp161 Function::arg_iterator DestI = NewF->arg_begin(); in CloneFunction() local
165 DestI->setName(I->getName()); // Copy the name over... in CloneFunction()
166 VMap[I] = DestI++; // Add mapping to VMap in CloneFunction()
/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp139 Function::arg_iterator DestI = F->arg_begin(); in CloneModule() local
142 DestI->setName(J->getName()); in CloneModule()
143 VMap[&*J] = &*DestI++; in CloneModule()
DCloneFunction.cpp202 Function::arg_iterator DestI = NewF->arg_begin(); in CloneFunction() local
205 DestI->setName(I.getName()); // Copy the name over... in CloneFunction()
206 VMap[&I] = &*DestI++; // Add mapping to VMap in CloneFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopIdiom/
Dunordered-atomic-memcpy-noarch.ll19 %DestI = getelementptr i16, i16* %Dest, i64 %indvar
21 store atomic i16 %V, i16* %DestI unordered, align 2
Dbasic.ll180 %DestI = getelementptr i8, i8* %Dest, i64 %indvar
182 store i8 %V, i8* %DestI, align 1
203 %DestI = getelementptr i32, i32* %Dest, i64 %indvar
205 store i32 %V, i32* %DestI, align 4
229 %DestI = getelementptr i32, i32* %Dest, i64 %indvar
231 store i32 %V, i32* %DestI, align 1
305 %DestI = getelementptr i8, i8* %Dest, i64 %indvar
307 store i8 %V, i8* %DestI, align 1
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp156 Function::arg_iterator DestI = F->arg_begin(); in CloneModule() local
159 DestI->setName(J->getName()); in CloneModule()
160 VMap[&*J] = &*DestI++; in CloneModule()
DCloneFunction.cpp242 Function::arg_iterator DestI = NewF->arg_begin(); in CloneFunction() local
245 DestI->setName(I.getName()); // Copy the name over... in CloneFunction()
246 VMap[&I] = &*DestI++; // Add mapping to VMap in CloneFunction()
/external/swiftshader/third_party/LLVM/test/Transforms/LoopIdiom/
Dbasic.ll152 %DestI = getelementptr i8* %Dest, i64 %indvar
154 store i8 %V, i8* %DestI, align 1
225 %DestI = getelementptr i8* %Dest, i64 %indvar
227 store i8 %V, i8* %DestI, align 1
/external/llvm/test/Transforms/LoopIdiom/
Dbasic.ll159 %DestI = getelementptr i8, i8* %Dest, i64 %indvar
161 store i8 %V, i8* %DestI, align 1
232 %DestI = getelementptr i8, i8* %Dest, i64 %indvar
234 store i8 %V, i8* %DestI, align 1