/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetRegisterInfo.cpp | 83 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/ |
D | TargetRegisterInfo.cpp | 157 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/ |
D | MCRegisterInfo.h | 34 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/ |
D | TargetRegisterInfo.cpp | 219 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/ |
D | MCRegisterInfo.h | 41 bool Allocatable; member
|
/external/llvm/include/llvm/MC/ |
D | MCRegisterInfo.h | 43 const bool Allocatable; variable 95 bool isAllocatable() const { return Allocatable; } in isAllocatable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCRegisterInfo.h | 46 const bool Allocatable; variable 95 bool isAllocatable() const { return Allocatable; } in isAllocatable()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenRegisters.cpp | 332 Allocatable = R->getValueAsBit("isAllocatable"); in CodeGenRegisterClass() 347 Allocatable(true) { in CodeGenRegisterClass() 363 Allocatable = Super.Allocatable; in inheritProperties()
|
D | CodeGenRegisters.h | 114 bool Allocatable; variable
|
D | RegisterInfoEmitter.cpp | 379 << RC.Allocatable << ", " in runMCDesc() 506 if (RC.Allocatable) in runTargetDesc()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | VirtRegMap.cpp | 238 BitVector Allocatable = TRI->getAllocatableSet(*MF); in FindUnusedRegisters() local 241 if (Allocatable[Reg] && !Used[Reg] && !LIs->hasInterval(Reg)) { in FindUnusedRegisters()
|
D | RegisterCoalescer.cpp | 1051 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/ |
D | CodeGenRegisters.cpp | 711 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()
|
D | CodeGenRegisters.h | 306 bool Allocatable; variable
|
D | RegisterInfoEmitter.cpp | 1043 << ( RC.Allocatable ? "true" : "false" ) << " },\n"; in runMCDesc() 1184 if (RC.Allocatable) in runTargetDesc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 796 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()
|
D | CodeGenRegisters.h | 331 bool Allocatable; variable
|
D | RegisterInfoEmitter.cpp | 1047 << ( RC.Allocatable ? "true" : "false" ) << " },\n"; in runMCDesc() 1189 if (RC.Allocatable) in runTargetDesc()
|