Home
last modified time | relevance | path

Searched refs:LocNo (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveDebugVariables.cpp125 void coalesceLocation(unsigned LocNo);
128 void insertDebugValue(MachineBasicBlock *MBB, SlotIndex Idx, unsigned LocNo,
225 void extendDef(SlotIndex Idx, unsigned LocNo,
238 void addDefsFromCopies(LiveInterval *LI, unsigned LocNo,
377 void UserValue::coalesceLocation(unsigned LocNo) { in coalesceLocation() argument
380 if (KeepLoc == LocNo) in coalesceLocation()
382 if (locations[KeepLoc].isIdenticalTo(locations[LocNo])) in coalesceLocation()
390 unsigned EraseLoc = LocNo; in coalesceLocation()
485 void UserValue::extendDef(SlotIndex Idx, unsigned LocNo, in extendDef() argument
515 if (I.value() != LocNo || I.stop() != Start) in extendDef()
[all …]
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp130 void coalesceLocation(unsigned LocNo);
133 void insertDebugValue(MachineBasicBlock *MBB, SlotIndex Idx, unsigned LocNo,
235 void extendDef(SlotIndex Idx, unsigned LocNo,
248 void addDefsFromCopies(LiveInterval *LI, unsigned LocNo,
425 void UserValue::coalesceLocation(unsigned LocNo) { in coalesceLocation() argument
428 if (KeepLoc == LocNo) in coalesceLocation()
430 if (locations[KeepLoc].isIdenticalTo(locations[LocNo])) in coalesceLocation()
438 unsigned EraseLoc = LocNo; in coalesceLocation()
542 void UserValue::extendDef(SlotIndex Idx, unsigned LocNo, LiveRange *LR, in extendDef() argument
570 if (I.value() != LocNo || I.stop() != Start) in extendDef()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp101 DbgValueLocation(unsigned LocNo, bool WasIndirect) in DbgValueLocation() argument
102 : LocNo(LocNo), WasIndirect(WasIndirect) { in DbgValueLocation()
104 assert(locNo() == LocNo && "location truncation"); in DbgValueLocation()
107 DbgValueLocation() : LocNo(0), WasIndirect(0) {} in DbgValueLocation()
111 return LocNo == INT_MAX ? UndefLocNo : LocNo; in locNo()
122 return LHS.LocNo == RHS.LocNo && LHS.WasIndirect == RHS.WasIndirect; in operator ==()
131 unsigned LocNo : 31; member in DbgValueLocation
298 LiveInterval *LI, unsigned LocNo, bool WasIndirect,
652 LiveInterval *LI, unsigned LocNo, bool WasIndirect, in addDefsFromCopies() argument
682 if (!I.valid() || I.value().locNo() != LocNo) in addDefsFromCopies()
[all …]