Searched refs:MipsPreLegalizerCombiner (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp1 //=== lib/CodeGen/GlobalISel/MipsPreLegalizerCombiner.cpp --------------===//
56 class MipsPreLegalizerCombiner : public MachineFunctionPass { class in namespace:__anon5261
60 MipsPreLegalizerCombiner();
62 StringRef getPassName() const override { return "MipsPreLegalizerCombiner"; }
70 void MipsPreLegalizerCombiner::getAnalysisUsage(AnalysisUsage &AU) const {
77 MipsPreLegalizerCombiner::MipsPreLegalizerCombiner() : MachineFunctionPass(ID) { function in class:MipsPreLegalizerCombiner
81 bool MipsPreLegalizerCombiner::runOnMachineFunction(MachineFunction &MF) {
91 char MipsPreLegalizerCombiner::ID = 0;
92 INITIALIZE_PASS_BEGIN(MipsPreLegalizerCombiner, DEBUG_TYP
[all...]
/freebsd-12-stable/lib/clang/libllvm/
H A DMakefile1152 SRCS_MIN+= Target/Mips/MipsPreLegalizerCombiner.cpp

Completed in 64 milliseconds