Searched refs:tryInstructionCommute (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 160 bool tryInstructionCommute(MachineInstr *MI, 1200 bool TwoAddressInstructionPass::tryInstructionCommute(MachineInstr *MI, in tryInstructionCommute() function in TwoAddressInstructionPass 1282 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform()
|
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 135 bool tryInstructionCommute(MachineInstr *MI, 1158 bool TwoAddressInstructionPass::tryInstructionCommute(MachineInstr *MI, in tryInstructionCommute() function in TwoAddressInstructionPass 1227 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform()
|