Lines Matching refs:ARMPassConfig
307 class ARMPassConfig : public TargetPassConfig { class
309 ARMPassConfig(ARMBaseTargetMachine &TM, PassManagerBase &PM) in ARMPassConfig() function in __anonb19cafd60111::ARMPassConfig
375 return new ARMPassConfig(*this, PM); in INITIALIZE_PASS_DEPENDENCY()
378 void ARMPassConfig::addIRPasses() { in addIRPasses()
401 void ARMPassConfig::addCodeGenPrepare() { in addCodeGenPrepare()
407 bool ARMPassConfig::addPreISel() { in addPreISel()
433 bool ARMPassConfig::addInstSelector() { in addInstSelector()
438 bool ARMPassConfig::addIRTranslator() { in addIRTranslator()
443 bool ARMPassConfig::addLegalizeMachineIR() { in addLegalizeMachineIR()
448 bool ARMPassConfig::addRegBankSelect() { in addRegBankSelect()
453 bool ARMPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect()
458 void ARMPassConfig::addPreRegAlloc() { in addPreRegAlloc()
470 void ARMPassConfig::addPreSched2() { in addPreSched2()
496 void ARMPassConfig::addPreEmitPass() { in addPreEmitPass()