Searched refs:Phys (Results 1 – 6 of 6) 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-10.0/llvm/lib/CodeGen/ |
D | TargetRegisterInfo.cpp | 403 unsigned Phys = Reg; in getRegAllocationHints() local 404 if (VRM && Register::isVirtualRegister(Phys)) in getRegAllocationHints() 405 Phys = VRM->getPhys(Phys); in getRegAllocationHints() 409 if (!HintedRegs.insert(Phys).second) in getRegAllocationHints() 412 if (!Register::isPhysicalRegister(Phys)) in getRegAllocationHints() 414 if (MRI.isReserved(Phys)) in getRegAllocationHints() 419 if (!is_contained(Order, Phys)) in getRegAllocationHints() 423 Hints.push_back(Phys); in getRegAllocationHints()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetRegisterInfo.cpp | 420 Register Phys = Reg; in getRegAllocationHints() local 421 if (VRM && Phys.isVirtual()) in getRegAllocationHints() 422 Phys = VRM->getPhys(Phys); in getRegAllocationHints() 426 if (!HintedRegs.insert(Phys).second) in getRegAllocationHints() 429 if (!Phys.isPhysical()) in getRegAllocationHints() 431 if (MRI.isReserved(Phys)) in getRegAllocationHints() 436 if (!is_contained(Order, Phys)) in getRegAllocationHints() 440 Hints.push_back(Phys); in getRegAllocationHints()
|
/external/icu/icu4c/source/data/brkitr/ |
D | en.txt | 103 "Phys.",
|
D | de.txt | 165 "Phys.",
|
/external/one-true-awk/testdir/ |
D | funstack.in | 7657 corpsource = "American Inst. Phys., NY, USA", 10564 corpsource = "American Inst. Phys., New York, NY, USA", 15254 corpsource = "Nat. Phys. Lab., Teddington, UK", 15847 corpsource = "Dept. of Phys., Univ. of Massachusetts, Boston, MA, USA",
|