Lines Matching refs:Opcodes

250   void SelectMVE_WB(SDNode *N, const uint16_t *Opcodes, bool Predicated);
291 const uint16_t *const *Opcodes, bool HasWriteback);
295 void SelectMVE_VxDUP(SDNode *N, const uint16_t *Opcodes,
2569 void ARMDAGToDAGISel::SelectMVE_WB(SDNode *N, const uint16_t *Opcodes, in SelectMVE_WB() argument
2577 Opcode = Opcodes[0]; in SelectMVE_WB()
2580 Opcode = Opcodes[1]; in SelectMVE_WB()
2728 const uint16_t *Opcodes = IsUnsigned ? OpcodesU : OpcodesS; in SelectBaseMVE_VMLLDAV() local
2730 Opcodes += 4 * Stride; in SelectBaseMVE_VMLLDAV()
2732 Opcodes += 2 * Stride; in SelectBaseMVE_VMLLDAV()
2734 Opcodes += Stride; in SelectBaseMVE_VMLLDAV()
2735 uint16_t Opcode = Opcodes[TySize]; in SelectBaseMVE_VMLLDAV()
2786 const uint16_t *const *Opcodes, in SelectMVE_VLD() argument
2794 OurOpcodes = Opcodes[0]; in SelectMVE_VLD()
2797 OurOpcodes = Opcodes[1]; in SelectMVE_VLD()
2800 OurOpcodes = Opcodes[2]; in SelectMVE_VLD()
2841 void ARMDAGToDAGISel::SelectMVE_VxDUP(SDNode *N, const uint16_t *Opcodes, in SelectMVE_VxDUP() argument
2849 Opcode = Opcodes[0]; in SelectMVE_VxDUP()
2852 Opcode = Opcodes[1]; in SelectMVE_VxDUP()
2855 Opcode = Opcodes[2]; in SelectMVE_VxDUP()
4334 static const uint16_t Opcodes[] = { ARM::VLD2DUPd8, ARM::VLD2DUPd16, in Select() local
4336 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 2, Opcodes); in Select()
4341 static const uint16_t Opcodes[] = { ARM::VLD3DUPd8Pseudo, in Select() local
4344 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 3, Opcodes); in Select()
4349 static const uint16_t Opcodes[] = { ARM::VLD4DUPd8Pseudo, in Select() local
4352 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 4, Opcodes); in Select()
4441 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32}; in Select() local
4442 SelectMVE_VLD(N, 2, Opcodes, true); in Select()
4484 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32}; in Select() local
4485 SelectMVE_VLD(N, 4, Opcodes, true); in Select()
5144 static const uint16_t Opcodes[] = {ARM::MVE_VLDRWU32_qi_pre, in Select() local
5146 SelectMVE_WB(N, Opcodes, in Select()
5157 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32}; in Select() local
5158 SelectMVE_VLD(N, 2, Opcodes, false); in Select()
5171 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32}; in Select() local
5172 SelectMVE_VLD(N, 4, Opcodes, false); in Select()
5281 static const uint16_t Opcodes[] = { in Select() local
5284 SelectMVE_VxDUP(N, Opcodes, false, in Select()
5291 static const uint16_t Opcodes[] = { in Select() local
5294 SelectMVE_VxDUP(N, Opcodes, false, in Select()
5301 static const uint16_t Opcodes[] = { in Select() local
5304 SelectMVE_VxDUP(N, Opcodes, true, in Select()
5311 static const uint16_t Opcodes[] = { in Select() local
5314 SelectMVE_VxDUP(N, Opcodes, true, in Select()