Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp375 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()
458 void ARMPassConfig::addPreRegAlloc() { in addPreRegAlloc()
470 void ARMPassConfig::addPreSched2() { in addPreSched2()
[all …]