Searched refs:Extracted (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | quarantine.h | 112 QuarantineBatch *Extracted = Current->Next; in mergeBatches() local 114 Current->merge(Extracted); in mergeBatches() 115 DCHECK_EQ(Extracted->Count, 0); in mergeBatches() 116 DCHECK_EQ(Extracted->Size, sizeof(QuarantineBatch)); in mergeBatches() 118 List.extract(Current, Extracted); in mergeBatches() 119 ExtractedSize += Extracted->Size; in mergeBatches() 121 ToDeallocate->enqueueBatch(Extracted); in mergeBatches()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | IncludeFixer.cpp | 505 auto Extracted = extractUnresolvedNameCheaply( in CorrectTypo() local 509 if (!Extracted) in CorrectTypo() 513 Unresolved.Name = Extracted->Name; in CorrectTypo() 515 if (!Extracted->ResolvedScope && !S) // Give up if no scope available. in CorrectTypo() 518 if (Extracted->ResolvedScope) in CorrectTypo() 519 Unresolved.Scopes.push_back(*Extracted->ResolvedScope); in CorrectTypo() 524 if (Extracted->UnresolvedScope) { in CorrectTypo() 526 Scope += *Extracted->UnresolvedScope; in CorrectTypo()
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/AArch64/ |
| H A D | MachO_arm64_ehframe.s | 11 # CHECK: Extracted {{.*}} section = __TEXT,__eh_frame 13 # CHECK: Extracted {{.*}} section = __TEXT,__eh_frame
|
| H A D | ELF_aarch64_ehframe.s | 11 # CHECK: Extracted {{.*}} section = .eh_frame 13 # CHECK: Extracted {{.*}} section = .eh_frame
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/vect/ |
| H A D | vect-infloop.ll | 1 ; Extracted from test/CodeGen/Generic/vector-casts.ll: used to loop indefinitely.
|
| H A D | vect-splat.ll | 1 ; Extracted from test/CodeGen/Generic/vector.ll: used to loop indefinitely.
|
| /llvm-project-15.0.7/libc/AOR_v20.02/string/arm/ |
| H A D | memset.S | 21 @ Extracted from local git 2f11b436
|
| H A D | memchr.S | 20 @ Extracted from local git a5b438d861
|
| /llvm-project-15.0.7/llvm/tools/bugpoint/ |
| H A D | Miscompilation.cpp | 576 std::unique_ptr<Module> Extracted = in ExtractBlocks() local 578 if (!Extracted) { in ExtractBlocks() 588 for (Module::iterator I = Extracted->begin(), E = Extracted->end(); I != E; in ExtractBlocks() 594 if (Linker::linkModules(*ProgClone, std::move(Extracted))) in ExtractBlocks()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | block-capture.ll | 10 ; Extracted from the clang output for:
|
| /llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/AArch64/ |
| H A D | vectorize-free-extracts-inserts.ll | 271 ; Extracted lanes are not used in the right order, so we cannot reuse the 447 ; Extracted lanes used in first fmul chain are not used in the right order, so 560 ; Extracted lanes used in both fmul chain are not used in the right order, so
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 446 [&](const auto &Extracted) { \ 448 (Extracted != \ 452 TABLE_INDEX, Extracted); \
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | P9InstrResources.td | 1333 // Special Extracted Instructions For Atomics
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 14950 Value *Extracted = Builder.CreateExtractValue(IACall, i); in EmitX86BuiltinExpr() local 14952 Store = Builder.CreateAlignedStore(Extracted, StorePtr, getIntAlign()); in EmitX86BuiltinExpr()
|