Searched refs:loffs (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Architecture/PPC64/ |
D | ArchitecturePPC64.cpp | 64 int32_t loffs = GetLocalEntryOffset(func); in AdjustBreakpointAddress() local 65 if (!loffs) in AdjustBreakpointAddress() 68 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()
|
/external/llvm-project/polly/test/ScopDetectionDiagnostics/ |
D | loop_has_multiple_exits.ll | 39 %loffs.0223 = phi i32 [ 1, %for.body.preheader ], [ %inc49, %if.end126 ] 41 …call void @llvm.dbg.value(metadata i32 %loffs.0223, metadata !21, metadata !DIExpression()), !dbg … 49 …call void @llvm.dbg.value(metadata i32 %loffs.0223, metadata !21, metadata !DIExpression()), !dbg … 60 %inc62 = add nuw nsw i32 %loffs.0223, 1, !dbg !59 62 %tmp4 = zext i32 %loffs.0223 to i64, !dbg !60 71 %inc72 = add nuw nsw i32 %loffs.0223, 2, !dbg !68 76 %inc75 = add nuw nsw i32 %loffs.0223, 3, !dbg !71 81 %inc78 = add nuw nsw i32 %loffs.0223, 4, !dbg !74 95 %inc92 = add nuw nsw i32 %loffs.0223, 1, !dbg !86 97 %tmp12 = zext i32 %loffs.0223 to i64, !dbg !87 [all …]
|