/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopIdiom/X86/ |
D | unordered-atomic-memcpy.ll | 19 %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/ |
D | CloneModule.cpp | 96 Function::arg_iterator DestI = F->arg_begin(); in CloneModule() local 99 DestI->setName(J->getName()); in CloneModule() 100 VMap[J] = DestI++; in CloneModule()
|
D | CloneFunction.cpp | 161 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/ |
D | CloneModule.cpp | 139 Function::arg_iterator DestI = F->arg_begin(); in CloneModule() local 142 DestI->setName(J->getName()); in CloneModule() 143 VMap[&*J] = &*DestI++; in CloneModule()
|
D | CloneFunction.cpp | 202 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/ |
D | unordered-atomic-memcpy-noarch.ll | 19 %DestI = getelementptr i16, i16* %Dest, i64 %indvar 21 store atomic i16 %V, i16* %DestI unordered, align 2
|
D | basic.ll | 180 %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/ |
D | CloneModule.cpp | 156 Function::arg_iterator DestI = F->arg_begin(); in CloneModule() local 159 DestI->setName(J->getName()); in CloneModule() 160 VMap[&*J] = &*DestI++; in CloneModule()
|
D | CloneFunction.cpp | 242 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/ |
D | basic.ll | 152 %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/ |
D | basic.ll | 159 %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
|