Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1174 bool DoCommute = !BaseOpKilled && OtherOpKilled; in tryInstructionCommute() local
1176 if (!DoCommute && in tryInstructionCommute()
1178 DoCommute = true; in tryInstructionCommute()
1183 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx, in tryInstructionCommute()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2086 const bool DoCommute = PtrReg.second; in applyCombineAddP2IToPtrAdd() local
2087 if (DoCommute) in applyCombineAddP2IToPtrAdd()