Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp92 class TwoAddressInstructionImpl { class
192 TwoAddressInstructionImpl(MachineFunction &MF, MachineFunctionPass *P);
193 TwoAddressInstructionImpl(MachineFunction &MF,
210 TwoAddressInstructionImpl Impl(MF, this); in runOnMachineFunction()
238 TwoAddressInstructionImpl Impl(MF, MFAM); in run()
266 TwoAddressInstructionImpl::TwoAddressInstructionImpl( in INITIALIZE_PASS_DEPENDENCY()
280 TwoAddressInstructionImpl::TwoAddressInstructionImpl(MachineFunction &Func, in TwoAddressInstructionImpl() function in TwoAddressInstructionImpl
298 TwoAddressInstructionImpl::getSingleDef(Register Reg, in getSingleDef()
319 bool TwoAddressInstructionImpl::isRevCopyChain(Register FromReg, Register ToReg, in isRevCopyChain()
339 bool TwoAddressInstructionImpl::noUseAfterLastDef(Register Reg, unsigned Dist, in noUseAfterLastDef()
[all …]