Searched refs:isProfitableToCommute (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 100 bool isProfitableToCommute(unsigned regB, unsigned regC, 528 TwoAddressInstructionPass::isProfitableToCommute(unsigned regB, unsigned regC, in isProfitableToCommute() function in TwoAddressInstructionPass 901 else if (isProfitableToCommute(regB, regC, mi, mbbi, Dist)) { in TryInstructionTransform()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 134 bool isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, 585 isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, in isProfitableToCommute() function in TwoAddressInstructionPass 1231 isProfitableToCommute(DstOpReg, BaseOpReg, OtherOpReg, MI, Dist)) { in tryInstructionCommute()
|
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 109 bool isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, 546 isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, in isProfitableToCommute() function in TwoAddressInstructionPass 1185 isProfitableToCommute(DstOpReg, BaseOpReg, OtherOpReg, MI, Dist)) { in tryInstructionCommute()
|