/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 178 unsigned SpillOffset, LiveIntervals &LIS, 1188 unsigned SpillOffset = 0; in rewriteLocations() local 1206 SpillOffset, MF); in rewriteLocations() 1221 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); in rewriteLocations() 1231 unsigned SpillOffset; in rewriteLocations() local 1232 std::tie(Spilled, SpillOffset) = Pair.second; in rewriteLocations() 1236 SpillOffsets[NewLocNo] = SpillOffset; in rewriteLocations() 1306 bool Spilled, unsigned SpillOffset, in insertDebugValue() argument 1339 DIExpression::prepend(Expr, DIExprFlags, SpillOffset); in insertDebugValue() 1377 unsigned SpillOffset = Spilled ? SpillIt->second : 0; in emitDebugValues() local [all …]
|
D | LiveDebugValues.cpp | 153 int SpillOffset; member 155 return SpillBase == Other.SpillBase && SpillOffset == Other.SpillOffset; in operator ==() 272 int SpillOffset, LexicalScopes &LS) { in CreateSpillLoc() 276 VL.Loc.SpillLocation = {SpillBase, SpillOffset}; in CreateSpillLoc() 309 DIExpr, DIExpression::ApplyOffset, Loc.SpillLocation.SpillOffset); in BuildDbgValue() 375 dbgs() << "[" << Loc.SpillLocation.SpillOffset << "]"; in dump() 896 SpillLocation.SpillOffset, LS); in insertTransferDebugPair()
|
D | TargetInstrInfo.cpp | 513 unsigned SpillOffset; in foldPatchpoint() local 518 TII.getStackSlotRange(RC, MO.getSubReg(), SpillSize, SpillOffset, MF); in foldPatchpoint() 524 MIB.addImm(SpillOffset); in foldPatchpoint()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 182 bool Spilled, unsigned SpillOffset, LiveIntervals &LIS, 1215 unsigned SpillOffset = 0; in rewriteLocations() local 1233 SpillOffset, MF); in rewriteLocations() 1248 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); in rewriteLocations() 1258 unsigned SpillOffset; in rewriteLocations() local 1259 std::tie(Spilled, SpillOffset) = Pair.second; in rewriteLocations() 1263 SpillOffsets[NewLocNo] = SpillOffset; in rewriteLocations() 1333 bool Spilled, unsigned SpillOffset, in insertDebugValue() argument 1368 DIExpression::prepend(Expr, DIExprFlags, SpillOffset); in insertDebugValue() 1406 unsigned SpillOffset = Spilled ? SpillIt->second : 0; in emitDebugValues() local [all …]
|
D | TargetInstrInfo.cpp | 538 unsigned SpillOffset; in foldPatchpoint() local 543 TII.getStackSlotRange(RC, MO.getSubReg(), SpillSize, SpillOffset, MF); in foldPatchpoint() 549 MIB.addImm(SpillOffset); in foldPatchpoint()
|
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
D | VarLocBasedImpl.cpp | 295 int SpillOffset; member 297 return SpillBase == Other.SpillBase && SpillOffset == Other.SpillOffset; in operator ==() 416 int SpillOffset, LexicalScopes &LS) { in CreateSpillLoc() 420 VL.Loc.SpillLocation = {SpillBase, SpillOffset}; in CreateSpillLoc() 454 DIExpr, DIExpression::ApplyOffset, Loc.SpillLocation.SpillOffset); in BuildDbgValue() 522 Out << "[" << Loc.SpillLocation.SpillOffset << "]"; in dump() 1177 SpillLocation.SpillOffset, LS); in insertTransferDebugPair()
|
D | InstrRefBasedImpl.cpp | 224 int SpillOffset; member 226 return std::tie(SpillBase, SpillOffset) == in operator ==() 227 std::tie(Other.SpillBase, Other.SpillOffset); in operator ==() 230 return std::tie(SpillBase, SpillOffset) < in operator <() 231 std::tie(Other.SpillBase, Other.SpillOffset); in operator <() 772 Spill.SpillOffset); in emitLoc()
|
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 472 unsigned SpillOffset; in foldPatchpoint() local 477 TII.getStackSlotRange(RC, MO.getSubReg(), SpillSize, SpillOffset, MF); in foldPatchpoint() 483 MIB.addImm(SpillOffset); in foldPatchpoint()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 1955 const int64_t SpillOffset = in determineCalleeSaves() local 1958 MFI.CreateFixedObject(SpillSize, SpillOffset, in determineCalleeSaves()
|