Searched refs:DestOperands (Results 1 – 1 of 1) sorted by relevance
122 StringMap<unsigned> &DestOperands,302 StringMap<unsigned> &DestOperands, DagInit *SourceDag, DagInit *DestDag, in createDagOperandMapping() argument309 DestOperands[DestDag->getArgNameStr(i)] = i; in createDagOperandMapping()329 it = DestOperands.find(SourceDag->getArgNameStr(i)); in createDagOperandMapping()330 if (it == DestOperands.end()) in createDagOperandMapping()459 StringMap<unsigned> DestOperands; in evaluateCompressPat() local460 createDagOperandMapping(Rec, SourceOperands, DestOperands, SourceDag, DestDag, in evaluateCompressPat()