Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp65 class MachineCombiner : public MachineFunctionPass { class
85 MachineCombiner() : MachineFunctionPass(ID) { in MachineCombiner() function in __anon9511fe0e0111::MachineCombiner
130 char MachineCombiner::ID = 0;
131 char &llvm::MachineCombinerID = MachineCombiner::ID;
133 INITIALIZE_PASS_BEGIN(MachineCombiner, DEBUG_TYPE,
153 MachineCombiner::getOperandDef(const MachineOperand &MO) { in getOperandDef()
352 bool MachineCombiner::reduceRegisterPressure( in reduceRegisterPressure()
369 bool MachineCombiner::improvesCriticalPathLen( in improvesCriticalPathLen()
432 void MachineCombiner::instr2instrSC( in instr2instrSC()
444 bool MachineCombiner::preservesResourceLen( in preservesResourceLen()
[all …]
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile345 SRCS_MIN+= CodeGen/MachineCombiner.cpp
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td2618 // MADD/MSUB generation is decided by MachineCombiner.cpp