Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DMetadataExtractor.h59 const char *mOutConverterName; member
69 mOutConverterName(nullptr), mHalterName(nullptr), in Reduce()
77 delete [] mOutConverterName; in ~Reduce()
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp161 dumpReduceInfo(info, "outconverter", reduce.mOutConverterName); in dumpInfo()
228 dumpReduceInfo(stdout, "outconverter", reduce.mOutConverterName); in dumpMetadata()
/frameworks/compile/libbcc/lib/
DRSEmbedInfo.cpp141 << reduceFnName(reduce.mOutConverterName) << " - " in getRSInfoString()
DCompiler.cpp442 keepFuncsPushBackIfPresent(exportReduceList[i].mOutConverterName); in addInternalizeSymbolsPass()
DRSKernelExpand.cpp1416 Changed |= PromoteReduceFunction(ExportReduceList[i].mOutConverterName, PromotedFunctions); in runOnModule()
/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp554 TmpReduceList[i].mOutConverterName = createStringFromOptionalValue(Node, 5); in populateReduceMetadata()