Lines Matching refs:getStoreSize
3879 unsigned ArgSize = ArgVT.getStoreSize(); in CalculateStackSlotSize()
3923 Alignment = Align(OrigVT.getStoreSize()); in CalculateStackSlotAlignment()
3925 Alignment = Align(ArgVT.getStoreSize()); in CalculateStackSlotAlignment()
4134 unsigned ArgSize = VA.getLocVT().getStoreSize(); in LowerFormalArguments_32SVR4()
4136 unsigned ObjSize = VA.getValVT().getStoreSize(); in LowerFormalArguments_32SVR4()
4339 unsigned ObjSize = ObjectVT.getStoreSize(); in LowerFormalArguments_64SVR4()
6667 const unsigned StoreSize = LocVT.getStoreSize(); in CC_AIX()
6963 const unsigned LocSize = LocVT.getStoreSize(); in LowerFormalArguments_AIX()
6964 const unsigned ValSize = ValVT.getStoreSize(); in LowerFormalArguments_AIX()
7466 if (Arg.getValueType().getStoreSize() == LocVT.getStoreSize()) in LowerCall_AIX()
11822 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjSetJmp()
11823 const int64_t TOCOffset = 3 * PVT.getStoreSize(); in emitEHSjLjSetJmp()
11824 const int64_t BPOffset = 4 * PVT.getStoreSize(); in emitEHSjLjSetJmp()
11928 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
11929 const int64_t SPOffset = 2 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
11930 const int64_t TOCOffset = 3 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
11931 const int64_t BPOffset = 4 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
13288 if (isConsecutiveLS(ChainLD, LD, VT.getStoreSize(), 1, DAG)) in findConsecutiveLoad()
13319 if (isConsecutiveLS(ChainLD, LD, VT.getStoreSize(), 1, DAG)) in findConsecutiveLoad()
14107 unsigned ElemSize = N->getValueType(0).getScalarType().getStoreSize(); in combineBVOfConsecutiveLoads()
15418 -(long)MemVT.getStoreSize()+1, in PerformDAGCombine()
15419 2*MemVT.getStoreSize()-1); in PerformDAGCombine()
15453 1, 2*MemVT.getStoreSize()-1); in PerformDAGCombine()
16520 Info.offset = -VT.getStoreSize()+1; in getTgtMemIntrinsic()
16521 Info.size = 2*VT.getStoreSize()-1; in getTgtMemIntrinsic()
16560 Info.offset = -VT.getStoreSize()+1; in getTgtMemIntrinsic()
16561 Info.size = 2*VT.getStoreSize()-1; in getTgtMemIntrinsic()