Lines Matching refs:Opcodes

246   void SelectMVE_WB(SDNode *N, const uint16_t *Opcodes, bool Predicated);
287 const uint16_t *const *Opcodes, bool HasWriteback);
291 void SelectMVE_VxDUP(SDNode *N, const uint16_t *Opcodes,
2558 void ARMDAGToDAGISel::SelectMVE_WB(SDNode *N, const uint16_t *Opcodes, in SelectMVE_WB() argument
2566 Opcode = Opcodes[0]; in SelectMVE_WB()
2569 Opcode = Opcodes[1]; in SelectMVE_WB()
2720 const uint16_t *Opcodes = IsUnsigned ? OpcodesU : OpcodesS; in SelectBaseMVE_VMLLDAV() local
2722 Opcodes += 4 * Stride; in SelectBaseMVE_VMLLDAV()
2724 Opcodes += 2 * Stride; in SelectBaseMVE_VMLLDAV()
2726 Opcodes += Stride; in SelectBaseMVE_VMLLDAV()
2727 uint16_t Opcode = Opcodes[TySize]; in SelectBaseMVE_VMLLDAV()
2778 const uint16_t *const *Opcodes, in SelectMVE_VLD() argument
2786 OurOpcodes = Opcodes[0]; in SelectMVE_VLD()
2789 OurOpcodes = Opcodes[1]; in SelectMVE_VLD()
2792 OurOpcodes = Opcodes[2]; in SelectMVE_VLD()
2833 void ARMDAGToDAGISel::SelectMVE_VxDUP(SDNode *N, const uint16_t *Opcodes, in SelectMVE_VxDUP() argument
2841 Opcode = Opcodes[0]; in SelectMVE_VxDUP()
2844 Opcode = Opcodes[1]; in SelectMVE_VxDUP()
2847 Opcode = Opcodes[2]; in SelectMVE_VxDUP()
4346 static const uint16_t Opcodes[] = { ARM::VLD2DUPd8, ARM::VLD2DUPd16, in Select() local
4348 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 2, Opcodes); in Select()
4353 static const uint16_t Opcodes[] = { ARM::VLD3DUPd8Pseudo, in Select() local
4356 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 3, Opcodes); in Select()
4361 static const uint16_t Opcodes[] = { ARM::VLD4DUPd8Pseudo, in Select() local
4364 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 4, Opcodes); in Select()
4453 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32}; in Select() local
4454 SelectMVE_VLD(N, 2, Opcodes, true); in Select()
4496 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32}; in Select() local
4497 SelectMVE_VLD(N, 4, Opcodes, true); in Select()
5156 static const uint16_t Opcodes[] = {ARM::MVE_VLDRWU32_qi_pre, in Select() local
5158 SelectMVE_WB(N, Opcodes, in Select()
5169 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32}; in Select() local
5170 SelectMVE_VLD(N, 2, Opcodes, false); in Select()
5183 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32}; in Select() local
5184 SelectMVE_VLD(N, 4, Opcodes, false); in Select()
5293 static const uint16_t Opcodes[] = { in Select() local
5296 SelectMVE_VxDUP(N, Opcodes, false, in Select()
5303 static const uint16_t Opcodes[] = { in Select() local
5306 SelectMVE_VxDUP(N, Opcodes, false, in Select()
5313 static const uint16_t Opcodes[] = { in Select() local
5316 SelectMVE_VxDUP(N, Opcodes, true, in Select()
5323 static const uint16_t Opcodes[] = { in Select() local
5326 SelectMVE_VxDUP(N, Opcodes, true, in Select()