Searched defs:Allocatable (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DVirtRegMap.cpp238 BitVector Allocatable = TRI->getAllocatableSet(*MF); local
241 if (Allocatable[Reg] && !Used[Reg] && !LIs->hasInterval(Reg)) {
H A DRegisterCoalescer.cpp1051 bool Allocatable = LIS->isAllocatable(CP.getDstReg()); local
1057 if (!Allocatable && CP.isFlipped() && JoinVInt.containsOneValue())
1067 if (!Allocatable) {
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCRegisterInfo.h34 const bool Allocatable; member in class:llvm::MCRegisterClass
44 Allocatable(Allocable), RegsBegin(RB), RegsEnd(RE), RegSet(Bits),
104 bool isAllocatable() const { return Allocatable; }
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenRegisters.h114 bool Allocatable; member in class:llvm::CodeGenRegisterClass
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h43 const bool Allocatable; member in class:llvm::MCRegisterClass
95 bool isAllocatable() const { return Allocatable; }
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.h306 bool Allocatable; member in class:llvm::CodeGenRegisterClass

Completed in 231 milliseconds