Searched refs:PhysRefs (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineCSE.cpp | 85 SmallSet<unsigned,8> &PhysRefs) const; 87 SmallSet<unsigned,8> &PhysRefs) const; 192 SmallSet<unsigned,8> &PhysRefs) const { in hasLivePhysRegDefUses() 209 PhysRefs.insert(Reg); in hasLivePhysRegDefUses() 211 PhysRefs.insert(*Alias); in hasLivePhysRegDefUses() 214 return !PhysRefs.empty(); in hasLivePhysRegDefUses() 218 SmallSet<unsigned,8> &PhysRefs) const { in PhysRegDefsReach() 242 if (PhysRefs.count(MOReg)) in PhysRegDefsReach() 397 SmallSet<unsigned,8> PhysRefs; in ProcessBlock() local 398 if (FoundCSE && hasLivePhysRegDefUses(MI, MBB, PhysRefs)) { in ProcessBlock() [all …]
|
/external/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 90 SmallSet<unsigned,8> &PhysRefs, 94 SmallSet<unsigned,8> &PhysRefs, 217 SmallSet<unsigned,8> &PhysRefs, in hasLivePhysRegDefUses() argument 232 PhysRefs.insert(*AI); in hasLivePhysRegDefUses() 248 if (PhysRefs.count(Reg)) in hasLivePhysRegDefUses() 260 PhysRefs.insert(*AI); in hasLivePhysRegDefUses() 262 return !PhysRefs.empty(); in hasLivePhysRegDefUses() 266 SmallSet<unsigned,8> &PhysRefs, in PhysRegDefsReach() argument 320 if (PhysRefs.count(MOReg)) in PhysRegDefsReach() 498 SmallSet<unsigned, 8> PhysRefs; in ProcessBlock() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 112 SmallSet<unsigned,8> &PhysRefs, 116 SmallSet<unsigned,8> &PhysRefs, 240 SmallSet<unsigned,8> &PhysRefs, in hasLivePhysRegDefUses() argument 255 PhysRefs.insert(*AI); in hasLivePhysRegDefUses() 271 if (PhysRefs.count(Reg)) in hasLivePhysRegDefUses() 283 PhysRefs.insert(*AI); in hasLivePhysRegDefUses() 285 return !PhysRefs.empty(); in hasLivePhysRegDefUses() 289 SmallSet<unsigned,8> &PhysRefs, in PhysRegDefsReach() argument 343 if (PhysRefs.count(MOReg)) in PhysRegDefsReach() 519 SmallSet<unsigned, 8> PhysRefs; in ProcessBlock() local [all …]
|