Home
last modified time | relevance | path

Searched refs:DstDomain (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp211 RegDomain DstDomain; member in __anonc7e7f4590111::InstrCOPYReplacer
213 InstrCOPYReplacer(unsigned SrcOpcode, RegDomain DstDomain, unsigned DstOpcode) in InstrCOPYReplacer() argument
214 : 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()