Home
last modified time | relevance | path

Searched refs:Extracted (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h112 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 DIncludeFixer.cpp505 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 DMachO_arm64_ehframe.s11 # CHECK: Extracted {{.*}} section = __TEXT,__eh_frame
13 # CHECK: Extracted {{.*}} section = __TEXT,__eh_frame
H A DELF_aarch64_ehframe.s11 # CHECK: Extracted {{.*}} section = .eh_frame
13 # CHECK: Extracted {{.*}} section = .eh_frame
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/vect/
H A Dvect-infloop.ll1 ; Extracted from test/CodeGen/Generic/vector-casts.ll: used to loop indefinitely.
H A Dvect-splat.ll1 ; Extracted from test/CodeGen/Generic/vector.ll: used to loop indefinitely.
/llvm-project-15.0.7/libc/AOR_v20.02/string/arm/
H A Dmemset.S21 @ Extracted from local git 2f11b436
H A Dmemchr.S20 @ Extracted from local git a5b438d861
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DMiscompilation.cpp576 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 Dblock-capture.ll10 ; Extracted from the clang output for:
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/AArch64/
H A Dvectorize-free-extracts-inserts.ll271 ; 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 DCompilerInvocation.cpp446 [&](const auto &Extracted) { \
448 (Extracted != \
452 TABLE_INDEX, Extracted); \
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td1333 // Special Extracted Instructions For Atomics
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp14950 Value *Extracted = Builder.CreateExtractValue(IACall, i); in EmitX86BuiltinExpr() local
14952 Store = Builder.CreateAlignedStore(Extracted, StorePtr, getIntAlign()); in EmitX86BuiltinExpr()