Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp65 class MachineCombiner : public MachineFunctionPass { class
85 MachineCombiner() : MachineFunctionPass(ID) { in MachineCombiner() function in __anon1bb2734c0111::MachineCombiner
129 char MachineCombiner::ID = 0;
130 char &llvm::MachineCombinerID = MachineCombiner::ID;
132 INITIALIZE_PASS_BEGIN(MachineCombiner, DEBUG_TYPE,
139 void MachineCombiner::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
313 bool MachineCombiner::reduceRegisterPressure( in reduceRegisterPressure()
330 bool MachineCombiner::improvesCriticalPathLen( in improvesCriticalPathLen()
389 void MachineCombiner::instr2instrSC( in instr2instrSC()
401 bool MachineCombiner::preservesResourceLen( in preservesResourceLen()
[all …]
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile310 SRCS_MIN+= CodeGen/MachineCombiner.cpp
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td2197 // MADD/MSUB generation is decided by MachineCombiner.cpp