Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp244 virtual Type *remapVector(VectorType *VT) = 0;
262 Type *remapVector(VectorType *VT) override { return DL.getIntPtrType(VT); } in remapVector() function in __anone5d2dd830111::BufferFatPtrToIntTypeMap
273 Type *remapVector(VectorType *VT) override;
291 return *Entry = remapVector(VT); in remapTypeImpl()
363 Type *BufferFatPtrToStructTypeMap::remapVector(VectorType *VT) { in remapVector() function in BufferFatPtrToStructTypeMap