Lines Matching refs:InStructTempSlots
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()
1204 …ExpandInputsBody(Builder, Arg_x1, TBAAAllocation, NumInputs, InTypes, InBufPtrs, InStructTempSlots, in ExpandReduceAccumulator()