Searched refs:TwoAddressInstructionPass (Results 1 – 6 of 6) sorted by relevance
213 char TwoAddressInstructionPass::ID = 0;225 TwoAddressInstructionPass::getSingleDef(Register Reg, in INITIALIZE_PASS_DEPENDENCY()347 bool TwoAddressInstructionPass::isPlainlyKilled( in isPlainlyKilled()481 void TwoAddressInstructionPass::removeMapRegEntry( in removeMapRegEntry()549 bool TwoAddressInstructionPass::regOverlapsSet( in regOverlapsSet()713 bool TwoAddressInstructionPass::convertInstTo3Addr( in convertInstTo3Addr()834 bool TwoAddressInstructionPass::rescheduleMIBelowKill( in rescheduleMIBelowKill()1239 bool TwoAddressInstructionPass::1438 bool TwoAddressInstructionPass::1666 bool TwoAddressInstructionPass::processStatepoint( in processStatepoint()[all …]
1153 addPass(TwoAddressInstructionPass()); in addFastRegAlloc()1174 addPass(TwoAddressInstructionPass()); in addOptimizedRegAlloc()
254 DUMMY_MACHINE_FUNCTION_PASS("twoaddressinstruction", TwoAddressInstructionPass,
863 // works best with how TwoAddressInstructionPass tries commuting.1216 // works best with how TwoAddressInstructionPass tries commuting.
1673 // works best with how TwoAddressInstructionPass tries commuting.
482 SRCS_MIN+= CodeGen/TwoAddressInstructionPass.cpp