Searched refs:TmpReduceList (Results 1 – 1 of 1) sorted by relevance
497 Reduce *TmpReduceList = new Reduce[mExportReduceCount]; in populateReduceMetadata() local506 TmpReduceList[i].mReduceName = createStringFromValue(Node->getOperand(0)); in populateReduceMetadata()508 if (!extractUIntFromMetadataString(&TmpReduceList[i].mAccumulatorDataSize, in populateReduceMetadata()519 TmpReduceList[i].mAccumulatorName = createStringFromValue(AccumulatorNode->getOperand(0)); in populateReduceMetadata()520 if (!extractUIntFromMetadataString(&TmpReduceList[i].mSignature, in populateReduceMetadata()534 mModule->getFunction(llvm::StringRef(TmpReduceList[i].mAccumulatorName)); in populateReduceMetadata()537 …TmpReduceList[i].mInputCount = (Func ? calculateNumInputs(Func, TmpReduceList[i].mSignature) - 1 :… in populateReduceMetadata()539 TmpReduceList[i].mInitializerName = createStringFromOptionalValue(Node, 3); in populateReduceMetadata()540 TmpReduceList[i].mCombinerName = createStringFromOptionalValue(Node, 4); in populateReduceMetadata()541 TmpReduceList[i].mOutConverterName = createStringFromOptionalValue(Node, 5); in populateReduceMetadata()[all …]