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

  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 93 return getPhys(virtReg) != NO_PHYS_REG;
98 unsigned getPhys(unsigned virtReg) const {
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 85 Hint = getPhys(Hint);
86 return getPhys(VirtReg) == Hint;
247 unsigned PhysReg = VRM->getPhys(VirtReg);
287 unsigned PhysReg = VRM->getPhys(VirtReg);
LiveRegMatrix.cpp 87 unsigned PhysReg = VRM->getPhys(VirtReg.reg);
TargetRegisterInfo.cpp 270 Phys = VRM->getPhys(Phys);
LiveDebugVariables.cpp 871 TargetRegisterInfo::isPhysicalRegister(VRM.getPhys(VirtReg))) {
875 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI);
    [all...]
LiveIntervalAnalysis.cpp 521 for (MCRegUnitIterator Units(VRM->getPhys(Reg), TRI); Units.isValid();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 202 PairedPhys = getPairedGPR(VRM->getPhys(Hint.second), Odd, this);

Completed in 181 milliseconds