Searched refs:fatPtrsToInts (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerBufferFatPointers.cpp | 437 Value *fatPtrsToInts(Value *V, Type *From, Type *To, const Twine &Name); 464 Value *StoreFatPtrsAsIntsAndExpandMemcpyVisitor::fatPtrsToInts( in fatPtrsToInts() function in StoreFatPtrsAsIntsAndExpandMemcpyVisitor 486 fatPtrsToInts(Field, FromPart, ToPart, Name + "." + Twine(I)); in fatPtrsToInts() 494 fatPtrsToInts(Field, FromPart, ToPart, Name + "." + Twine(Idx)); in fatPtrsToInts() 601 Value *IntV = fatPtrsToInts(V, Ty, IntTy, V->getName()); in visitStoreInst()
|