Searched refs:DstDomain (Results 1 – 1 of 1) sorted by relevance
202 RegDomain DstDomain; member in __anond9661d290111::InstrCOPYReplacer204 InstrCOPYReplacer(unsigned SrcOpcode, RegDomain DstDomain, unsigned DstOpcode) in InstrCOPYReplacer() argument205 : InstrReplacer(SrcOpcode, DstOpcode), DstDomain(DstDomain) {} in InstrCOPYReplacer()241 if (OpDomain == DstDomain) in getExtraCost()481 RegDomain DstDomain) const { in calculateCost()482 assert(C.isLegal(DstDomain) && "Cannot calculate cost for illegal closure"); in calculateCost()486 Cost += Converters.find({DstDomain, MI->getOpcode()}) in calculateCost()