Lines Matching full:arrayref
4325 static bool isSingletonVEXTMask(ArrayRef<int> M, EVT VT, unsigned &Imm) {
4354 static bool isVEXTMask(ArrayRef<int> M, EVT VT,
4393 static bool isVREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) {
4419 static bool isVTBLMask(ArrayRef<int> M, EVT VT) {
4426 static bool isVTRNMask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) {
4444 static bool isVTRN_v_undef_Mask(ArrayRef<int> M, EVT VT, unsigned &WhichResult){
4459 static bool isVUZPMask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) {
4482 static bool isVUZP_v_undef_Mask(ArrayRef<int> M, EVT VT, unsigned &WhichResult){
4506 static bool isVZIPMask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) {
4531 static bool isVZIP_v_undef_Mask(ArrayRef<int> M, EVT VT, unsigned &WhichResult){
4554 static bool isReverseMask(ArrayRef<int> M, EVT VT) {
5067 ArrayRef<int> ShuffleMask,
5075 for (ArrayRef<int>::iterator
5119 ArrayRef<int> ShuffleMask = SVN->getMask();