Home | History | Annotate | Download | only in Renderscript

Lines Matching full:foreach

51  * ForEach-able function to be invoked over the appropriate data cells of the
53 * support doing this for any ForEach-able compute kernels. The new function
392 // Finish building the outgoing argument list for calling a ForEach-able function.
400 // CalleeFunction - the ForEach-able function being called
443 // ForEach-able function, based on the special parameters of that
446 // Signature - metadata bits for the signature of the ForEach-able function
448 // suitable for computing arguments for the ForEach-able function
505 ALOGV("Expanding ForEach-able Function %s",
1027 return "ForEach-able Function Expansion";
1035 static llvm::RegisterPass<RSForEachExpandPass> X("foreachexp", "ForEach Expand Pass");