Lines Matching defs:VectorSize
248 unsigned VectorSize, MCContext &Ctx) {
259 auto *NewCE = MCConstantExpr::create(V / int32_t(VectorSize), Ctx);
272 unsigned VectorSize = HRI.getRegSizeInBits(Hexagon::HvxVRRegClass) / 8;
641 MappedInst = ScaleVectorOffset(Inst, 3, VectorSize, OutContext);
651 MappedInst = ScaleVectorOffset(Inst, 2, VectorSize, OutContext);
659 MappedInst = ScaleVectorOffset(Inst, 2, VectorSize, OutContext);
667 MappedInst = ScaleVectorOffset(Inst, 1, VectorSize, OutContext);
682 MappedInst = ScaleVectorOffset(Inst, 4, VectorSize, OutContext);
697 MappedInst = ScaleVectorOffset(Inst, 3, VectorSize, OutContext);
714 MappedInst = ScaleVectorOffset(Inst, 3, VectorSize, OutContext);
731 MappedInst = ScaleVectorOffset(Inst, 2, VectorSize, OutContext);
736 MappedInst = ScaleVectorOffset(Inst, 1, VectorSize, OutContext);
740 MappedInst = ScaleVectorOffset(Inst, 2, VectorSize, OutContext);