Lines Matching refs:getStoreSize
3825 unsigned ArgSize = ArgVT.getStoreSize(); in CalculateStackSlotSize()
3869 Alignment = Align(OrigVT.getStoreSize()); in CalculateStackSlotAlignment()
3871 Alignment = Align(ArgVT.getStoreSize()); in CalculateStackSlotAlignment()
4080 unsigned ArgSize = VA.getLocVT().getStoreSize(); in LowerFormalArguments_32SVR4()
4082 unsigned ObjSize = VA.getValVT().getStoreSize(); in LowerFormalArguments_32SVR4()
4285 unsigned ObjSize = ObjectVT.getStoreSize(); in LowerFormalArguments_64SVR4()
6606 const unsigned StoreSize = LocVT.getStoreSize(); in CC_AIX()
6903 const unsigned LocSize = LocVT.getStoreSize(); in LowerFormalArguments_AIX()
6904 const unsigned ValSize = ValVT.getStoreSize(); in LowerFormalArguments_AIX()
7407 if (Arg.getValueType().getStoreSize() == LocVT.getStoreSize()) in LowerCall_AIX()
11479 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjSetJmp()
11480 const int64_t TOCOffset = 3 * PVT.getStoreSize(); in emitEHSjLjSetJmp()
11481 const int64_t BPOffset = 4 * PVT.getStoreSize(); in emitEHSjLjSetJmp()
11585 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
11586 const int64_t SPOffset = 2 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
11587 const int64_t TOCOffset = 3 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
11588 const int64_t BPOffset = 4 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
12920 if (isConsecutiveLS(ChainLD, LD, VT.getStoreSize(), 1, DAG)) in findConsecutiveLoad()
12951 if (isConsecutiveLS(ChainLD, LD, VT.getStoreSize(), 1, DAG)) in findConsecutiveLoad()
13753 unsigned ElemSize = N->getValueType(0).getScalarType().getStoreSize(); in combineBVOfConsecutiveLoads()
15045 -(long)MemVT.getStoreSize()+1, in PerformDAGCombine()
15046 2*MemVT.getStoreSize()-1); in PerformDAGCombine()
15080 1, 2*MemVT.getStoreSize()-1); in PerformDAGCombine()
16114 Info.offset = -VT.getStoreSize()+1; in getTgtMemIntrinsic()
16115 Info.size = 2*VT.getStoreSize()-1; in getTgtMemIntrinsic()
16154 Info.offset = -VT.getStoreSize()+1; in getTgtMemIntrinsic()
16155 Info.size = 2*VT.getStoreSize()-1; in getTgtMemIntrinsic()