Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCombiner.cpp61 class MachineCombiner : public MachineFunctionPass { class
78 MachineCombiner() : MachineFunctionPass(ID) { in MachineCombiner() function in __anonfe75aa9d0111::MachineCombiner
118 char MachineCombiner::ID = 0;
119 char &llvm::MachineCombinerID = MachineCombiner::ID;
121 INITIALIZE_PASS_BEGIN(MachineCombiner, DEBUG_TYPE,
128 void MachineCombiner::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
299 bool MachineCombiner::improvesCriticalPathLen( in improvesCriticalPathLen()
358 void MachineCombiner::instr2instrSC( in instr2instrSC()
370 bool MachineCombiner::preservesResourceLen( in preservesResourceLen()
462 void MachineCombiner::verifyPatternOrder( in verifyPatternOrder()
[all …]
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile259 SRCS_MIN+= CodeGen/MachineCombiner.cpp
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td1846 // MADD/MSUB generation is decided by MachineCombiner.cpp