Searched refs:LanaiMemAluCombiner (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp1 //===-- LanaiMemAluCombiner.cpp - Pass to combine memory & ALU operations -===//
57 class LanaiMemAluCombiner : public MachineFunctionPass { class in namespace:__anon13046
60 explicit LanaiMemAluCombiner() : MachineFunctionPass(ID) { function in class:__anon13046::LanaiMemAluCombiner
90 char LanaiMemAluCombiner::ID = 0;
92 INITIALIZE_PASS(LanaiMemAluCombiner, DEBUG_TYPE,
236 void LanaiMemAluCombiner::insertMergedInstruction(MachineBasicBlock *BB,
330 MbbIterator LanaiMemAluCombiner::findClosestSuitableAluInstr(
362 bool LanaiMemAluCombiner::combineMemAluInBasicBlock(MachineBasicBlock *BB) {
407 bool LanaiMemAluCombiner::runOnMachineFunction(MachineFunction &MF) {
421 return new LanaiMemAluCombiner();
[all...]

Completed in 420 milliseconds