Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp266 class BufferFatPtrTypeLoweringBase : public ValueMapTypeRemapper { class
278 BufferFatPtrTypeLoweringBase(const DataLayout &DL) : DL(DL) {} in BufferFatPtrTypeLoweringBase() function in __anone5d2dd830111::BufferFatPtrTypeLoweringBase
286 class BufferFatPtrToIntTypeMap : public BufferFatPtrTypeLoweringBase {
287 using BufferFatPtrTypeLoweringBase::BufferFatPtrTypeLoweringBase;
297 class BufferFatPtrToStructTypeMap : public BufferFatPtrTypeLoweringBase {
298 using BufferFatPtrTypeLoweringBase::BufferFatPtrTypeLoweringBase;
307 Type *BufferFatPtrTypeLoweringBase::remapTypeImpl(Type *Ty) { in remapTypeImpl()
366 Type *BufferFatPtrTypeLoweringBase::remapType(Type *SrcTy) { in remapType()