Home
last modified time | relevance | path

Searched refs:f32_2 (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dtbaa-class.cpp16 uint32_t f32_2; member in StructA
51 uint32_t f32_2; member in StructS2
122 B->a.f32_2 = 4; in g6()
170 S2->f32_2 = 4; in g10()
Dtbaa.cpp19 uint32_t f32_2; member
120 B->a.f32_2 = 4; in g6()
/external/clang/test/CodeGen/
Dtbaa-class.cpp15 uint32_t f32_2; member in StructA
50 uint32_t f32_2; member in StructS2
121 B->a.f32_2 = 4; in g6()
169 S2->f32_2 = 4; in g10()
Dtbaa.cpp18 uint32_t f32_2; member
119 B->a.f32_2 = 4; in g6()
/external/llvm-project/llvm/test/Analysis/TypeBasedAliasAnalysis/
Dtbaa-path-new.ll124 ; B->a.f32_2 = 4;
139 %f32_2 = getelementptr inbounds %struct.StructB, %struct.StructB* %B, i64 0, i32 1, i32 3
140 store i32 4, i32* %f32_2, align 4, !tbaa !14
Dtbaa-path.ll152 ; Access to &(A->f32) and &(B->a.f32_2).
154 ; CHECK: NoAlias: store i32 4, i32* %f32_2, align 4, !tbaa !10 <-> store i32 1, i32* %f32, alig…
171 %f32_2 = getelementptr inbounds %struct.StructA, %struct.StructA* %a, i32 0, i32 3
172 store i32 4, i32* %f32_2, align 4, !tbaa !16
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
Dtbaa-path.ll152 ; Access to &(A->f32) and &(B->a.f32_2).
154 ; CHECK: NoAlias: store i32 4, i32* %f32_2, align 4, !tbaa !10 <-> store i32 1, i32* %f32, alig…
171 %f32_2 = getelementptr inbounds %struct.StructA, %struct.StructA* %a, i32 0, i32 3
172 store i32 4, i32* %f32_2, align 4, !tbaa !16
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_ext_inst_test.cpp3368 << " %f32_0 %f32_1 %f32_2\n";
3380 " %f32_0 %f32_1 %f32_2\n";
4306 %val1 = OpExtInst %f32 %extinst Ldexp %f32_1 %f32_2
5714 << " %f32_0 %f32_1 %f32_2\n";
5726 " %f32_0 %f32_1 %f32_2\n";
6558 ss << "%val3 = OpExtInst %f32 %extinst " << ext_inst_name << " %f32_2\n";
6567 "%val1 = OpExtInst %u32 %extinst " + ext_inst_name + " %f32_2\n";
6613 %val1 = OpExtInst %f32 %extinst bitselect %f32_2 %f32_1 %f32_1
6640 %val3 = OpExtInst %u32 %extinst bitselect %f32_2 %u32_1 %u32_1
6679 %val1 = OpExtInst %f32 %extinst select %f32_2 %f32_1 %u32_1
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_ext_inst_test.cpp3368 << " %f32_0 %f32_1 %f32_2\n";
3380 " %f32_0 %f32_1 %f32_2\n";
4306 %val1 = OpExtInst %f32 %extinst Ldexp %f32_1 %f32_2
5714 << " %f32_0 %f32_1 %f32_2\n";
5726 " %f32_0 %f32_1 %f32_2\n";
6558 ss << "%val3 = OpExtInst %f32 %extinst " << ext_inst_name << " %f32_2\n";
6567 "%val1 = OpExtInst %u32 %extinst " + ext_inst_name + " %f32_2\n";
6613 %val1 = OpExtInst %f32 %extinst bitselect %f32_2 %f32_1 %f32_1
6640 %val3 = OpExtInst %u32 %extinst bitselect %f32_2 %u32_1 %u32_1
6679 %val1 = OpExtInst %f32 %extinst select %f32_2 %f32_1 %u32_1
[all …]
/external/llvm-project/lldb/source/Core/
DDumpDataExtractor.cpp461 float f32_2 = DE.GetFloat(&offset); in DumpDataExtractor() local
463 s->Printf("%g + %gi", f32_1, f32_2); in DumpDataExtractor()