Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp169 bool tryInstructionTransform(MachineBasicBlock::iterator &mi,
1312 bool TwoAddressInstructionImpl::tryInstructionTransform( in tryInstructionTransform() function in TwoAddressInstructionImpl
1435 tryInstructionTransform(NewMI, mi, NewSrcIdx, NewDstIdx, Dist, true); in tryInstructionTransform()
1891 tryInstructionTransform(mi, nmi, SrcIdx, DstIdx, Dist, false)) { in run()