Home
last modified time | relevance | path

Searched refs:DoCommute (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1181 bool DoCommute = in tryInstructionCommute() local
1184 if (!DoCommute && in tryInstructionCommute()
1186 DoCommute = true; in tryInstructionCommute()
1191 if (DoCommute && commuteInstruction(MI, BaseOpIdx, OtherOpIdx, Dist)) { in tryInstructionCommute()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1228 bool DoCommute = !BaseOpKilled && OtherOpKilled; in tryInstructionCommute() local
1230 if (!DoCommute && in tryInstructionCommute()
1232 DoCommute = true; in tryInstructionCommute()
1237 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx, in tryInstructionCommute()