Searched refs:DestOperands (Results 1 – 1 of 1) sorted by relevance
123 StringMap<unsigned> &DestOperands,298 StringMap<unsigned> &DestOperands, DagInit *SourceDag, DagInit *DestDag, in createDagOperandMapping() argument305 DestOperands[DestDag->getArgNameStr(i)] = i; in createDagOperandMapping()325 it = DestOperands.find(SourceDag->getArgNameStr(i)); in createDagOperandMapping()326 if (it == DestOperands.end()) in createDagOperandMapping()455 StringMap<unsigned> DestOperands; in evaluateCompressPat() local456 createDagOperandMapping(Rec, SourceOperands, DestOperands, SourceDag, DestDag, in evaluateCompressPat()