Searched refs:isRevCopyChain (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 130 bool isRevCopyChain(unsigned FromReg, unsigned ToReg, int Maxlen); 365 bool TwoAddressInstructionPass::isRevCopyChain(unsigned FromReg, unsigned ToReg, in isRevCopyChain() function in TwoAddressInstructionPass 669 if (isRevCopyChain(regC, regA, MaxDataFlowEdge)) in isProfitableToCommute() 672 if (isRevCopyChain(regB, regA, MaxDataFlowEdge)) in isProfitableToCommute()
|
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 105 bool isRevCopyChain(unsigned FromReg, unsigned ToReg, int Maxlen); 336 bool TwoAddressInstructionPass::isRevCopyChain(unsigned FromReg, unsigned ToReg, in isRevCopyChain() function in TwoAddressInstructionPass 630 if (isRevCopyChain(regC, regA, 3)) in isProfitableToCommute() 633 if (isRevCopyChain(regB, regA, 3)) in isProfitableToCommute()
|