HomeSort by relevance Sort by last modified time
    Searched refs:getPhys (Results 1 - 8 of 8) 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 88 Hint = getPhys(Hint);
89 return getPhys(VirtReg) == Hint;
251 unsigned PhysReg = VRM->getPhys(VirtReg);
333 VRM->getPhys(MO.getReg()) :
339 unsigned PhysReg = VRM->getPhys(VirtReg);
LiveRegMatrix.cpp 90 unsigned PhysReg = VRM->getPhys(VirtReg.reg);
TargetRegisterInfo.cpp 280 Phys = VRM->getPhys(Phys);
LiveDebugVariables.cpp 884 TargetRegisterInfo::isPhysicalRegister(VRM.getPhys(VirtReg))) {
888 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI);
    [all...]
LiveIntervalAnalysis.cpp 544 for (MCRegUnitIterator Units(VRM->getPhys(Reg), TRI); Units.isValid();
    [all...]
RegAllocGreedy.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 243 PairedPhys = getPairedGPR(VRM->getPhys(Hint.second), Odd, this);

Completed in 6201 milliseconds