Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp394 class PPCPassConfig : public TargetPassConfig { class
396 PPCPassConfig(PPCTargetMachine &TM, PassManagerBase &PM) in PPCPassConfig() function in __anon31bf55eb0111::PPCPassConfig
436 return new PPCPassConfig(*this, PM); in createPassConfig()
439 void PPCPassConfig::addIRPasses() { in addIRPasses()
475 bool PPCPassConfig::addPreISel() { in addPreISel()
485 bool PPCPassConfig::addILPOpts() { in addILPOpts()
494 bool PPCPassConfig::addInstSelector() { in addInstSelector()
507 void PPCPassConfig::addMachineSSAOptimization() { in addMachineSSAOptimization()
534 void PPCPassConfig::addPreRegAlloc() { in addPreRegAlloc()
557 void PPCPassConfig::addPreSched2() { in addPreSched2()
[all …]