Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h332 bool isInAllocatableClass(unsigned RegNo) const { in isInAllocatableClass() function
DMachineRegisterInfo.h916 return getTargetRegisterInfo()->isInAllocatableClass(PhysReg) && in isAllocatable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveVariables.cpp607 if (!TRI->isInAllocatableClass(LI.PhysReg)) in runOnBlock()
DMachineVerifier.cpp221 return Reg < TRI->getNumRegs() && TRI->isInAllocatableClass(Reg) && in isAllocatable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp469 if (!Op.isReg() || !TRI->isInAllocatableClass(Op.getReg()) || in getRegInterval()