Searched refs:NAPhysToVirtMIs (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 187 DenseMap<unsigned, MachineInstr *> &NAPhysToVirtMIs); 1426 MachineInstr *MI, DenseMap<unsigned, MachineInstr *> &NAPhysToVirtMIs) { in foldRedundantNAPhysCopy() argument 1438 NAPhysToVirtMIs.insert({SrcReg, MI}); in foldRedundantNAPhysCopy() 1446 auto PrevCopy = NAPhysToVirtMIs.find(DstReg); in foldRedundantNAPhysCopy() 1447 if (PrevCopy == NAPhysToVirtMIs.end()) { in foldRedundantNAPhysCopy() 1469 NAPhysToVirtMIs.erase(PrevCopy); in foldRedundantNAPhysCopy() 1509 DenseMap<unsigned, MachineInstr *> NAPhysToVirtMIs; in runOnMachineFunction() local 1540 const auto &Def = NAPhysToVirtMIs.find(Reg); in runOnMachineFunction() 1541 if (Def != NAPhysToVirtMIs.end()) { in runOnMachineFunction() 1546 NAPhysToVirtMIs.erase(Def); in runOnMachineFunction() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 230 DenseMap<unsigned, MachineInstr *> &NAPhysToVirtMIs); 1442 MachineInstr &MI, DenseMap<unsigned, MachineInstr *> &NAPhysToVirtMIs) { in foldRedundantNAPhysCopy() argument 1454 NAPhysToVirtMIs.insert({SrcReg, &MI}); in foldRedundantNAPhysCopy() 1462 auto PrevCopy = NAPhysToVirtMIs.find(DstReg); in foldRedundantNAPhysCopy() 1463 if (PrevCopy == NAPhysToVirtMIs.end()) { in foldRedundantNAPhysCopy() 1485 NAPhysToVirtMIs.erase(PrevCopy); in foldRedundantNAPhysCopy() 1633 DenseMap<unsigned, MachineInstr *> NAPhysToVirtMIs; in runOnMachineFunction() local 1668 const auto &Def = NAPhysToVirtMIs.find(Reg); in runOnMachineFunction() 1669 if (Def != NAPhysToVirtMIs.end()) { in runOnMachineFunction() 1674 NAPhysToVirtMIs.erase(Def); in runOnMachineFunction() [all …]
|