Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/CodeGen/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp139 bool isProfitableToConv3Addr(unsigned RegA, unsigned RegB);
712 TwoAddressInstructionPass::isProfitableToConv3Addr(unsigned RegA,unsigned RegB){ in isProfitableToConv3Addr() function in TwoAddressInstructionPass
1320 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp131 bool isProfitableToConv3Addr(Register RegA, Register RegB);
662 bool TwoAddressInstructionPass::isProfitableToConv3Addr(Register RegA, in isProfitableToConv3Addr() function in TwoAddressInstructionPass
1262 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform()