reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4310 Bytes.push_back(-1); 4373 Bytes.push_back(Base + I); 4380 assert(Bytes.size() == SystemZ::VectorBytes && "Incomplete vector"); 4406 unsigned OpNo = unsigned(Bytes[J]) / SystemZ::VectorBytes; 4407 unsigned Byte = unsigned(Bytes[J]) % SystemZ::VectorBytes; 4424 Bytes[J] = I * SystemZ::VectorBytes + NewBytesMap[J]; 4433 Bytes[J] = I * SystemZ::VectorBytes + J; 4442 if (Bytes[I] >= int(SystemZ::VectorBytes)) 4443 Bytes[I] -= (Stride - 1) * SystemZ::VectorBytes; 4450 if (const Permute *P = matchPermute(Bytes, OpNo0, OpNo1)) 4453 Op = getGeneralPermuteNode(DAG, DL, &Ops[0], Bytes);