Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCSE.cpp91 SmallVectorImpl<unsigned> &PhysDefs,
95 SmallVectorImpl<unsigned> &PhysDefs,
218 SmallVectorImpl<unsigned> &PhysDefs, in hasLivePhysRegDefUses() argument
254 PhysDefs.push_back(Reg); in hasLivePhysRegDefUses()
258 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) in hasLivePhysRegDefUses()
259 for (MCRegAliasIterator AI(PhysDefs[i], TRI, true); AI.isValid(); ++AI) in hasLivePhysRegDefUses()
267 SmallVectorImpl<unsigned> &PhysDefs, in PhysRegDefsReach() argument
280 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) { in PhysRegDefsReach()
281 if (MRI->isAllocatable(PhysDefs[i]) || MRI->isReserved(PhysDefs[i])) in PhysRegDefsReach()
499 SmallVector<unsigned, 2> PhysDefs; in ProcessBlock() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCSE.cpp113 SmallVectorImpl<unsigned> &PhysDefs,
117 SmallVectorImpl<unsigned> &PhysDefs,
241 SmallVectorImpl<unsigned> &PhysDefs, in hasLivePhysRegDefUses() argument
277 PhysDefs.push_back(Reg); in hasLivePhysRegDefUses()
281 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) in hasLivePhysRegDefUses()
282 for (MCRegAliasIterator AI(PhysDefs[i], TRI, true); AI.isValid(); ++AI) in hasLivePhysRegDefUses()
290 SmallVectorImpl<unsigned> &PhysDefs, in PhysRegDefsReach() argument
303 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) { in PhysRegDefsReach()
304 if (MRI->isAllocatable(PhysDefs[i]) || MRI->isReserved(PhysDefs[i])) in PhysRegDefsReach()
520 SmallVector<unsigned, 2> PhysDefs; in ProcessBlock() local
[all …]