Searched refs:CurrMallocSize (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSwLowerLDS.cpp | 209 updateMallocSizeForDynamicLDS(Function *Func, Value **CurrMallocSize, 582 Function *Func, Value **CurrMallocSize, Value *HiddenDynLDSSize, in updateMallocSizeForDynamicLDS() argument 606 IRB.CreateStore(*CurrMallocSize, GEPForOffset); in updateMallocSizeForDynamicLDS() 625 *CurrMallocSize = IRB.CreateAdd(*CurrMallocSize, AlignedDynLDSSize); in updateMallocSizeForDynamicLDS() 811 Value *CurrMallocSize; in lowerKernelLDSAccesses() local 845 CurrMallocSize = IRB.CreateAdd(EndStaticLDSOffset, EndStaticLDSSize); in lowerKernelLDSAccesses() 847 CurrMallocSize = IRB.getInt32(MallocSize); in lowerKernelLDSAccesses() 862 updateMallocSizeForDynamicLDS(Func, &CurrMallocSize, HiddenDynLDSSize, in lowerKernelLDSAccesses() 866 CurrMallocSize = IRB.CreateZExt(CurrMallocSize, Int64Ty); in lowerKernelLDSAccesses() 876 Value *MallocCall = IRB.CreateCall(MallocFunc, {CurrMallocSize, RAPtrToInt}); in lowerKernelLDSAccesses()
|