Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1151 Value *DataSlice = extractSlice(NewData, S, Name); in visitStoreImpl() local
1153 DataSlice = IRB.CreateBitCast(DataSlice, StorableType, in visitStoreImpl()
1154 DataSlice->getName() + ".storable"); in visitStoreImpl()
1158 NewSI->setOperand(0, DataSlice); in visitStoreImpl()