Home
last modified time | relevance | path

Searched refs:bitcast1 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dvec-combine-02.ll103 %bitcast1 = bitcast <4 x i32> %val1 to <8 x i16>
104 %ret = shufflevector <8 x i16> %bitcast0, <8 x i16> %bitcast1,
121 %bitcast1 = bitcast <4 x i32> %val1 to <8 x i16>
124 %join0 = shufflevector <8 x i16> %bitcast0, <8 x i16> %bitcast1,
151 %bitcast1 = bitcast <4 x i32> %val1 to <8 x i16>
154 %join0 = shufflevector <8 x i16> %bitcast0, <8 x i16> %bitcast1,
211 %bitcast1 = bitcast i32 %elem1 to <2 x i16>
226 %low0 = shufflevector <2 x i16> %bitcast0, <2 x i16> %bitcast1,
303 %bitcast1 = bitcast i64 %elem1 to <2 x i32>
318 %low0 = shufflevector <2 x i32> %bitcast0, <2 x i32> %bitcast1,
[all …]
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dvec-combine-02.ll103 %bitcast1 = bitcast <4 x i32> %val1 to <8 x i16>
104 %ret = shufflevector <8 x i16> %bitcast0, <8 x i16> %bitcast1,
121 %bitcast1 = bitcast <4 x i32> %val1 to <8 x i16>
124 %join0 = shufflevector <8 x i16> %bitcast0, <8 x i16> %bitcast1,
151 %bitcast1 = bitcast <4 x i32> %val1 to <8 x i16>
154 %join0 = shufflevector <8 x i16> %bitcast0, <8 x i16> %bitcast1,
211 %bitcast1 = bitcast i32 %elem1 to <2 x i16>
226 %low0 = shufflevector <2 x i16> %bitcast0, <2 x i16> %bitcast1,
303 %bitcast1 = bitcast i64 %elem1 to <2 x i32>
318 %low0 = shufflevector <2 x i32> %bitcast0, <2 x i32> %bitcast1,
[all …]
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dselect-redundant-zext.mir96 ; CHECK: %bitcast1:gpr32 = COPY %copy
97 ; CHECK: [[SUBREG_TO_REG:%[0-9]+]]:gpr64 = SUBREG_TO_REG 0, %bitcast1, %subreg.sub_32
103 %bitcast1:gpr(s32) = G_BITCAST %bitcast0
104 %zext:gpr(s64) = G_ZEXT %bitcast1(s32)
/external/llvm/test/CodeGen/AMDGPU/
Dcaptured-frame-index.ll100 %bitcast1 = bitcast i32** %tmp1 to i32*
103 store volatile i32* %bitcast1, i32** %tmp2 ; store offset 4 at offset 8
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dcaptured-frame-index.ll109 %bitcast1 = bitcast i32 addrspace(5)* addrspace(5)* %tmp1 to i32 addrspace(5)*
112 …store volatile i32 addrspace(5)* %bitcast1, i32 addrspace(5)* addrspace(5)* %tmp2 ; store offset 4…
/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_test.cc977 HloInstruction* bitcast1 = in TEST_P() local
980 HloInstruction::CreateBinary(shape1, HloOpcode::kAdd, bitcast1, negate4)); in TEST_P()
996 bitcast1, add, bitcast2, bitcast3, bitcast4, mul}); in TEST_P()