Searched refs:getAllocatableSetForRC (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | TargetRegisterInfo.cpp | 147 static void getAllocatableSetForRC(const MachineFunction &MF, in getAllocatableSetForRC() function 162 getAllocatableSetForRC(MF, SubClass, Allocatable); in getAllocatableSet() 167 getAllocatableSetForRC(MF, *I, Allocatable); in getAllocatableSet()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetRegisterInfo.cpp | 209 static void getAllocatableSetForRC(const MachineFunction &MF, in getAllocatableSetForRC() function 224 getAllocatableSetForRC(MF, SubClass, Allocatable); in getAllocatableSet() 228 getAllocatableSetForRC(MF, C, Allocatable); in getAllocatableSet()
|