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