OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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