Home
last modified time | relevance | path

Searched refs:CSMI (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineCSE.cpp93 bool PhysRegDefsReach(MachineInstr *CSMI, MachineInstr *MI,
99 MachineInstr *CSMI, MachineInstr *MI);
265 bool MachineCSE::PhysRegDefsReach(MachineInstr *CSMI, MachineInstr *MI, in PhysRegDefsReach() argument
273 const MachineBasicBlock *CSMBB = CSMI->getParent(); in PhysRegDefsReach()
288 MachineBasicBlock::const_iterator I = CSMI; I = std::next(I); in PhysRegDefsReach()
367 MachineInstr *CSMI, MachineInstr *MI) { in isProfitableToCSE() argument
393 MachineBasicBlock *CSBB = CSMI->getParent(); in isProfitableToCSE()
512 MachineInstr *CSMI = Exps[CSVN]; in ProcessBlock() local
513 if (PhysRegDefsReach(CSMI, MI, PhysRefs, PhysDefs, CrossMBBPhysDef)) in ProcessBlock()
526 MachineInstr *CSMI = Exps[CSVN]; in ProcessBlock() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCSE.cpp115 bool PhysRegDefsReach(MachineInstr *CSMI, MachineInstr *MI,
121 MachineInstr *CSMI, MachineInstr *MI);
288 bool MachineCSE::PhysRegDefsReach(MachineInstr *CSMI, MachineInstr *MI, in PhysRegDefsReach() argument
296 const MachineBasicBlock *CSMBB = CSMI->getParent(); in PhysRegDefsReach()
311 MachineBasicBlock::const_iterator I = CSMI; I = std::next(I); in PhysRegDefsReach()
390 MachineInstr *CSMI, MachineInstr *MI) { in isProfitableToCSE() argument
416 MachineBasicBlock *CSBB = CSMI->getParent(); in isProfitableToCSE()
533 MachineInstr *CSMI = Exps[CSVN]; in ProcessBlock() local
534 if (PhysRegDefsReach(CSMI, MI, PhysRefs, PhysDefs, CrossMBBPhysDef)) in ProcessBlock()
547 MachineInstr *CSMI = Exps[CSVN]; in ProcessBlock() local
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineCSE.cpp86 bool PhysRegDefsReach(MachineInstr *CSMI, MachineInstr *MI,
90 MachineInstr *CSMI, MachineInstr *MI);
217 bool MachineCSE::PhysRegDefsReach(MachineInstr *CSMI, MachineInstr *MI, in PhysRegDefsReach() argument
222 if (CSMI->getParent() != MBB) in PhysRegDefsReach()
224 MachineBasicBlock::const_iterator I = CSMI; I = llvm::next(I); in PhysRegDefsReach()
284 MachineInstr *CSMI, MachineInstr *MI) { in isProfitableToCSE() argument
291 MachineBasicBlock *CSBB = CSMI->getParent(); in isProfitableToCSE()
405 MachineInstr *CSMI = Exps[CSVN]; in ProcessBlock() local
406 if (PhysRegDefsReach(CSMI, MI, PhysRefs)) in ProcessBlock()
418 MachineInstr *CSMI = Exps[CSVN]; in ProcessBlock() local
[all …]