Searched refs:Phys (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | TargetRegisterInfo.cpp | 345 unsigned Phys = Hint.second; in getRegAllocationHints() local 346 if (VRM && isVirtualRegister(Phys)) in getRegAllocationHints() 347 Phys = VRM->getPhys(Phys); in getRegAllocationHints() 350 if (!isPhysicalRegister(Phys)) in getRegAllocationHints() 352 if (MRI.isReserved(Phys)) in getRegAllocationHints() 357 if (std::find(Order.begin(), Order.end(), Phys) == Order.end()) in getRegAllocationHints() 361 Hints.push_back(Phys); in getRegAllocationHints()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetRegisterInfo.cpp | 410 unsigned Phys = Reg; in getRegAllocationHints() local 411 if (VRM && isVirtualRegister(Phys)) in getRegAllocationHints() 412 Phys = VRM->getPhys(Phys); in getRegAllocationHints() 415 if (!isPhysicalRegister(Phys)) in getRegAllocationHints() 417 if (MRI.isReserved(Phys)) in getRegAllocationHints() 422 if (!is_contained(Order, Phys)) in getRegAllocationHints() 426 Hints.push_back(Phys); in getRegAllocationHints()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | VirtRegRewriter.cpp | 696 unsigned Phys = VRM.getPhys(VirtReg); in ReMaterialize() local 697 assert(Phys && "Virtual register is not assigned a register?"); in ReMaterialize() 698 substitutePhysReg(MO, Phys, *TRI); in ReMaterialize() 1792 unsigned Phys = VRM->getPhys(VirtReg); in InsertRestores() local 1793 MRI->setPhysRegUsed(Phys); in InsertRestores() 1809 if (InReg == Phys) { in InsertRestores() 1820 << TRI->getName(Phys) << '\n'); in InsertRestores() 1827 } else if (InReg && InReg != Phys) { in InsertRestores() 1836 << TRI->getName(Phys) << '\n'); in InsertRestores() 1843 ComputeReloadLoc(MII, MBB->begin(), Phys, TRI, DoReMat, SSorRMId, TII, in InsertRestores() [all …]
|
/external/icu/icu4c/source/data/brkitr/ |
D | en.txt | 103 "Phys.",
|
D | de.txt | 165 "Phys.",
|