Searched refs:UNPACK (Results 1 – 2 of 2) sorted by relevance
10 ; CHECK-NEXT: [[UNPACK:%.*]] = shufflevector <vscale x 4 x i32> [[DOTSPLATINSERT]], <vscale x 4 …11 ; CHECK-NEXT: ret <vscale x 4 x i32> [[UNPACK]]23 ; CHECK-NEXT: [[UNPACK:%.*]] = shufflevector <vscale x 4 x i32> [[DOTSPLATINSERT]], <vscale x 4 …24 ; CHECK-NEXT: ret <vscale x 4 x i32> [[UNPACK]]36 ; CHECK-NEXT: [[UNPACK:%.*]] = shufflevector <vscale x 4 x i32> [[DOTSPLATINSERT]], <vscale x 4 …37 ; CHECK-NEXT: ret <vscale x 4 x i32> [[UNPACK]]49 ; CHECK-NEXT: [[UNPACK:%.*]] = shufflevector <vscale x 4 x i32> [[DOTSPLATINSERT]], <vscale x 4 …50 ; CHECK-NEXT: ret <vscale x 4 x i32> [[UNPACK]]
71 Expr<T> UNPACK(FunctionRef<T> &&);966 template <typename T> Expr<T> Folder<T>::UNPACK(FunctionRef<T> &&funcRef) { in UNPACK() function1138 return Folder<T>{context}.UNPACK(std::move(funcRef)); in FoldOperation()