Searched refs:TCntZ (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUPromoteAlloca.cpp | 933 Value *TCntY, *TCntZ; in handleAlloca() local 935 std::tie(TCntY, TCntZ) = getLocalSizeYZ(Builder); in handleAlloca() 940 Value *Tmp0 = Builder.CreateMul(TCntY, TCntZ, "", true, true); in handleAlloca() 942 Value *Tmp1 = Builder.CreateMul(TIdY, TCntZ, "", true, true); in handleAlloca()
|