Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTwoAddressInstructionPass.cpp108 bool isProfitableToConv3Addr(unsigned RegA, unsigned RegB);
631 TwoAddressInstructionPass::isProfitableToConv3Addr(unsigned RegA,unsigned RegB){ in isProfitableToConv3Addr() function in TwoAddressInstructionPass
922 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in TryInstructionTransform()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp140 bool isProfitableToConv3Addr(unsigned RegA, unsigned RegB);
714 TwoAddressInstructionPass::isProfitableToConv3Addr(unsigned RegA,unsigned RegB){ in isProfitableToConv3Addr() function in TwoAddressInstructionPass
1315 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp115 bool isProfitableToConv3Addr(unsigned RegA, unsigned RegB);
674 TwoAddressInstructionPass::isProfitableToConv3Addr(unsigned RegA,unsigned RegB){ in isProfitableToConv3Addr() function in TwoAddressInstructionPass
1260 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform()