Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsPostLegalizerCombiner.cpp77 class MipsPostLegalizerCombiner : public MachineFunctionPass { class
81 MipsPostLegalizerCombiner(bool IsOptNone = false);
96 void MipsPostLegalizerCombiner::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
109 MipsPostLegalizerCombiner::MipsPostLegalizerCombiner(bool IsOptNone) in MipsPostLegalizerCombiner() function in MipsPostLegalizerCombiner
114 bool MipsPostLegalizerCombiner::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
134 char MipsPostLegalizerCombiner::ID = 0;
135 INITIALIZE_PASS_BEGIN(MipsPostLegalizerCombiner, DEBUG_TYPE,
140 INITIALIZE_PASS_END(MipsPostLegalizerCombiner, DEBUG_TYPE,
146 return new MipsPostLegalizerCombiner(IsOptNone); in createMipsPostLegalizeCombiner()
H A DCMakeLists.txt53 MipsPostLegalizerCombiner.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/Mips/
H A DBUILD.gn101 "MipsPostLegalizerCombiner.cpp",