| /llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/ |
| H A D | segmented_array_test.cpp | 143 auto &Back = Data.back(); in TEST() local 144 ASSERT_EQ(Back.First, 1); in TEST() 145 ASSERT_EQ(Back.Second, 1); in TEST() 154 auto &Back = Data.back(); in TEST() local 209 auto &Back = Data.back(); in TEST() local 211 ASSERT_EQ(Back.EntryTSC, i); in TEST() 246 auto &Back = Data->back(); in TEST() local 248 ASSERT_EQ(Back.EntryTSC, i); in TEST() 268 auto &Back = Data->back(); in TEST() local 285 auto &Back = Data->back(); in TEST() local [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/ |
| H A D | tsan_ilist_test.cpp | 31 EXPECT_EQ(list.Back(), nullptr); in TEST() 45 EXPECT_EQ(list.Back(), &node); in TEST() 66 EXPECT_EQ(list.Back(), &nodes[0]); in TEST()
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | SerialSnippetGenerator.cpp | 138 const AliasingConfigurations Back(*OtherInstr, Instr); in appendCodeTemplates() local 143 else if (!Back.hasImplicitAliasing()) in appendCodeTemplates() 144 setRandomAliasing(Back, OtherIT, ThisIT); in appendCodeTemplates()
|
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | ReorderAlgorithm.h | 92 const ClusterTy &Back, 113 bool areClustersCompatible(const ClusterTy &Front, const ClusterTy &Back, 140 bool areClustersCompatible(const ClusterTy &Front, const ClusterTy &Back,
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_ilist.h | 53 Elem* Back(); 128 Elem* e = Back(); in PopBack() 140 Elem* IList<Base, Node, Elem>::Back() { in Back() function
|
| H A D | tsan_rtl.h | 685 TracePart *current = thr->tctx->trace.parts.Back(); in TraceAcquire() 705 DCHECK_LE(evp + 1, &thr->tctx->trace.parts.Back()->events[TracePart::kSize]); in TraceRelease()
|
| H A D | tsan_rtl.cpp | 627 auto *part = trace->parts.Back(); in TraceSwitchPart()
|
| H A D | tsan_rtl_report.cpp | 558 last_part = trace->parts.Back(); in RestoreStack()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_ilist.h | 53 Elem* Back(); 128 Elem* e = Back(); in PopBack() 140 Elem* IList<Base, Node, Elem>::Back() { in Back() function
|
| H A D | tsan_rtl.cpp | 910 auto *part = trace->parts.Back(); in TraceSkipGap() 943 TracePart* part = thr->tctx->trace.parts.Back(); in TraceSwitchPart() 1026 trace->parts.Front(), trace->parts.Back(), in TraceSwitchPartImpl()
|
| H A D | tsan_rtl.h | 699 TracePart *current = thr->tctx->trace.parts.Back(); in TraceAcquire() 719 DCHECK_LE(evp + 1, &thr->tctx->trace.parts.Back()->events[TracePart::kSize]); in TraceRelease()
|
| H A D | tsan_rtl_report.cpp | 473 last_part = trace->parts.Back(); in RestoreStack()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | RangeMap.h | 301 Entry *Back() { return (m_entries.empty() ? nullptr : &m_entries.back()); } in Back() function 303 const Entry *Back() const { in Back() function 624 Entry *Back() { return (m_entries.empty() ? nullptr : &m_entries.back()); } in Back() function 626 const Entry *Back() const { in Back() function 793 Entry *Back() { return (m_entries.empty() ? nullptr : &m_entries.back()); } in Back() function 795 const Entry *Back() const { in Back() function
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | DWARFExpressionList.cpp | 181 m_exprs.Back()->data.DumpLocation(s, level, abi); in GetDescription() 212 expr = m_exprs.Back()->data; in Evaluate()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/MIRDebugify/ |
| H A D | check-line-and-variables.ll | 26 ; Different Back-Ends may have different number of passes, here we only
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | UDTLayout.cpp | 123 const LayoutItemBase *Back = LayoutItems.back(); in tailPadding() local 124 uint32_t ChildPadding = Back->LayoutItemBase::tailPadding(); in tailPadding()
|
| /llvm-project-15.0.7/libc/test/src/__support/CPP/ |
| H A D | blockstore_test.cpp | 91 TEST_F(LlvmLibcBlockStoreTest, Back) { in TEST_F() argument
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | ReorderAlgorithm.cpp | 257 const ClusterTy &Back, in areClustersCompatible() argument 259 return Front.back() == E.Src && Back.front() == E.Dst; in areClustersCompatible() 393 const ClusterTy &Front, const ClusterTy &Back, const EdgeTy &E) const { in areClustersCompatible() argument 394 return Front.back() == E.Src && Back.front() == E.Dst; in areClustersCompatible()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 1371 const std::pair<unsigned, SourceLocation> *Back = &Stack->back(); in PopPragmaVisibility() local 1372 bool StartsWithPragma = Back->first != NoVisibility; in PopPragmaVisibility() 1374 Diag(Back->second, diag::err_pragma_push_visibility_mismatch); in PopPragmaVisibility() 1380 Back = &Stack->back(); in PopPragmaVisibility() 1381 StartsWithPragma = Back->first != NoVisibility; in PopPragmaVisibility() 1385 Diag(Back->second, diag::note_surrounding_namespace_starts_here); in PopPragmaVisibility()
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | warn-backrefs.s | 56 ## Back reference from an fetched --start-lib to a previous --start-lib.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | NVPTXUsage.rst | 2 User Guide for NVPTX Back-end 483 // Generated by LLVM NVPTX Back-End 880 // Generated by LLVM NVPTX Back-End
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/ |
| H A D | ProcessMachCore.cpp | 319 VMRangeToFileOffset::Entry *last_entry = m_core_aranges.Back(); in DoLoadCore()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 613 const RangeSpan &Back = Ranges.back(); in attachRangesOrLowHighPC() local 614 attachLowHighPC(Die, Front.Begin, Back.End); in attachRangesOrLowHighPC()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.cpp | 124 VMRangeToFileOffset::Entry *last_entry = m_core_aranges.Back(); in AddAddressRangeFromLoadSegment()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86.td | 264 "Cache Line Write Back">; 266 "Write Back No Invalidate">;
|