Searched defs:InBufPtrs (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp608 // InBufPtrs[] - this function sets each array element to point to the first cell / byte
621 llvm::SmallVectorImpl<llvm::Value *> &InBufPtrs,
675 InBufPtrs.push_back(CastInBufPtr);
691 // InBufPtrs[] - this function consumes the information produced by ExpandInputsLoopInvariant()
702 const llvm::SmallVectorImpl<llvm::Value *> &InBufPtrs,
713 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], Offset);
722 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], OffsetInBytes);
999 llvm::SmallVector<llvm::Value*, 8> InBufPtrs; local
1023 InTypes, InBufPtrs, InStructTempSlots);
1058 InTypes, InBufPtrs, InStructTempSlot
615 ExpandInputsLoopInvariant(llvm::IRBuilder< &Builder, llvm::BasicBlock *LoopHeader, llvm::Value *Arg_p, llvm::MDNode *TBAAPointer, llvm::Function::arg_iterator ArgIter, const size_t NumInputs, llvm::SmallVectorImpl<llvm::Type *> &InTypes, llvm::SmallVectorImpl<llvm::Value *> &InBufPtrs, llvm::SmallVectorImpl<llvm::Value *> &InStructTempSlots) argument
697 ExpandInputsBody(llvm::IRBuilder< &Builder, llvm::Value *Arg_x1, llvm::MDNode *TBAAAllocation, const size_t NumInputs, const llvm::SmallVectorImpl<llvm::Type *> &InTypes, const llvm::SmallVectorImpl<llvm::Value *> &InBufPtrs, const llvm::SmallVectorImpl<llvm::Value *> &InStructTempSlots, llvm::Value *IndVar, llvm::SmallVectorImpl<llvm::Value *> &RootArgs) argument
1173 llvm::SmallVector<llvm::Value*, 8> InBufPtrs; local
[all...]

Completed in 33 milliseconds