Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp124 class RISCVPassConfig : public TargetPassConfig { class
126 RISCVPassConfig(RISCVTargetMachine &TM, PassManagerBase &PM) in RISCVPassConfig() function in __anon5284f04a0111::RISCVPassConfig
147 return new RISCVPassConfig(*this, PM); in createPassConfig()
150 void RISCVPassConfig::addIRPasses() { in addIRPasses()
155 bool RISCVPassConfig::addInstSelector() { in addInstSelector()
161 bool RISCVPassConfig::addIRTranslator() { in addIRTranslator()
166 bool RISCVPassConfig::addLegalizeMachineIR() { in addLegalizeMachineIR()
171 bool RISCVPassConfig::addRegBankSelect() { in addRegBankSelect()
176 bool RISCVPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect()
181 void RISCVPassConfig::addPreSched2() {} in addPreSched2()
[all …]