Searched refs:splitLocation (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 133 bool splitLocation(unsigned OldLocNo, ArrayRef<LiveInterval*> NewRegs); 743 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<LiveInterval*> NewRegs) { in splitLocation() function in UserValue 850 DidChange |= splitLocation(LocNo, NewRegs); in splitRegister()
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 138 bool splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, 779 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, in splitLocation() function in UserValue 888 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 178 bool splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, 902 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, in splitLocation() function in UserValue 1017 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
|