Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCombiner.cpp65 class MachineCombiner : public MachineFunctionPass { class
85 MachineCombiner() : MachineFunctionPass(ID) { in MachineCombiner() function in __anonc479f2030111::MachineCombiner
129 char MachineCombiner::ID = 0;
130 char &llvm::MachineCombinerID = MachineCombiner::ID;
132 INITIALIZE_PASS_BEGIN(MachineCombiner, DEBUG_TYPE,
136 INITIALIZE_PASS_END(MachineCombiner, DEBUG_TYPE, "Machine InstCombiner", in INITIALIZE_PASS_DEPENDENCY()
139 void MachineCombiner::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
151 MachineInstr *MachineCombiner::getOperandDef(const MachineOperand &MO) { in getOperandDef()
171 MachineCombiner::getDepth(SmallVectorImpl<MachineInstr *> &InsInstrs, in getDepth()
230 unsigned MachineCombiner::getLatency(MachineInstr *Root, MachineInstr *NewRoot, in getLatency()
[all …]
H A DCMakeLists.txt75 MachineCombiner.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/
H A DMakefile86 MachineCombiner.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn106 "MachineCombiner.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td2188 // MADD/MSUB generation is decided by MachineCombiner.cpp