Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp138 bool regsAreCompatible(Register RegA, Register RegB) const;
471 bool TwoAddressInstructionPass::regsAreCompatible(Register RegA, in regsAreCompatible() function in TwoAddressInstructionPass
530 if (regsAreCompatible(Dst, getMappedReg(Src, SrcRegMap))) in removeClobberedSrcRegMap()
603 bool CompB = FromRegB && regsAreCompatible(FromRegB, ToRegA); in isProfitableToCommute()
604 bool CompC = FromRegC && regsAreCompatible(FromRegC, ToRegA); in isProfitableToCommute()
708 return (ToRegA && !regsAreCompatible(FromRegB, ToRegA)); in isProfitableToConv3Addr()