Searched refs:M68kPassConfig (Results 1 – 1 of 1) sorted by relevance
145 class M68kPassConfig : public TargetPassConfig { class147 M68kPassConfig(M68kTargetMachine &TM, PassManagerBase &PM) in M68kPassConfig() function in __anonb41e197d0211::M68kPassConfig169 return new M68kPassConfig(*this, PM); in createPassConfig()172 void M68kPassConfig::addIRPasses() { in addIRPasses()177 bool M68kPassConfig::addInstSelector() { in addInstSelector()184 bool M68kPassConfig::addIRTranslator() { in addIRTranslator()189 bool M68kPassConfig::addLegalizeMachineIR() { in addLegalizeMachineIR()194 bool M68kPassConfig::addRegBankSelect() { in addRegBankSelect()199 bool M68kPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect()204 void M68kPassConfig::addPreSched2() { addPass(createM68kExpandPseudoPass()); } in addPreSched2()[all …]