Lines Matching refs:getSizeInBytes
1122 while (Op.getDstAlign() < Ty.getSizeInBytes() && in findGISelOptimalMemOpLowering()
1124 Ty = LLT::scalar(Ty.getSizeInBytes()); in findGISelOptimalMemOpLowering()
1132 unsigned TySize = Ty.getSizeInBytes(); in findGISelOptimalMemOpLowering()
1141 unsigned NewTySize = NewTy.getSizeInBytes(); in findGISelOptimalMemOpLowering()
1282 unsigned TySize = Ty.getSizeInBytes(); in optimizeMemset()
1316 DstOff += Ty.getSizeInBytes(); in optimizeMemset()
1438 if (CopyTy.getSizeInBytes() > Size) in optimizeMemcpy()
1439 CurrOffset -= CopyTy.getSizeInBytes() - Size; in optimizeMemcpy()
1443 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes()); in optimizeMemcpy()
1445 MF.getMachineMemOperand(&DstMMO, CurrOffset, CopyTy.getSizeInBytes()); in optimizeMemcpy()
1461 CurrOffset += CopyTy.getSizeInBytes(); in optimizeMemcpy()
1462 Size -= CopyTy.getSizeInBytes(); in optimizeMemcpy()
1541 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes()); in optimizeMemmove()
1551 CurrOffset += CopyTy.getSizeInBytes(); in optimizeMemmove()
1559 MF.getMachineMemOperand(&DstMMO, CurrOffset, CopyTy.getSizeInBytes()); in optimizeMemmove()
1568 CurrOffset += CopyTy.getSizeInBytes(); in optimizeMemmove()
3420 MRI.getType(Root->getOperand(0).getReg()).getSizeInBytes() - 1; in findCandidatesForLoadOrCombine()