Searched refs:DestOperands (Results 1 – 1 of 1) sorted by relevance
136 StringMap<unsigned> &DestOperands,311 StringMap<unsigned> &DestOperands, DagInit *SourceDag, DagInit *DestDag, in createDagOperandMapping() argument318 DestOperands[DestDag->getArgNameStr(i)] = i; in createDagOperandMapping()338 it = DestOperands.find(SourceDag->getArgNameStr(i)); in createDagOperandMapping()339 if (it == DestOperands.end()) in createDagOperandMapping()468 StringMap<unsigned> DestOperands; in evaluateCompressPat() local469 createDagOperandMapping(Rec, SourceOperands, DestOperands, SourceDag, DestDag, in evaluateCompressPat()