Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCombiner.cpp65 class MachineCombiner : public MachineFunctionPass { class
85 MachineCombiner() : MachineFunctionPass(ID) { in MachineCombiner() function in __anonf5865b4f0111::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()
163 bool MachineCombiner::isTransientMI(const MachineInstr *MI) { in isTransientMI()
208 MachineCombiner::getDepth(SmallVectorImpl<MachineInstr *> &InsInstrs, in getDepth()
[all …]
H A DCMakeLists.txt108 MachineCombiner.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMCodeGen/
H A DMakefile91 MachineCombiner.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn120 "MachineCombiner.cpp",
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td2433 // MADD/MSUB generation is decided by MachineCombiner.cpp