Lines Matching refs:getStoreSize
1988 if (MemVT.getStoreSize() < 4 && Alignment < 4) { in lowerKernargMemParameter()
2035 unsigned ArgSize = VA.getValVT().getStoreSize(); in lowerStackParameter()
2467 if (ArgLoc.getLocVT().getStoreSize() < 4 && Alignment < 4) { in allocatePreloadKernArgSGPRs()
2882 if (MemVT.getStoreSize() < 4 && Alignment < 4) { in LowerFormalArguments()
3325 CCInfo.AllocateStack(ArgVT.getStoreSize(), Align(4)); in passSpecialInputs()
3716 Flags.getByValSize() : VA.getValVT().getStoreSize(); in LowerCall()
5958 VT.getStoreSize(), Alignment); in ReplaceNodeResults()
7841 VT.getStoreSize(), Alignment); in lowerSBuffer()
7864 MF.getMachineMemOperand(MMO, 0, WidenedVT.getStoreSize())); in lowerSBuffer()
10116 Alignment.value() < MemVT.getStoreSize() && MemVT.getSizeInBits() > 32) { in LowerLOAD()
10712 Store->getAlign().value() < VT.getStoreSize() && VT.getSizeInBits() > 32) { in LowerSTORE()
11569 uint64_t NarrowByteWidth = NarrowVT.getStoreSize(); in calculateSrcByte()