Home
last modified time | relevance | path

Searched refs:FindAndConstruct (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h382 return Vertices.FindAndConstruct(I).second;
389 auto &P = Edges.FindAndConstruct(I);
390 Vertices.FindAndConstruct(I.first);
391 Vertices.FindAndConstruct(I.second);
465 Vertices.FindAndConstruct(EI.first); in insert()
466 Vertices.FindAndConstruct(EI.second); in insert()
482 Vertices.FindAndConstruct(EI.first); in insert()
483 Vertices.FindAndConstruct(EI.second); in insert()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h203 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function
204 return Map.FindAndConstruct(Wrap(Key)); in FindAndConstruct()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h321 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function
330 return FindAndConstruct(Key).second;
333 value_type& FindAndConstruct(KeyT &&Key) { in FindAndConstruct() function
342 return FindAndConstruct(std::move(Key)).second;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h142 BBMap.FindAndConstruct(Pred); in BuildBlockList()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1194 auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedReduction()
1400 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in setLocThreadIdInsertPt()
1415 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in clearLocThreadIdInsertPt()
1501 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
1513 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
9191 auto &OverlappedElements = OverlappedData.FindAndConstruct(&BaseData); in generateInfoForCapture()
10098 auto &Decls = FunctionUDMMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedMapper()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2388 VSRContainingGPRs.FindAndConstruct(Info.getDstReg()).second; in spillCalleeSavedRegisters()