Searched refs:LanaiMemAluCombiner (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/Lanai/ |
D | LanaiMemAluCombiner.cpp | 57 class LanaiMemAluCombiner : public MachineFunctionPass { class 60 explicit LanaiMemAluCombiner() : MachineFunctionPass(ID) { in LanaiMemAluCombiner() function in __anon9f675fd80111::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()
|
D | CMakeLists.txt | 23 LanaiMemAluCombiner.cpp
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiMemAluCombiner.cpp | 56 class LanaiMemAluCombiner : public MachineFunctionPass { class 59 explicit LanaiMemAluCombiner() : MachineFunctionPass(ID) { in LanaiMemAluCombiner() function in __anond331c2ba0111::LanaiMemAluCombiner 89 char LanaiMemAluCombiner::ID = 0; 91 INITIALIZE_PASS(LanaiMemAluCombiner, DEBUG_TYPE, 236 void LanaiMemAluCombiner::insertMergedInstruction(MachineBasicBlock *BB, in insertMergedInstruction() 329 MbbIterator LanaiMemAluCombiner::findClosestSuitableAluInstr( in findClosestSuitableAluInstr() 364 bool LanaiMemAluCombiner::combineMemAluInBasicBlock(MachineBasicBlock *BB) { in combineMemAluInBasicBlock() 409 bool LanaiMemAluCombiner::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction() 423 return new LanaiMemAluCombiner(); in createLanaiMemAluCombinerPass()
|
D | CMakeLists.txt | 24 LanaiMemAluCombiner.cpp
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiMemAluCombiner.cpp | 56 class LanaiMemAluCombiner : public MachineFunctionPass { class 59 explicit LanaiMemAluCombiner() : MachineFunctionPass(ID) { in LanaiMemAluCombiner() function in __anon317abf460111::LanaiMemAluCombiner 89 char LanaiMemAluCombiner::ID = 0; 91 INITIALIZE_PASS(LanaiMemAluCombiner, DEBUG_TYPE, 236 void LanaiMemAluCombiner::insertMergedInstruction(MachineBasicBlock *BB, in insertMergedInstruction() 329 MbbIterator LanaiMemAluCombiner::findClosestSuitableAluInstr( in findClosestSuitableAluInstr() 364 bool LanaiMemAluCombiner::combineMemAluInBasicBlock(MachineBasicBlock *BB) { in combineMemAluInBasicBlock() 409 bool LanaiMemAluCombiner::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction() 423 return new LanaiMemAluCombiner(); in createLanaiMemAluCombinerPass()
|
D | CMakeLists.txt | 26 LanaiMemAluCombiner.cpp
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/Lanai/ |
D | BUILD.gn | 41 "LanaiMemAluCombiner.cpp",
|