Home
last modified time | relevance | path

Searched refs:splitLocation (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveDebugVariables.cpp133 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/
DLiveDebugVariables.cpp138 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()