Lines Matching refs:getStoreSize

3990   unsigned ArgSize = ArgVT.getStoreSize();  in CalculateStackSlotSize()
4034 Alignment = Align(OrigVT.getStoreSize()); in CalculateStackSlotAlignment()
4036 Alignment = Align(ArgVT.getStoreSize()); in CalculateStackSlotAlignment()
4245 unsigned ArgSize = VA.getLocVT().getStoreSize(); in LowerFormalArguments_32SVR4()
4247 unsigned ObjSize = VA.getValVT().getStoreSize(); in LowerFormalArguments_32SVR4()
4449 unsigned ObjSize = ObjectVT.getStoreSize(); in LowerFormalArguments_64SVR4()
6813 const unsigned StoreSize = LocVT.getStoreSize(); in CC_AIX()
7109 const unsigned LocSize = LocVT.getStoreSize(); in LowerFormalArguments_AIX()
7110 const unsigned ValSize = ValVT.getStoreSize(); in LowerFormalArguments_AIX()
7612 if (Arg.getValueType().getStoreSize() == LocVT.getStoreSize()) in LowerCall_AIX()
12292 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjSetJmp()
12293 const int64_t TOCOffset = 3 * PVT.getStoreSize(); in emitEHSjLjSetJmp()
12294 const int64_t BPOffset = 4 * PVT.getStoreSize(); in emitEHSjLjSetJmp()
12398 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
12399 const int64_t SPOffset = 2 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
12400 const int64_t TOCOffset = 3 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
12401 const int64_t BPOffset = 4 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
13736 if (isConsecutiveLS(ChainLD, LD, VT.getStoreSize(), 1, DAG)) in findConsecutiveLoad()
13766 if (isConsecutiveLS(ChainLD, LD, VT.getStoreSize(), 1, DAG)) in findConsecutiveLoad()
14554 unsigned ElemSize = N->getValueType(0).getScalarType().getStoreSize(); in combineBVOfConsecutiveLoads()
15907 -(int64_t)MemVT.getStoreSize()+1, in PerformDAGCombine()
15908 2*MemVT.getStoreSize()-1); in PerformDAGCombine()
15942 1, 2*MemVT.getStoreSize()-1); in PerformDAGCombine()
17051 Info.offset = -VT.getStoreSize()+1; in getTgtMemIntrinsic()
17052 Info.size = 2*VT.getStoreSize()-1; in getTgtMemIntrinsic()
17091 Info.offset = -VT.getStoreSize()+1; in getTgtMemIntrinsic()
17092 Info.size = 2*VT.getStoreSize()-1; in getTgtMemIntrinsic()