Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1202 bool DoCommute = !BaseOpKilled && OtherOpKilled; in tryInstructionCommute() local
1204 if (!DoCommute && in tryInstructionCommute()
1206 DoCommute = true; in tryInstructionCommute()
1211 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx, in tryInstructionCommute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2329 const bool DoCommute = PtrReg.second; in applyCombineAddP2IToPtrAdd() local
2330 if (DoCommute) in applyCombineAddP2IToPtrAdd()