Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dvec-combine-02.ll122 %bitcast2 = bitcast <4 x i32> %val2 to <8 x i16>
127 %join1 = shufflevector <8 x i16> %bitcast2, <8 x i16> %bitcast3,
152 %bitcast2 = bitcast <4 x i32> %val2 to <8 x i16>
157 %join1 = shufflevector <8 x i16> %bitcast2, <8 x i16> %bitcast3,
212 %bitcast2 = bitcast i32 %elem2 to <2 x i16>
228 %low1 = shufflevector <2 x i16> %bitcast2, <2 x i16> %bitcast3,
304 %bitcast2 = bitcast i64 %elem2 to <2 x i32>
320 %low1 = shufflevector <2 x i32> %bitcast2, <2 x i32> %bitcast3,
Dswifterror.ll347 %bitcast2 = bitcast %swift_error* %error_from_foo2 to i8*
355 call void @free(i8* %bitcast2)
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dvec-combine-02.ll122 %bitcast2 = bitcast <4 x i32> %val2 to <8 x i16>
127 %join1 = shufflevector <8 x i16> %bitcast2, <8 x i16> %bitcast3,
152 %bitcast2 = bitcast <4 x i32> %val2 to <8 x i16>
157 %join1 = shufflevector <8 x i16> %bitcast2, <8 x i16> %bitcast3,
212 %bitcast2 = bitcast i32 %elem2 to <2 x i16>
228 %low1 = shufflevector <2 x i16> %bitcast2, <2 x i16> %bitcast3,
304 %bitcast2 = bitcast i64 %elem2 to <2 x i32>
320 %low1 = shufflevector <2 x i32> %bitcast2, <2 x i32> %bitcast3,
Dswifterror.ll341 %bitcast2 = bitcast %swift_error* %error_from_foo2 to i8*
349 call void @free(i8* %bitcast2)
/external/llvm/test/CodeGen/AMDGPU/
Dcaptured-frame-index.ll101 %bitcast2 = bitcast i32** %tmp2 to i32* ; at offset 8
104 store volatile i32* %bitcast2, i32** %tmp1 ; store offset 8 at offset 4
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dcaptured-frame-index.ll110 %bitcast2 = bitcast i32 addrspace(5)* addrspace(5)* %tmp2 to i32 addrspace(5)* ; at offset 8
113 …store volatile i32 addrspace(5)* %bitcast2, i32 addrspace(5)* addrspace(5)* %tmp1 ; store offset 8…
Dllvm.amdgcn.s.buffer.load.ll242 %bitcast2 = bitcast i32 %load2 to float
243 …call void @llvm.amdgcn.exp.f32(i32 0, i32 15, float %bitcast, float %bitcast2, float undef, float …
/external/llvm/test/CodeGen/X86/
Dswifterror.ll348 %bitcast2 = bitcast %swift_error* %error_from_foo2 to i8*
356 call void @free(i8* %bitcast2)
/external/llvm-project/llvm/test/CodeGen/X86/
Dswifterror.ll344 %bitcast2 = bitcast %swift_error* %error_from_foo2 to i8*
352 call void @free(i8* %bitcast2)
/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_test.cc981 HloInstruction* bitcast2 = in TEST_P() local
984 builder.AddInstruction(HloInstruction::CreateBitcast(shape2, bitcast2)); in TEST_P()
996 bitcast1, add, bitcast2, bitcast3, bitcast4, mul}); in TEST_P()