HomeSort by relevance Sort by last modified time
    Searched refs:KernArgSize (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AMDGPU/
AMDGPUMachineFunction.h 19 uint64_t KernArgSize;
29 KernArgSize = alignTo(KernArgSize, Align);
31 uint64_t Result = KernArgSize;
32 KernArgSize += Size;
AMDGPUMachineFunction.cpp 10 KernArgSize(0),

Completed in 62 milliseconds