Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp237 class BufferFatPtrTypeLoweringBase : public ValueMapTypeRemapper { class
249 BufferFatPtrTypeLoweringBase(const DataLayout &DL) : DL(DL) {} in BufferFatPtrTypeLoweringBase() function in __anonf03fe4580111::BufferFatPtrTypeLoweringBase
257 class BufferFatPtrToIntTypeMap : public BufferFatPtrTypeLoweringBase {
258 using BufferFatPtrTypeLoweringBase::BufferFatPtrTypeLoweringBase;
268 class BufferFatPtrToStructTypeMap : public BufferFatPtrTypeLoweringBase {
269 using BufferFatPtrTypeLoweringBase::BufferFatPtrTypeLoweringBase;
278 Type *BufferFatPtrTypeLoweringBase::remapTypeImpl( in remapTypeImpl()
352 Type *BufferFatPtrTypeLoweringBase::remapType(Type *SrcTy) { in remapType()