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/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",
|