Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Lanai/
DLanaiMemAluCombiner.cpp57 class LanaiMemAluCombiner : public MachineFunctionPass { class
60 explicit LanaiMemAluCombiner() : MachineFunctionPass(ID) { in LanaiMemAluCombiner() function in __anonb6fc5cf00111::LanaiMemAluCombiner
90 char LanaiMemAluCombiner::ID = 0;
92 INITIALIZE_PASS(LanaiMemAluCombiner, DEBUG_TYPE,
236 void LanaiMemAluCombiner::insertMergedInstruction(MachineBasicBlock *BB, in insertMergedInstruction()
330 MbbIterator LanaiMemAluCombiner::findClosestSuitableAluInstr( in findClosestSuitableAluInstr()
362 bool LanaiMemAluCombiner::combineMemAluInBasicBlock(MachineBasicBlock *BB) { in combineMemAluInBasicBlock()
407 bool LanaiMemAluCombiner::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
421 return new LanaiMemAluCombiner(); in createLanaiMemAluCombinerPass()
DCMakeLists.txt23 LanaiMemAluCombiner.cpp