Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCombiner.cpp64 class MachineCombiner : public MachineFunctionPass { class
84 MachineCombiner() : MachineFunctionPass(ID) { in MachineCombiner() function in __anonec91dd480111::MachineCombiner
129 char MachineCombiner::ID = 0;
130 char &llvm::MachineCombinerID = MachineCombiner::ID;
132 INITIALIZE_PASS_BEGIN(MachineCombiner, DEBUG_TYPE,
163 bool MachineCombiner::isTransientMI(const MachineInstr *MI) { in isTransientMI()
353 bool MachineCombiner::reduceRegisterPressure( in reduceRegisterPressure()
370 bool MachineCombiner::improvesCriticalPathLen( in improvesCriticalPathLen()
429 void MachineCombiner::instr2instrSC( in instr2instrSC()
441 bool MachineCombiner::preservesResourceLen( in preservesResourceLen()
[all …]
H A DCMakeLists.txt103 MachineCombiner.cpp
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmachine-combiner-transient.ll6 ; handling of transient instructions in MachineCombiner can fail the forllowing
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn112 "MachineCombiner.cpp",
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td2279 // MADD/MSUB generation is decided by MachineCombiner.cpp