Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp392 llvm::Argument *Arg_x2 = &(*AI++); in createEmptyExpandedReduceAccumulator() local
393 Arg_x2->setName("x2"); in createEmptyExpandedReduceAccumulator()
810 llvm::Value *Arg_x2 = &*(ExpandedFunctionArgIter++); in ExpandOldStyleForEach() local
860 createLoop(Builder, Arg_x1, Arg_x2, &IV); in ExpandOldStyleForEach()
944 llvm::Value *Arg_x2 = &*(ExpandedFunctionArgIter++); in ExpandForEach() local
1030 createLoop(Builder, Arg_x1, Arg_x2, &IV); in ExpandForEach()
1179 llvm::Value *Arg_x2 = &*(ExpandedAccumulatorArgIter++); in ExpandReduceAccumulator() local
1188 createLoop(Builder, Arg_x1, Arg_x2, &IndVar); in ExpandReduceAccumulator()