Searched refs:try_emplace (Results 51 - 75 of 82) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesSourceMinimizer.cpp561 SplitIds.try_emplace(StringRef(Id.begin(), Id.size()), 0).first->first()};
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp61 RenamedComdats.try_emplace(C, ExportM.getOrInsertComdat(NewName));
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.cpp581 if (!Config.SectionsToRename.try_emplace(SR->OriginalName, *SR).second)
598 if (!Config.SetSectionFlags.try_emplace(SFU->Name, *SFU).second)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp231 auto IterBool = FilenameIDs.try_emplace(Name, FilenamesByID.size());
1872 auto InsertOp = IncludedLocMap.try_emplace(FID);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp885 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h667 auto Result = RewriteResults.try_emplace(S, Visited);
H A DScalarEvolution.h1435 auto Pair = Cache.try_emplace(S, std::move(CR));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp570 auto It = Result.Files.try_emplace(FID);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp528 Abbreviations.try_emplace(Tag, UniformAttributes);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp128 const auto Insertion = BaseToIndex.try_emplace(Base, Order);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1425 UDRMap.try_emplace(D, Combiner, Initializer);
3178 auto &Elem = *InternalVars.try_emplace(RuntimeName, nullptr).first;
3993 OffloadEntriesDeviceGlobalVar.try_emplace(Name, Order, Flags);
4031 OffloadEntriesDeviceGlobalVar.try_emplace(
7852 FirstPrivateDecls.try_emplace(
8172 LambdaPointers.try_emplace(ThisLVal.getPointer(CGF),
8193 LambdaPointers.try_emplace(VarLVal.getPointer(CGF),
8203 LambdaPointers.try_emplace(VarLVal.getPointer(CGF),
8634 Info.CaptureDeviceAddrMap.try_emplace(DevVD, BPAddr);
9067 UDMMap.try_emplace(
[all...]
H A DCodeGenFunction.h848 SavedLocals.try_emplace(LocalVD, it->second);
850 SavedLocals.try_emplace(LocalVD, Address::invalid());
859 SavedTempAddresses.try_emplace(LocalVD, TempAddr);
H A DCGOpenMPRuntimeNVPTX.cpp305 MappedDeclsFields.try_emplace(VD, Field);
2087 auto I = Rt.FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first;
4707 auto I = FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1763 auto It = DeletedInstructions.try_emplace(I, ReplaceOpsWithUndef).first;
2527 auto Res = UniquePositions.try_emplace(V, UniqueValues.size());
2632 NumOpsWantToKeepOrder.try_emplace(CurrentOrder).first;
2713 auto I = NumOpsWantToKeepOrder.try_emplace(CurrentOrder).first;
2976 auto I = NumOpsWantToKeepOrder.try_emplace(CurrentOrder).first;
4007 auto Res = UniquePositions.try_emplace(V, UniqueValues.size());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp434 NonLocalDefsCache.try_emplace(
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp853 auto Res = UsedCtx.try_emplace(CtxSelectorName, Tok.getLocation());
929 auto Res = UsedCtx.try_emplace(CtxSelectorName, Tok.getLocation());
1011 auto Res = UsedCtxSets.try_emplace(CtxSelectorSetName, Tok.getLocation());
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp732 map.try_emplace(s->getName(), s);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp455 auto I = Store.try_emplace(Str);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1306 ModuleToDefinedGVSummaries.try_emplace(Mod.first);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1495 if (TableIndices.try_emplace(&WS, TableIndex).second) {
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp609 Substitutions.try_emplace(
H A DClangAttrEmitter.cpp1833 .try_emplace(Subject, RuleOrAggregateRuleSet::getRule(
1874 .try_emplace(SubjectDecl,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp289 return LinesByFile.try_emplace(Filename, Filename, os).first->second;
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1841 auto Insert = OperandRefs.try_emplace(Name, SrcOp1);
1891 OperandRefs.try_emplace(Name, SrcOperand);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1276 auto InsertResult = TriangleChainMap.try_emplace(PDom, &BB, PDom);

Completed in 613 milliseconds

1234