Home
last modified time | relevance | path

Searched refs:structTy (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dstores-merging.ll6 %structTy = type { i8, i32, i32 }
8 @e = common global %structTy zeroinitializer, align 4
21 store i32 1, i32* getelementptr inbounds (%structTy, %structTy* @e, i64 0, i32 1), align 4
22 store i32 123, i32* getelementptr inbounds (%structTy, %structTy* @e, i64 0, i32 2), align 4
23 store i32 456, i32* getelementptr inbounds (%structTy, %structTy* @e, i64 0, i32 2), align 4
34 store i32 123, i32* getelementptr inbounds (%structTy, %structTy* @e, i64 0, i32 2), align 4
35 store i32 456, i32* getelementptr inbounds (%structTy, %structTy* @e, i64 0, i32 2), align 4
36 store i32 1, i32* getelementptr inbounds (%structTy, %structTy* @e, i64 0, i32 1), align 4
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dstores-merging.ll4 %structTy = type { i8, i32, i32 }
6 @e = common global %structTy zeroinitializer, align 4
20 store i32 1, i32* getelementptr inbounds (%structTy, %structTy* @e, i64 0, i32 1), align 4
21 store i32 123, i32* getelementptr inbounds (%structTy, %structTy* @e, i64 0, i32 2), align 4
22 store i32 456, i32* getelementptr inbounds (%structTy, %structTy* @e, i64 0, i32 2), align 4
34 store i32 123, i32* getelementptr inbounds (%structTy, %structTy* @e, i64 0, i32 2), align 4
35 store i32 456, i32* getelementptr inbounds (%structTy, %structTy* @e, i64 0, i32 2), align 4
36 store i32 1, i32* getelementptr inbounds (%structTy, %structTy* @e, i64 0, i32 1), align 4
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.cpp310 const Struct* structTy = type->AsStruct(); in GetTypeInstruction() local
311 for (auto ty : structTy->element_types()) { in GetTypeInstruction()
418 if (const Struct* structTy = type->AsStruct()) { in AttachDecorations() local
419 for (auto pair : structTy->element_decorations()) { in AttachDecorations()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dtype_manager.cpp310 const Struct* structTy = type->AsStruct(); in GetTypeInstruction() local
311 for (auto ty : structTy->element_types()) { in GetTypeInstruction()
418 if (const Struct* structTy = type->AsStruct()) { in AttachDecorations() local
419 for (auto pair : structTy->element_decorations()) { in AttachDecorations()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h290 if (auto structTy = in getCoerceAndExpandTypeSequence() local
292 return structTy->elements(); in getCoerceAndExpandTypeSequence()