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

1 2 3

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterClassInfo.h 119 /// isAllocatable - Returns true when PhysReg belongs to an allocatable
125 bool isAllocatable(unsigned PhysReg) const {
CalcSpillWeights.cpp 146 if (hweight > bestPhys && LIS.isAllocatable(hint))
MachineRegisterInfo.cpp 99 assert(RegClass->isAllocatable() &&
RegAllocFast.cpp 489 !RC->contains(Hint) || !RegClassInfo.isAllocatable(Hint)))
765 if (RegClassInfo.isAllocatable(*I))
    [all...]
AggressiveAntiDepBreaker.cpp 642 if (!RegClassInfo.isAllocatable(NewSuperReg)) continue;
823 if (!RegClassInfo.isAllocatable(AntiDepReg)) {
    [all...]
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 112 if (!RC || RC->isAllocatable())
118 if (SubRC->isAllocatable())
149 assert(RC->isAllocatable() && "invalid for nonallocatable sets");
166 if ((*I)->isAllocatable())
MachineRegisterInfo.cpp 40 assert(RC && RC->isAllocatable() && "Invalid RC for virtual register");
97 assert(RegClass->isAllocatable() &&
455 if (!def_empty(*AI) || isAllocatable(*AI))
CalcSpillWeights.cpp 194 if (hweight > bestPhys && mri.isAllocatable(hint)) {
RegAllocFast.cpp 536 !RC->contains(Hint) || !MRI->isAllocatable(Hint)))
814 if (MRI->isAllocatable(LI.PhysReg))
    [all...]
AggressiveAntiDepBreaker.cpp 632 if (!MRI.isAllocatable(NewSuperReg)) continue;
844 if (!MRI.isAllocatable(AntiDepReg)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetRegisterInfo.cpp 89 if ((*I)->isAllocatable())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 175 if (!RC || RC->isAllocatable())
181 if (SubRC->isAllocatable())
211 assert(RC->isAllocatable() && "invalid for nonallocatable sets");
227 if (C->isAllocatable())
MachineRegisterInfo.cpp 60 assert(RC && RC->isAllocatable() && "Invalid RC for virtual register");
169 assert(RegClass->isAllocatable() &&
525 if (!def_empty(*AI) || isAllocatable(*AI))
RegAllocFast.cpp 555 MRI->isAllocatable(Hint) && RC.contains(Hint)) {
864 if (MRI->isAllocatable(LI.PhysReg))
    [all...]
CalcSpillWeights.cpp 277 if (TargetRegisterInfo::isVirtualRegister(hint) || mri.isAllocatable(hint))
AggressiveAntiDepBreaker.cpp 651 if (!MRI.isAllocatable(NewSuperReg)) continue;
862 if (!MRI.isAllocatable(AntiDepReg)) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCRegisterInfo.h 102 /// isAllocatable - Return true if this register class may be used to create
104 bool isAllocatable() const { return Allocatable; }
  /external/llvm/lib/Target/AMDGPU/
SIFrameLowering.cpp 165 assert(MRI.isAllocatable(Reg));
195 if (!MRI.isAllocatable(Reg) ||
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetRegisterInfo.h 103 /// isAllocatable - Return true if this register class may be used to create
105 bool isAllocatable() const { return MC->isAllocatable(); }
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 120 bool isAllocatable() const { return MC->isAllocatable(); }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h 106 bool isAllocatable() const { return MC->isAllocatable(); }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
Utils.cpp 66 if (RegClass && !RegClass->isAllocatable())
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 93 /// isAllocatable - Return true if this register class may be used to create
95 bool isAllocatable() const { return Allocatable; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveIntervalAnalysis.h 102 /// isAllocatable - is the physical register reg allocatable in the current
104 bool isAllocatable(unsigned reg) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCRegisterInfo.h 93 /// isAllocatable - Return true if this register class may be used to create
95 bool isAllocatable() const { return Allocatable; }

Completed in 1149 milliseconds

1 2 3