Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp182 class AArch64PassConfig : public TargetPassConfig { class
184 AArch64PassConfig(AArch64TargetMachine *TM, PassManagerBase &PM) in AArch64PassConfig() function in __anonabce972a0111::AArch64PassConfig
212 return new AArch64PassConfig(this, PM); in createPassConfig()
215 void AArch64PassConfig::addIRPasses() { in addIRPasses()
247 bool AArch64PassConfig::addPreISel() { in addPreISel()
269 bool AArch64PassConfig::addInstSelector() { in addInstSelector()
281 bool AArch64PassConfig::addILPOpts() { in addILPOpts()
295 void AArch64PassConfig::addPreRegAlloc() { in addPreRegAlloc()
305 void AArch64PassConfig::addPostRegAlloc() { in addPostRegAlloc()
314 void AArch64PassConfig::addPreSched2() { in addPreSched2()
[all …]