Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/
DX86DomainReassignment.cpp210 RegDomain DstDomain; member in __anon277fc8190111::InstrCOPYReplacer
212 InstrCOPYReplacer(unsigned SrcOpcode, RegDomain DstDomain, unsigned DstOpcode) in InstrCOPYReplacer() argument
213 : 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86DomainReassignment.cpp210 RegDomain DstDomain; member in __anon6047112d0111::InstrCOPYReplacer
212 InstrCOPYReplacer(unsigned SrcOpcode, RegDomain DstDomain, unsigned DstOpcode) in InstrCOPYReplacer() argument
213 : InstrReplacer(SrcOpcode, DstOpcode), DstDomain(DstDomain) {} in InstrCOPYReplacer()
251 if (OpDomain == DstDomain) in getExtraCost()
482 RegDomain DstDomain) const { in calculateCost()
483 assert(C.isLegal(DstDomain) && "Cannot calculate cost for illegal closure"); in calculateCost()
488 Converters.lookup({DstDomain, MI->getOpcode()})->getExtraCost(MI, MRI); in calculateCost()