Home
last modified time | relevance | path

Searched refs:packedValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A D2010-05-21-BuildVector.ll4 define void @test(float* %fltp, i32 %packedValue, float* %table) nounwind {
9 %3 = shl i32 %packedValue, 16
16 %7 = shl i32 %packedValue, 18
23 %11 = shl i32 %packedValue, 20
30 %15 = shl i32 %packedValue, 22
/llvm-project-15.0.7/llvm/test/Transforms/PhaseOrdering/ARM/
H A Darm_fill_q7.ll58 %packedValue = alloca i32, align 4
64 %1 = bitcast i32* %packedValue to i8*
85 store i32 %or11, i32* %packedValue, align 4, !tbaa !8
97 %8 = load i32, i32* %packedValue, align 4, !tbaa !8
127 %15 = bitcast i32* %packedValue to i8*
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp2289 Value packedValue = rewriter.create<vector::ExtractOp>( in matchAndRewrite() local
2298 extractOp.getLoc(), packedType, packedValue); in matchAndRewrite()