Lines Matching refs:Opcodes

248   void SelectMVE_WB(SDNode *N, const uint16_t *Opcodes, bool Predicated);
289 const uint16_t *const *Opcodes, bool HasWriteback);
293 void SelectMVE_VxDUP(SDNode *N, const uint16_t *Opcodes,
2575 void ARMDAGToDAGISel::SelectMVE_WB(SDNode *N, const uint16_t *Opcodes, in SelectMVE_WB() argument
2583 Opcode = Opcodes[0]; in SelectMVE_WB()
2586 Opcode = Opcodes[1]; in SelectMVE_WB()
2734 const uint16_t *Opcodes = IsUnsigned ? OpcodesU : OpcodesS; in SelectBaseMVE_VMLLDAV() local
2736 Opcodes += 4 * Stride; in SelectBaseMVE_VMLLDAV()
2738 Opcodes += 2 * Stride; in SelectBaseMVE_VMLLDAV()
2740 Opcodes += Stride; in SelectBaseMVE_VMLLDAV()
2741 uint16_t Opcode = Opcodes[TySize]; in SelectBaseMVE_VMLLDAV()
2792 const uint16_t *const *Opcodes, in SelectMVE_VLD() argument
2800 OurOpcodes = Opcodes[0]; in SelectMVE_VLD()
2803 OurOpcodes = Opcodes[1]; in SelectMVE_VLD()
2806 OurOpcodes = Opcodes[2]; in SelectMVE_VLD()
2847 void ARMDAGToDAGISel::SelectMVE_VxDUP(SDNode *N, const uint16_t *Opcodes, in SelectMVE_VxDUP() argument
2855 Opcode = Opcodes[0]; in SelectMVE_VxDUP()
2858 Opcode = Opcodes[1]; in SelectMVE_VxDUP()
2861 Opcode = Opcodes[2]; in SelectMVE_VxDUP()
4335 static const uint16_t Opcodes[] = { ARM::VLD2DUPd8, ARM::VLD2DUPd16, in Select() local
4337 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 2, Opcodes); in Select()
4342 static const uint16_t Opcodes[] = { ARM::VLD3DUPd8Pseudo, in Select() local
4345 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 3, Opcodes); in Select()
4350 static const uint16_t Opcodes[] = { ARM::VLD4DUPd8Pseudo, in Select() local
4353 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 4, Opcodes); in Select()
4442 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32}; in Select() local
4443 SelectMVE_VLD(N, 2, Opcodes, true); in Select()
4485 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32}; in Select() local
4486 SelectMVE_VLD(N, 4, Opcodes, true); in Select()
5145 static const uint16_t Opcodes[] = {ARM::MVE_VLDRWU32_qi_pre, in Select() local
5147 SelectMVE_WB(N, Opcodes, in Select()
5158 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32}; in Select() local
5159 SelectMVE_VLD(N, 2, Opcodes, false); in Select()
5172 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32}; in Select() local
5173 SelectMVE_VLD(N, 4, Opcodes, false); in Select()
5282 static const uint16_t Opcodes[] = { in Select() local
5285 SelectMVE_VxDUP(N, Opcodes, false, in Select()
5292 static const uint16_t Opcodes[] = { in Select() local
5295 SelectMVE_VxDUP(N, Opcodes, false, in Select()
5302 static const uint16_t Opcodes[] = { in Select() local
5305 SelectMVE_VxDUP(N, Opcodes, true, in Select()
5312 static const uint16_t Opcodes[] = { in Select() local
5315 SelectMVE_VxDUP(N, Opcodes, true, in Select()