Searched refs:DstDomain (Results 1 – 1 of 1) sorted by relevance
210 RegDomain DstDomain; member in __anond9661d290111::InstrCOPYReplacer212 InstrCOPYReplacer(unsigned SrcOpcode, RegDomain DstDomain, unsigned DstOpcode) in InstrCOPYReplacer() argument213 : InstrReplacer(SrcOpcode, DstOpcode), DstDomain(DstDomain) {} in InstrCOPYReplacer()249 if (OpDomain == DstDomain) in getExtraCost()478 RegDomain DstDomain) const { in calculateCost()479 assert(C.isLegal(DstDomain) && "Cannot calculate cost for illegal closure"); in calculateCost()483 Cost += Converters.find({DstDomain, MI->getOpcode()}) in calculateCost()