Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineLICM.cpp168 void ProcessMI(MachineInstr *MI, unsigned *PhysRegDefs,
386 unsigned *PhysRegDefs, in ProcessMI() argument
414 if (Reg && PhysRegDefs[Reg]) in ProcessMI()
422 ++PhysRegDefs[Reg]; in ProcessMI()
424 ++PhysRegDefs[*AS]; in ProcessMI()
442 if (++PhysRegDefs[Reg] > 1) in ProcessMI()
447 if (++PhysRegDefs[*AS] > 1) in ProcessMI()
465 unsigned *PhysRegDefs = new unsigned[NumRegs]; in HoistRegionPostRA() local
466 std::fill(PhysRegDefs, PhysRegDefs + NumRegs, 0); in HoistRegionPostRA()
488 ++PhysRegDefs[Reg]; in HoistRegionPostRA()
[all …]
/external/llvm/lib/CodeGen/
DMachineLICM.cpp169 void ProcessMI(MachineInstr *MI, BitVector &PhysRegDefs,
352 BitVector &PhysRegDefs, in ProcessMI() argument
387 if (Reg && (PhysRegDefs.test(Reg) || PhysRegClobbers.test(Reg))) in ProcessMI()
416 if (PhysRegDefs.test(*AS)) in ProcessMI()
418 PhysRegDefs.set(*AS); in ProcessMI()
444 BitVector PhysRegDefs(NumRegs); // Regs defined once in the loop. in HoistRegionPostRA() local
464 PhysRegDefs.set(*AI); in HoistRegionPostRA()
469 ProcessMI(&MI, PhysRegDefs, PhysRegClobbers, StoredFIs, Candidates); in HoistRegionPostRA()
508 if (PhysRegDefs.test(Reg) || in HoistRegionPostRA()