Searched refs:ExplicitOffset (Results 1 – 2 of 2) sorted by relevance
603 unsigned ExplicitOffset = getExplicitKernelArgOffset(F); in getKernArgSegmentSize() local605 uint64_t TotalSize = ExplicitOffset + ExplicitArgBytes; in getKernArgSegmentSize()
1015 const unsigned ExplicitOffset = ST.getExplicitKernelArgOffset(Fn); in analyzeFormalArgumentsCompute() local1034 uint64_t ArgOffset = alignTo(ExplicitArgOffset, Alignment) + ExplicitOffset; in analyzeFormalArgumentsCompute()