Lines Matching refs:getSizeInBytes

715   uint64_t MemSize = MemType.getSizeInBytes();  in getOutlineAtomicLibcall()
916 TypeSize StateSize = StateTy.getSizeInBytes(); in createGetStateLibcall()
956 TypeSize StateSize = StateTy.getSizeInBytes(); in createSetStateLibcall()
3307 unsigned MemStoreSizeInBits = 8 * MemTy.getSizeInBytes(); in lowerLoad()
3449 unsigned StoreSizeInBits = 8 * MemTy.getSizeInBytes(); in lowerStore()
3931 return std::max(Align(PowerOf2Ceil(Ty.getSizeInBytes())), MinAlign); in getStackTemporaryAlignment()
7163 unsigned EltBytes = EltTy.getSizeInBytes(); in lowerExtractInsertVectorElt()
7169 TypeSize::getFixed(VecTy.getSizeInBytes()), VecAlign, PtrInfo); in lowerExtractInsertVectorElt()
8150 while (Op.getDstAlign() < Ty.getSizeInBytes() && in findGISelOptimalMemOpLowering()
8152 Ty = LLT::scalar(Ty.getSizeInBytes()); in findGISelOptimalMemOpLowering()
8160 unsigned TySize = Ty.getSizeInBytes(); in findGISelOptimalMemOpLowering()
8169 unsigned NewTySize = NewTy.getSizeInBytes(); in findGISelOptimalMemOpLowering()
8311 unsigned TySize = Ty.getSizeInBytes(); in lowerMemset()
8344 DstOff += Ty.getSizeInBytes(); in lowerMemset()
8464 if (CopyTy.getSizeInBytes() > Size) in lowerMemcpy()
8465 CurrOffset -= CopyTy.getSizeInBytes() - Size; in lowerMemcpy()
8469 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemcpy()
8471 MF.getMachineMemOperand(&DstMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemcpy()
8491 CurrOffset += CopyTy.getSizeInBytes(); in lowerMemcpy()
8492 Size -= CopyTy.getSizeInBytes(); in lowerMemcpy()
8570 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemmove()
8581 CurrOffset += CopyTy.getSizeInBytes(); in lowerMemmove()
8589 MF.getMachineMemOperand(&DstMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemmove()
8599 CurrOffset += CopyTy.getSizeInBytes(); in lowerMemmove()