Home
last modified time | relevance | path

Searched refs:Arg_x2 (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSKernelExpand.cpp369 llvm::Argument *Arg_x2 = &(*AI++); in createEmptyExpandedReduceAccumulator() local
370 Arg_x2->setName("x2"); in createEmptyExpandedReduceAccumulator()
787 llvm::Value *Arg_x2 = &*(ExpandedFunctionArgIter++); in ExpandOldStyleForEach() local
837 createLoop(Builder, Arg_x1, Arg_x2, &IV); in ExpandOldStyleForEach()
921 llvm::Value *Arg_x2 = &*(ExpandedFunctionArgIter++); in ExpandForEach() local
1007 createLoop(Builder, Arg_x1, Arg_x2, &IV); in ExpandForEach()
1156 llvm::Value *Arg_x2 = &*(ExpandedAccumulatorArgIter++); in ExpandReduceAccumulator() local
1165 createLoop(Builder, Arg_x1, Arg_x2, &IndVar); in ExpandReduceAccumulator()