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.cpp297 class BufferFatPtrToStructTypeMap : public BufferFatPtrTypeLoweringBase { class
370 Type *BufferFatPtrToStructTypeMap::remapScalar(PointerType *PT) { in remapScalar()
376 Type *BufferFatPtrToStructTypeMap::remapVector(VectorType *VT) { in remapVector()
1198 BufferFatPtrToStructTypeMap *TypeMap;
1210 FatPtrConstMaterializer(BufferFatPtrToStructTypeMap *TypeMap, in FatPtrConstMaterializer()
2352 BufferFatPtrToStructTypeMap *TypeMap) { in containsBufferFatPointers()
2361 BufferFatPtrToStructTypeMap *TypeMap) { in hasFatPointerInterface()
2439 BufferFatPtrToStructTypeMap StructTM(DL); in run()