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