Home | History | Annotate | Download | only in ARM

Lines Matching refs:ArrayRef

4973 static bool isSingletonVEXTMask(ArrayRef<int> M, EVT VT, unsigned &Imm) {
5002 static bool isVEXTMask(ArrayRef<int> M, EVT VT,
5041 static bool isVREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) {
5067 static bool isVTBLMask(ArrayRef<int> M, EVT VT) {
5095 static bool isVTRNMask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) {
5130 static bool isVTRN_v_undef_Mask(ArrayRef<int> M, EVT VT, unsigned &WhichResult){
5165 static bool isVUZPMask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) {
5195 static bool isVUZP_v_undef_Mask(ArrayRef<int> M, EVT VT, unsigned &WhichResult){
5236 static bool isVZIPMask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) {
5269 static bool isVZIP_v_undef_Mask(ArrayRef<int> M, EVT VT, unsigned &WhichResult){
5301 static unsigned isNEONTwoResultShuffleMask(ArrayRef<int> ShuffleMask, EVT VT,
5324 static bool isReverseMask(ArrayRef<int> M, EVT VT) {
5891 ArrayRef<int> ShuffleMask,
5899 for (ArrayRef<int>::iterator
5941 ArrayRef<int> ShuffleMask = SVN->getMask();
11609 ArrayRef<Type*> ret = ArrayRef<Type*>(RetTyParams);
12086 LoadInst *LI, ArrayRef<ShuffleVectorInst *> Shuffles,
12087 ArrayRef<unsigned> Indices, unsigned Factor) const {