Home
last modified time | relevance | path

Searched refs:InsertSize (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp4055 unsigned InsertSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); in getInstrMapping() local
4065 if (InsertSize == 64 && OutputBankID == AMDGPU::VGPRRegBankID) { in getInstrMapping()
4067 InsertSize); in getInstrMapping()
4069 assert(InsertSize == 32 || InsertSize == 64); in getInstrMapping()
4070 OpdsMapping[2] = AMDGPU::getValueMapping(InsertEltBankID, InsertSize); in getInstrMapping()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6895 unsigned InsertSize = InsertTy.getSizeInBits(); in lowerInsert() local
6897 if ((Offset % EltSize == 0) && (InsertSize % EltSize == 0) && in lowerInsert()
6898 (Offset + InsertSize <= DstTy.getSizeInBits())) { in lowerInsert()
6910 for (unsigned i = 0; Idx < (Offset + InsertSize) / EltSize; in lowerInsert()