Home
last modified time | relevance | path

Searched refs:isInAllocatableClass (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegisterClassInfo.h126 return TRI->isInAllocatableClass(PhysReg) && !isReserved(PhysReg); in isAllocatable()
/external/llvm/lib/Target/AMDGPU/
DSIInsertWaits.cpp227 if (!Op.isReg() || !TRI->isInAllocatableClass(Op.getReg())) in isOpRelevant()
468 if (!Op.isReg() || !TRI->isInAllocatableClass(Op.getReg())) in handleOperands()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetRegisterInfo.h318 bool isInAllocatableClass(unsigned RegNo) const { in isInAllocatableClass() function
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h364 bool isInAllocatableClass(unsigned RegNo) const { in isInAllocatableClass() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h375 bool isInAllocatableClass(unsigned RegNo) const { in isInAllocatableClass() function
DMachineRegisterInfo.h897 return getTargetRegisterInfo()->isInAllocatableClass(PhysReg) && in isAllocatable()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h782 return getTargetRegisterInfo()->isInAllocatableClass(PhysReg) && in isAllocatable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveVariables.cpp609 if (!TRI->isInAllocatableClass(LI.PhysReg)) in runOnBlock()
DMachineVerifier.cpp219 return Reg < TRI->getNumRegs() && TRI->isInAllocatableClass(Reg) && in isAllocatable()
/external/llvm/lib/CodeGen/
DLiveVariables.cpp609 if (!TRI->isInAllocatableClass(LI.PhysReg)) in runOnBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp479 if (!Op.isReg() || !TRI->isInAllocatableClass(Op.getReg()) || in getRegInterval()