/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | InMemoryModuleCache.cpp | 27 auto Insertion = PCMs.insert(std::make_pair(Filename, std::move(Buffer))); in addPCM() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Type.cpp | 331 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); in get() local 377 auto Insertion = pImpl->AnonStructTypes.insert_as(nullptr, Key); in get() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | FileManager.cpp | 452 auto Insertion = SeenBypassFileEntries->insert( in getBypassFile() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 149 auto Insertion = in addToStringTable() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | MergeICmps.cpp | 128 const auto Insertion = BaseToIndex.try_emplace(Base, Order); in getBaseId() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 209 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId)); in maybeRecordFile() local 1371 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); in beginFunctionImpl() local 3079 auto Insertion = ScopeGlobals.insert( in collectGlobalVariableInfo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 227 auto Insertion = MemberNames.insert({M.MemberName, uint64_t(0)}); in printMemberHeader() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | CodeGenerator.rst | 1548 .. _Late Machine Code Optimizations:
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 1011 FixItHint Insertion; in DiagnoseMisplacedEllipsis() local
|
H A D | ParseDeclCXX.cpp | 2432 FixItHint Insertion; in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local 2453 FixItHint Insertion = FixItHint::CreateInsertion(VS.getFirstLocation(), Name); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 400 Optional<AttributeInsertion> Insertion = createAttributeInsertion( in DoEmitAvailabilityWarning() local
|
H A D | SemaDecl.cpp | 15439 SmallString<64> Insertion; in createFriendTagNNSFixIt() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | AsmWriterEmitter.cpp | 1105 auto Insertion = in EmitPrintAliasInstruction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 720 auto Insertion = MetadataMap.insert(std::make_pair(MD, MDIndex(F))); in enumerateMetadataImpl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 4082 std::pair<StringRef, unsigned> Insertion = in parseDirectiveCVString() local
|
H A D | MasmParser.cpp | 5142 std::pair<StringRef, unsigned> Insertion = in parseDirectiveCVString() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 14095 if (SDValue Insertion = lowerShuffleAsElementInsertion( in lowerV2F64Shuffle() local 14102 if (SDValue Insertion = lowerShuffleAsElementInsertion( in lowerV2F64Shuffle() local 14180 if (SDValue Insertion = lowerShuffleAsElementInsertion( in lowerV2I64Shuffle() local 14186 if (SDValue Insertion = lowerShuffleAsElementInsertion( in lowerV2I64Shuffle() local 17481 if (SDValue Insertion = lowerShuffleAsElementInsertion( in lower256BitShuffle() local 18056 if (SDValue Insertion = lowerShuffleAsElementInsertion( in lower512BitShuffle() local
|