Searched refs:InBufPtrs (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/libbcc/lib/ |
D | RSKernelExpand.cpp | 644 llvm::SmallVectorImpl<llvm::Value *> &InBufPtrs, in ExpandInputsLoopInvariant() argument 698 InBufPtrs.push_back(CastInBufPtr); in ExpandInputsLoopInvariant() 725 const llvm::SmallVectorImpl<llvm::Value *> &InBufPtrs, in ExpandInputsBody() argument 736 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], Offset); in ExpandInputsBody() 745 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], OffsetInBytes); in ExpandInputsBody() 1022 llvm::SmallVector<llvm::Value*, 8> InBufPtrs; in ExpandForEach() local 1046 InTypes, InBufPtrs, InStructTempSlots); in ExpandForEach() 1081 InTypes, InBufPtrs, InStructTempSlots, IV, RootArgs); in ExpandForEach() 1196 llvm::SmallVector<llvm::Value*, 8> InBufPtrs; in ExpandReduceAccumulator() local 1199 InTypes, InBufPtrs, InStructTempSlots); in ExpandReduceAccumulator() [all …]
|