Searched refs:CreateTempPtrIntCast (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 520 const auto CreateTempPtrIntCast = [&Builder, DL](Value *Val, in promoteAllocaUserToVector() local 554 CurVal = CreateTempPtrIntCast(CurVal, AccessTy); in promoteAllocaUserToVector() 556 CurVal = CreateTempPtrIntCast(CurVal, CurVal->getType()); in promoteAllocaUserToVector() 579 SubVec = CreateTempPtrIntCast(SubVec, AccessTy); in promoteAllocaUserToVector() 581 SubVec = CreateTempPtrIntCast(SubVec, SubVecTy); in promoteAllocaUserToVector() 611 Val = CreateTempPtrIntCast(Val, AccessTy); in promoteAllocaUserToVector() 613 Val = CreateTempPtrIntCast(Val, VectorTy); in promoteAllocaUserToVector() 628 Val = CreateTempPtrIntCast(Val, SubVecTy); in promoteAllocaUserToVector() 630 Val = CreateTempPtrIntCast(Val, AccessTy); in promoteAllocaUserToVector()
|