Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp179 TwoAddressInstructionPass() : MachineFunctionPass(ID) { in TwoAddressInstructionPass() function in __anone51a3c320111::TwoAddressInstructionPass
201 char TwoAddressInstructionPass::ID = 0;
208 INITIALIZE_PASS_END(TwoAddressInstructionPass, DEBUG_TYPE,
216 bool TwoAddressInstructionPass::
584 TwoAddressInstructionPass::
775 TwoAddressInstructionPass::scanUses(unsigned DstReg) { in scanUses()
857 bool TwoAddressInstructionPass::
1047 bool TwoAddressInstructionPass::
1266 bool TwoAddressInstructionPass::
1460 bool TwoAddressInstructionPass::
[all …]
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile368 SRCS_MIN+= CodeGen/TwoAddressInstructionPass.cpp