Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRCanonicalizerPass.cpp163 std::vector<unsigned> PhysRegDefs; in rescheduleCanonically() local
176 PhysRegDefs.push_back(MO.getReg()); in rescheduleCanonically()
201 if (llvm::find(PhysRegDefs, II->getOperand(i).getReg()) == in rescheduleCanonically()
202 PhysRegDefs.end()) { in rescheduleCanonically()
DMachineLICM.cpp211 void ProcessMI(MachineInstr *MI, BitVector &PhysRegDefs,
434 BitVector &PhysRegDefs, in ProcessMI() argument
469 if (Reg && (PhysRegDefs.test(Reg) || PhysRegClobbers.test(Reg))) in ProcessMI()
498 if (PhysRegDefs.test(*AS)) in ProcessMI()
504 PhysRegDefs.set(*AS); in ProcessMI()
530 BitVector PhysRegDefs(NumRegs); // Regs defined once in the loop. in HoistRegionPostRA() local
549 PhysRegDefs.set(*AI); in HoistRegionPostRA()
554 ProcessMI(&MI, PhysRegDefs, PhysRegClobbers, StoredFIs, Candidates); in HoistRegionPostRA()
593 if (PhysRegDefs.test(Reg) || in HoistRegionPostRA()