Lines Matching defs:Opcodes

239   void SelectMVE_WB(SDNode *N, const uint16_t *Opcodes, bool Predicated);
280 const uint16_t *const *Opcodes, bool HasWriteback);
282 /// SelectMVE_VxDUP - Select MVE incrementing-dup instructions. Opcodes is an
284 void SelectMVE_VxDUP(SDNode *N, const uint16_t *Opcodes,
2566 void ARMDAGToDAGISel::SelectMVE_WB(SDNode *N, const uint16_t *Opcodes,
2574 Opcode = Opcodes[0];
2577 Opcode = Opcodes[1];
2725 const uint16_t *Opcodes = IsUnsigned ? OpcodesU : OpcodesS;
2727 Opcodes += 4 * Stride;
2729 Opcodes += 2 * Stride;
2731 Opcodes += Stride;
2732 uint16_t Opcode = Opcodes[TySize];
2783 const uint16_t *const *Opcodes,
2791 OurOpcodes = Opcodes[0];
2794 OurOpcodes = Opcodes[1];
2797 OurOpcodes = Opcodes[2];
2838 void ARMDAGToDAGISel::SelectMVE_VxDUP(SDNode *N, const uint16_t *Opcodes,
2846 Opcode = Opcodes[0];
2849 Opcode = Opcodes[1];
2852 Opcode = Opcodes[2];
4319 static const uint16_t Opcodes[] = { ARM::VLD2DUPd8, ARM::VLD2DUPd16,
4321 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 2, Opcodes);
4326 static const uint16_t Opcodes[] = { ARM::VLD3DUPd8Pseudo,
4329 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 3, Opcodes);
4334 static const uint16_t Opcodes[] = { ARM::VLD4DUPd8Pseudo,
4337 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 4, Opcodes);
4426 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32};
4427 SelectMVE_VLD(N, 2, Opcodes, true);
4469 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32};
4470 SelectMVE_VLD(N, 4, Opcodes, true);
5129 static const uint16_t Opcodes[] = {ARM::MVE_VLDRWU32_qi_pre,
5131 SelectMVE_WB(N, Opcodes,
5142 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32};
5143 SelectMVE_VLD(N, 2, Opcodes, false);
5156 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32};
5157 SelectMVE_VLD(N, 4, Opcodes, false);
5266 static const uint16_t Opcodes[] = {
5269 SelectMVE_VxDUP(N, Opcodes, false,
5276 static const uint16_t Opcodes[] = {
5279 SelectMVE_VxDUP(N, Opcodes, false,
5286 static const uint16_t Opcodes[] = {
5289 SelectMVE_VxDUP(N, Opcodes, true,
5296 static const uint16_t Opcodes[] = {
5299 SelectMVE_VxDUP(N, Opcodes, true,