Searched refs:InStructTempSlots (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/libbcc/lib/ |
D | RSKernelExpand.cpp | 645 llvm::SmallVectorImpl<llvm::Value *> &InStructTempSlots) { in ExpandInputsLoopInvariant() argument 668 InStructTempSlots.push_back(Builder.CreateAlloca(ElementType, nullptr, in ExpandInputsLoopInvariant() 672 InStructTempSlots.push_back(nullptr); in ExpandInputsLoopInvariant() 726 const llvm::SmallVectorImpl<llvm::Value *> &InStructTempSlots, in ExpandInputsBody() argument 756 if (llvm::Value *TemporarySlot = InStructTempSlots[Index]) { in ExpandInputsBody() 1023 llvm::SmallVector<llvm::Value*, 8> InStructTempSlots; in ExpandForEach() local 1046 InTypes, InBufPtrs, InStructTempSlots); in ExpandForEach() 1081 InTypes, InBufPtrs, InStructTempSlots, IV, RootArgs); in ExpandForEach() 1197 llvm::SmallVector<llvm::Value*, 8> InStructTempSlots; in ExpandReduceAccumulator() local 1199 InTypes, InBufPtrs, InStructTempSlots); in ExpandReduceAccumulator() [all …]
|