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

1 2

  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 93 return getPhys(virtReg) != NO_PHYS_REG;
98 unsigned getPhys(unsigned virtReg) const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 93 return getPhys(virtReg) != NO_PHYS_REG;
98 unsigned getPhys(unsigned virtReg) const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 93 return getPhys(virtReg) != NO_PHYS_REG;
98 unsigned getPhys(unsigned virtReg) const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 93 return getPhys(virtReg) != NO_PHYS_REG;
98 unsigned getPhys(unsigned virtReg) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 93 return getPhys(virtReg) != NO_PHYS_REG;
98 unsigned getPhys(unsigned virtReg) const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 93 return getPhys(virtReg) != NO_PHYS_REG;
98 unsigned getPhys(unsigned virtReg) const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 93 return getPhys(virtReg) != NO_PHYS_REG;
98 unsigned getPhys(unsigned virtReg) const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 93 return getPhys(virtReg) != NO_PHYS_REG;
98 unsigned getPhys(unsigned virtReg) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 93 return getPhys(virtReg) != NO_PHYS_REG;
98 unsigned getPhys(unsigned virtReg) const {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
AllocationOrder.cpp 38 Hint = VRM.getPhys(Hint);
VirtRegMap.h 172 return getPhys(virtReg) != NO_PHYS_REG;
177 unsigned getPhys(unsigned virtReg) const {
213 return getPhys(VirtReg) == getRegAllocPref(VirtReg);
RegAllocLinearScan.cpp 380 reg = vrm_->getPhys(reg);
484 CandReg = vrm_->getPhys(CandReg);
629 reg = vrm_->getPhys(reg);
652 Reg = attemptTrivialCoalescing(cur, vrm_->getPhys(cur.reg));
699 reg = vrm_->getPhys(reg);
712 reg = vrm_->getPhys(reg);
753 reg = vrm_->getPhys(reg);
864 unsigned PhysReg = vrm_->getPhys(Reg);
879 unsigned PhysReg = vrm_->getPhys(Reg);
    [all...]
VirtRegRewriter.cpp 120 unsigned pReg = VRM.getPhys(reg);
696 unsigned Phys = VRM.getPhys(VirtReg);
    [all...]
VirtRegMap.cpp 122 physReg = getPhys(physReg);
282 unsigned PhysReg = getPhys(VirtReg);
RegAllocBasic.cpp 205 unsigned PhysReg = VRM->getPhys(reg);
289 assert(VRM->getPhys(VirtReg.reg) == PhysReg && "Inconsistent unassign");
RegAllocGreedy.cpp 359 if (unsigned PhysReg = VRM->getPhys(VirtReg)) {
369 unsigned PhysReg = VRM->getPhys(VirtReg);
598 unassign(*Intf, VRM->getPhys(Intf->reg));
    [all...]
LiveDebugVariables.cpp 887 TargetRegisterInfo::isPhysicalRegister(VRM.getPhys(VirtReg))) {
891 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI);
    [all...]
RegAllocPBQP.cpp 607 reg = vrm->getPhys(li->reg);
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 87 Hint = getPhys(Hint);
88 return getPhys(VirtReg) == Hint;
299 unsigned PhysReg = VRM->getPhys(VirtReg);
399 unsigned PhysReg = VRM->getPhys(VirtReg);
LiveRegMatrix.cpp 115 unsigned PhysReg = VRM->getPhys(VirtReg.reg);
TargetRegisterInfo.cpp 347 Phys = VRM->getPhys(Phys);
LiveDebugVariables.cpp 925 TargetRegisterInfo::isPhysicalRegister(VRM.getPhys(VirtReg))) {
929 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI);
    [all...]
RegAllocGreedy.cpp     [all...]
InlineSpiller.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 288 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this);

Completed in 461 milliseconds

1 2