Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp184 class AArch64PassConfig : public TargetPassConfig { class
186 AArch64PassConfig(AArch64TargetMachine *TM, PassManagerBase &PM) in AArch64PassConfig() function in __anon10c7a0450111::AArch64PassConfig
214 return new AArch64PassConfig(this, PM); in createPassConfig()
217 void AArch64PassConfig::addIRPasses() { in addIRPasses()
245 bool AArch64PassConfig::addPreISel() { in addPreISel()
263 bool AArch64PassConfig::addInstSelector() { in addInstSelector()
275 bool AArch64PassConfig::addILPOpts() { in addILPOpts()
289 void AArch64PassConfig::addPreRegAlloc() { in addPreRegAlloc()
299 void AArch64PassConfig::addPostRegAlloc() { in addPostRegAlloc()
308 void AArch64PassConfig::addPreSched2() { in addPreSched2()
[all …]