Home
last modified time | relevance | path

Searched refs:StoreSizeInBits (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3621 unsigned StoreSizeInBits = 8 * MemTy.getSizeInBytes(); in lowerStore() local
3623 if (StoreWidth != StoreSizeInBits) { in lowerStore()
3630 LLT WideTy = LLT::scalar(StoreSizeInBits); in lowerStore()
3632 if (StoreSizeInBits > SrcTy.getSizeInBits()) { in lowerStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4674 unsigned StoreSizeInBits = std::min(PtrByteSize, (ObjSize - j)) * 8; in LowerFormalArguments_64SVR4() local
4675 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), StoreSizeInBits); in LowerFormalArguments_64SVR4()