Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/
DTargetRegisterInfo.cpp83 BitVector Allocatable(getNumRegs()); in getAllocatableSet() local
85 getAllocatableSetForRC(MF, RC, Allocatable); in getAllocatableSet()
90 getAllocatableSetForRC(MF, *I, Allocatable); in getAllocatableSet()
95 Allocatable &= Reserved.flip(); in getAllocatableSet()
97 return Allocatable; in getAllocatableSet()
/external/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp157 BitVector Allocatable(getNumRegs()); in getAllocatableSet() local
162 getAllocatableSetForRC(MF, SubClass, Allocatable); in getAllocatableSet()
167 getAllocatableSetForRC(MF, *I, Allocatable); in getAllocatableSet()
172 Allocatable &= Reserved.flip(); in getAllocatableSet()
174 return Allocatable; in getAllocatableSet()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCRegisterInfo.h34 const bool Allocatable; variable
44 Allocatable(Allocable), RegsBegin(RB), RegsEnd(RE), RegSet(Bits), in MCRegisterClass()
104 bool isAllocatable() const { return Allocatable; } in isAllocatable()
/external/swiftshader/third_party/llvm-7.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()
/external/capstone/
DMCRegisterInfo.h41 bool Allocatable; member
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h43 const bool Allocatable; variable
95 bool isAllocatable() const { return Allocatable; } in isAllocatable()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCRegisterInfo.h46 const bool Allocatable; variable
95 bool isAllocatable() const { return Allocatable; } in isAllocatable()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenRegisters.cpp332 Allocatable = R->getValueAsBit("isAllocatable"); in CodeGenRegisterClass()
347 Allocatable(true) { in CodeGenRegisterClass()
363 Allocatable = Super.Allocatable; in inheritProperties()
DCodeGenRegisters.h114 bool Allocatable; variable
DRegisterInfoEmitter.cpp379 << RC.Allocatable << ", " in runMCDesc()
506 if (RC.Allocatable) in runTargetDesc()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegMap.cpp238 BitVector Allocatable = TRI->getAllocatableSet(*MF); in FindUnusedRegisters() local
241 if (Allocatable[Reg] && !Used[Reg] && !LIs->hasInterval(Reg)) { in FindUnusedRegisters()
DRegisterCoalescer.cpp1051 bool Allocatable = LIS->isAllocatable(CP.getDstReg()); in shouldJoinPhys() local
1057 if (!Allocatable && CP.isFlipped() && JoinVInt.containsOneValue()) in shouldJoinPhys()
1067 if (!Allocatable) { in shouldJoinPhys()
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp711 Allocatable = R->getValueAsBit("isAllocatable"); in CodeGenRegisterClass()
732 Allocatable(true), in CodeGenRegisterClass()
751 Allocatable = Super.Allocatable; in inheritProperties()
1335 if (!RegClass.Allocatable) in computeUberSets()
1616 if (!RC.Allocatable) in computeRegUnitSets()
1722 if (!RC.Allocatable) in computeRegUnitSets()
DCodeGenRegisters.h306 bool Allocatable; variable
DRegisterInfoEmitter.cpp1043 << ( RC.Allocatable ? "true" : "false" ) << " },\n"; in runMCDesc()
1184 if (RC.Allocatable) in runTargetDesc()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenRegisters.cpp796 Allocatable = R->getValueAsBit("isAllocatable"); in CodeGenRegisterClass()
816 Allocatable(true), in CodeGenRegisterClass()
838 Allocatable = Super.Allocatable; in inheritProperties()
1533 if (!RegClass.Allocatable) in computeUberSets()
1819 if (!RC.Allocatable || RC.Artificial) in computeRegUnitSets()
1921 if (!RC.Allocatable) in computeRegUnitSets()
DCodeGenRegisters.h331 bool Allocatable; variable
DRegisterInfoEmitter.cpp1047 << ( RC.Allocatable ? "true" : "false" ) << " },\n"; in runMCDesc()
1189 if (RC.Allocatable) in runTargetDesc()