Searched refs:DstDomain (Results 1 – 1 of 1) sorted by relevance
211 RegDomain DstDomain; member in __anonc7e7f4590111::InstrCOPYReplacer213 InstrCOPYReplacer(unsigned SrcOpcode, RegDomain DstDomain, unsigned DstOpcode) in InstrCOPYReplacer() argument214 : InstrReplacer(SrcOpcode, DstOpcode), DstDomain(DstDomain) {} in InstrCOPYReplacer()250 if (OpDomain == DstDomain) in getExtraCost()479 RegDomain DstDomain) const { in calculateCost()480 assert(C.isLegal(DstDomain) && "Cannot calculate cost for illegal closure"); in calculateCost()484 Cost += Converters.find({DstDomain, MI->getOpcode()}) in calculateCost()