Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp65 class MachineCombiner : public MachineFunctionPass { class
85 MachineCombiner() : MachineFunctionPass(ID) { in MachineCombiner() function in __anon20cc5c180111::MachineCombiner
130 char MachineCombiner::ID = 0;
131 char &llvm::MachineCombinerID = MachineCombiner::ID;
133 INITIALIZE_PASS_BEGIN(MachineCombiner, DEBUG_TYPE,
137 INITIALIZE_PASS_END(MachineCombiner, DEBUG_TYPE, "Machine InstCombiner", in INITIALIZE_PASS_DEPENDENCY()
140 void MachineCombiner::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
153 MachineCombiner::getOperandDef(const MachineOperand &MO) { in getOperandDef()
162 bool MachineCombiner::isTransientMI(const MachineInstr *MI) { in isTransientMI()
207 MachineCombiner::getDepth(SmallVectorImpl<MachineInstr *> &InsInstrs, in getDepth()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile343 SRCS_MIN+= CodeGen/MachineCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td2618 // MADD/MSUB generation is decided by MachineCombiner.cpp