Searched defs:LocNo (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 425 void UserValue::coalesceLocation(unsigned LocNo) { in coalesceLocation() 542 void UserValue::extendDef(SlotIndex Idx, unsigned LocNo, LiveRange *LR, in extendDef() 590 UserValue::addDefsFromCopies(LiveInterval *LI, unsigned LocNo, in addDefsFromCopies() 652 unsigned LocNo = getLocationNo(CopyMI->getOperand(0)); in addDefsFromCopies() local 676 unsigned LocNo = Defs[i].second; in computeIntervals() local 884 unsigned LocNo = i-1; in splitRegister() local 917 unsigned LocNo = i-1; in rewriteLocations() local 966 unsigned LocNo, in insertDebugValue() 994 unsigned LocNo = I.value(); in emitDebugValues() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 109 for (unsigned LocNo : NewLocs) { in DbgVariableValue() local 188 for (unsigned LocNo : loc_nos()) in decrementLocNosAfterPivot() local 196 for (unsigned LocNo : loc_nos()) in remapLocNos() local 392 void removeLocationIfUnused(unsigned LocNo) { in removeLocationIfUnused() 1029 unsigned LocNo = LocInterval.first; in addDefsFromCopies() local 1077 unsigned LocNo = LocInterval.first; in addDefsFromCopies() local 1119 for (unsigned LocNo : DbgValue.loc_nos()) { in computeIntervals() local 1142 for (unsigned LocNo : Kills->second) { in computeIntervals() local 1438 unsigned LocNo = i-1; in splitRegister() local 1683 for (unsigned LocNo : DbgValue.loc_nos()) in insertDebugValue() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 103 DbgValueLocation(unsigned LocNo, bool WasIndirect) in DbgValueLocation() 133 unsigned LocNo : 31; member in DbgValueLocation 267 void removeLocationIfUnused(unsigned LocNo) { in removeLocationIfUnused() 778 LiveInterval *LI, unsigned LocNo, bool WasIndirect, in addDefsFromCopies() 841 unsigned LocNo = getLocationNo(CopyMI->getOperand(0)); in addDefsFromCopies() local 1143 unsigned LocNo = i-1; in splitRegister() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.h | 113 uint64_t LocNo member
|
H A D | InstrRefBasedImpl.cpp | 3718 LocIdx LocNo = Num.getLoc(); in ExtendRanges() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1354 for (size_t LocNo = 0; LocNo < DDI->getNumVariableLocationOps(); ++LocNo) in instrumentStack() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 1881 unsigned LocNo = std::distance(DIILocation.begin(), LocItr); in salvageDebugInfoForDbgValues() local
|