Lines Matching defs:Name
50 * called via rsForEach() or "foreach_<NAME>". We create an inner loop for the
54 * name is the original function name followed by ".expand". Note that we
272 * The name "RsExpandKernelDriverInfoPfx" is known to RSInvariantPass (RSInvariant.cpp).
501 * Module will contain a new function of the name "<NAME>.expand" that
502 * invokes <NAME>() in a loop with the appropriate parameters.
917 const char *Name = mExportForEachNameList[i];
919 if (Module.getFunction(Name) &&
1001 const char *name = mExportForEachNameList[i];
1003 llvm::Function *kernel = Module.getFunction(name);