Searched refs:PhysDefs (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 111 PhysDefVector &PhysDefs, bool &PhysUseDef) const; 114 const PhysDefVector &PhysDefs, bool &NonLocal) const; 287 PhysDefVector &PhysDefs, in hasLivePhysRegDefUses() argument 323 PhysDefs.emplace_back(MOP.index(), Reg); in hasLivePhysRegDefUses() 327 for (const auto &Def : PhysDefs) in hasLivePhysRegDefUses() 336 const PhysDefVector &PhysDefs, in PhysRegDefsReach() argument 349 for (const auto &PhysDef : PhysDefs) { in PhysRegDefsReach() 574 PhysDefVector PhysDefs; in ProcessBlockCSE() local 577 hasLivePhysRegDefUses(&MI, MBB, PhysRefs, PhysDefs, PhysUseDef)) { in ProcessBlockCSE() 588 if (PhysRegDefsReach(CSMI, &MI, PhysRefs, PhysDefs, CrossMBBPhysDef)) in ProcessBlockCSE() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVVectorPeephole.cpp | 534 SmallVector<Register> PhysUses, PhysDefs; in isSafeToMove() local 540 PhysDefs.push_back(MO.getReg()); in isSafeToMove() 546 for (Register PhysReg : PhysDefs) in isSafeToMove()
|