Home | History | Annotate | Download | only in AArch64

Lines Matching refs:Indices

1277     llvm::ArrayRef<unsigned> Indices) const {
1283 unsigned NumRegs = Indices.size();
1294 AddSubReg(MIB, DestReg, Indices[SubReg], RegState::Define, TRI);
1295 AddSubReg(MIB, SrcReg, Indices[SubReg], 0, TRI);
1296 AddSubReg(MIB, SrcReg, Indices[SubReg], getKillRegState(KillSrc), TRI);
1382 static const unsigned Indices[] = { AArch64::dsub0, AArch64::dsub1,
1385 Indices);
1392 static const unsigned Indices[] = { AArch64::dsub0, AArch64::dsub1,
1395 Indices);
1402 static const unsigned Indices[] = { AArch64::dsub0, AArch64::dsub1 };
1404 Indices);
1411 static const unsigned Indices[] = { AArch64::qsub0, AArch64::qsub1,
1414 Indices);
1421 static const unsigned Indices[] = { AArch64::qsub0, AArch64::qsub1,
1424 Indices);
1431 static const unsigned Indices[] = { AArch64::qsub0, AArch64::qsub1 };
1433 Indices);