Searched refs:TwoAddressInstructionPass (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1 //===- TwoAddressInstructionPass.cpp - Two-Address instruction pass -------===//
91 class TwoAddressInstructionPass : public MachineFunctionPass { class in namespace:__anon3597
170 TwoAddressInstructionPass() : MachineFunctionPass(ID) { function in class:__anon3597::TwoAddressInstructionPass
192 char TwoAddressInstructionPass::ID = 0;
194 char &llvm::TwoAddressInstructionPassID = TwoAddressInstructionPass::ID;
196 INITIALIZE_PASS_BEGIN(TwoAddressInstructionPass, DEBUG_TYPE,
199 INITIALIZE_PASS_END(TwoAddressInstructionPass, DEBUG_TYPE,
226 bool TwoAddressInstructionPass::isRevCopyChain(unsigned FromReg, unsigned ToReg,
246 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist,
444 TwoAddressInstructionPass
[all...]
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile410 SRCS_MIN+= CodeGen/TwoAddressInstructionPass.cpp

Completed in 128 milliseconds