HomeSort by relevance Sort by last modified time
    Searched refs:isPhysRegUsed (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 116 bool isPhysRegUsed(unsigned PhysReg) const;
MachineRegisterInfo.h 643 bool isPhysRegUsed(unsigned PhysReg) const;
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIFrameLowering.cpp 127 if (!MRI.isPhysRegUsed(Reg)) {
145 if (!MRI.isPhysRegUsed(Reg)) {
SIRegisterInfo.cpp 616 if (!MRI.isPhysRegUsed(Reg))
  /external/llvm/lib/CodeGen/
LiveRegMatrix.cpp 131 bool LiveRegMatrix::isPhysRegUsed(unsigned PhysReg) const {
MachineRegisterInfo.cpp 488 bool MachineRegisterInfo::isPhysRegUsed(unsigned PhysReg) const {
ExecutionDepsFix.cpp 736 if (MRI.isPhysRegUsed(Reg)) {
RegAllocGreedy.cpp 849 return !Matrix->isPhysRegUsed(PhysReg);
    [all...]

Completed in 391 milliseconds