Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp124 class RISCVPassConfig : public TargetPassConfig { class
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()
185 void RISCVPassConfig::addPreEmitPass2() { in addPreEmitPass2()
[all …]