Searched refs:M68kPassConfig (Results 1 – 1 of 1) sorted by relevance
146 class M68kPassConfig : public TargetPassConfig { class148 M68kPassConfig(M68kTargetMachine &TM, PassManagerBase &PM) in M68kPassConfig() function in __anonb41e197d0211::M68kPassConfig170 return new M68kPassConfig(*this, PM); in createPassConfig()173 void M68kPassConfig::addIRPasses() { in addIRPasses()178 bool M68kPassConfig::addInstSelector() { in addInstSelector()185 bool M68kPassConfig::addIRTranslator() { in addIRTranslator()190 bool M68kPassConfig::addLegalizeMachineIR() { in addLegalizeMachineIR()195 bool M68kPassConfig::addRegBankSelect() { in addRegBankSelect()200 bool M68kPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect()205 void M68kPassConfig::addPreSched2() { addPass(createM68kExpandPseudoPass()); } in addPreSched2()[all …]