Searched refs:Arg_p (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/libbcc/lib/ |
D | RSKernelExpand.cpp | 384 llvm::Argument *Arg_p = &(*AI++); in createEmptyExpandedReduceAccumulator() local 385 Arg_p->setName("p"); in createEmptyExpandedReduceAccumulator() 386 Arg_p->addAttr(llvm::AttributeSet::get(*Context, Arg_p->getArgNo() + 1, in createEmptyExpandedReduceAccumulator() 569 llvm::Value *Arg_p, in ExpandSpecialArguments() argument 579 CalleeArgs.push_back(Arg_p); in ExpandSpecialArguments() 601 llvm::Value *YAddr = Builder.CreateInBoundsGEP(Arg_p, YValueGEP, "Y.gep"); in ExpandSpecialArguments() 609 llvm::Value *ZAddr = Builder.CreateInBoundsGEP(Arg_p, ZValueGEP, "Z.gep"); in ExpandSpecialArguments() 639 llvm::Value *Arg_p, in ExpandInputsLoopInvariant() argument 677 llvm::Value *InBufPtrAddr = Builder.CreateInBoundsGEP(Arg_p, InBufPtrGEP, "input_buf.gep"); in ExpandInputsLoopInvariant() 808 llvm::Value *Arg_p = &*(ExpandedFunctionArgIter++); in ExpandOldStyleForEach() local [all …]
|