Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp243 virtual Type *remapScalar(PointerType *PT) = 0;
261 Type *remapScalar(PointerType *PT) override { return DL.getIntPtrType(PT); } in remapScalar() function in __anone5d2dd830111::BufferFatPtrToIntTypeMap
272 Type *remapScalar(PointerType *PT) override;
285 return *Entry = remapScalar(PT); in remapTypeImpl()
357 Type *BufferFatPtrToStructTypeMap::remapScalar(PointerType *PT) { in remapScalar() function in BufferFatPtrToStructTypeMap