Searched refs:DestOperands (Results 1 – 1 of 1) sorted by relevance
114 StringMap<unsigned> &DestOperands,291 StringMap<unsigned> &DestOperands, DagInit *SourceDag, DagInit *DestDag, in createDagOperandMapping() argument298 DestOperands[DestDag->getArgNameStr(i)] = i; in createDagOperandMapping()318 it = DestOperands.find(SourceDag->getArgNameStr(i)); in createDagOperandMapping()319 if (it == DestOperands.end()) in createDagOperandMapping()457 StringMap<unsigned> DestOperands; in evaluateCompressPat() local458 createDagOperandMapping(Rec, SourceOperands, DestOperands, SourceDag, DestDag, in evaluateCompressPat()