Home
last modified time | relevance | path

Searched refs:Allocatable (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp219 BitVector Allocatable(getNumRegs()); in getAllocatableSet() local
224 getAllocatableSetForRC(MF, SubClass, Allocatable); in getAllocatableSet()
228 getAllocatableSetForRC(MF, C, Allocatable); in getAllocatableSet()
233 Allocatable &= Reserved.flip(); in getAllocatableSet()
235 return Allocatable; in getAllocatableSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegisterInfo.h43 const bool Allocatable; variable
88 bool isAllocatable() const { return Allocatable; } in isAllocatable()