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