Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp268 class BufferFatPtrToStructTypeMap : public BufferFatPtrTypeLoweringBase { class
357 Type *BufferFatPtrToStructTypeMap::remapScalar(PointerType *PT) { in remapScalar()
363 Type *BufferFatPtrToStructTypeMap::remapVector(VectorType *VT) { in remapVector()
590 BufferFatPtrToStructTypeMap *TypeMap;
602 FatPtrConstMaterializer(BufferFatPtrToStructTypeMap *TypeMap, in FatPtrConstMaterializer()
1647 BufferFatPtrToStructTypeMap *TypeMap) { in containsBufferFatPointers()
1656 BufferFatPtrToStructTypeMap *TypeMap) { in hasFatPointerInterface()
1737 BufferFatPtrToStructTypeMap StructTM(DL); in run()