Searched refs:InsertSize (Results 1 – 2 of 2) sorted by relevance
4292 unsigned InsertSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); in getInstrMapping() local4302 if (InsertSize == 64 && OutputBankID == AMDGPU::VGPRRegBankID) { in getInstrMapping()4304 InsertSize); in getInstrMapping()4306 assert(InsertSize == 32 || InsertSize == 64); in getInstrMapping()4307 OpdsMapping[2] = AMDGPU::getValueMapping(InsertEltBankID, InsertSize); in getInstrMapping()
7858 unsigned InsertSize = InsertTy.getSizeInBits(); in lowerInsert() local7860 if ((Offset % EltSize == 0) && (InsertSize % EltSize == 0) && in lowerInsert()7861 (Offset + InsertSize <= DstTy.getSizeInBits())) { in lowerInsert()7873 for (unsigned i = 0; Idx < (Offset + InsertSize) / EltSize; in lowerInsert()