Lines Matching defs:VectorSize
245 unsigned VectorSize, MCContext &Ctx) {
256 auto *NewCE = MCConstantExpr::create(V / int32_t(VectorSize), Ctx);
269 unsigned VectorSize = HRI.getRegSizeInBits(Hexagon::HvxVRRegClass) / 8;
638 MappedInst = ScaleVectorOffset(Inst, 3, VectorSize, OutContext);
648 MappedInst = ScaleVectorOffset(Inst, 2, VectorSize, OutContext);
656 MappedInst = ScaleVectorOffset(Inst, 2, VectorSize, OutContext);
664 MappedInst = ScaleVectorOffset(Inst, 1, VectorSize, OutContext);
679 MappedInst = ScaleVectorOffset(Inst, 4, VectorSize, OutContext);
694 MappedInst = ScaleVectorOffset(Inst, 3, VectorSize, OutContext);
711 MappedInst = ScaleVectorOffset(Inst, 3, VectorSize, OutContext);
728 MappedInst = ScaleVectorOffset(Inst, 2, VectorSize, OutContext);
733 MappedInst = ScaleVectorOffset(Inst, 1, VectorSize, OutContext);
737 MappedInst = ScaleVectorOffset(Inst, 2, VectorSize, OutContext);