Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DStratifiedSets.h356 bool addAbove(const T &Main, const T &ToAdd) { in addAbove() argument
363 return addAtMerging(ToAdd, Above); in addAbove()
369 bool addBelow(const T &Main, const T &ToAdd) { in addBelow() argument
376 return addAtMerging(ToAdd, Below); in addBelow()
379 bool addWith(const T &Main, const T &ToAdd) { in addWith() argument
382 return addAtMerging(ToAdd, MainIndex); in addWith()
397 bool addAtMerging(const T &ToAdd, StratifiedIndex Index) { in addAtMerging() argument
399 auto Pair = Values.insert(std::make_pair(ToAdd, Info)); in addAtMerging()
/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Dcvcompiler.c895 char *ToAdd) in CvAddToCommentList() argument
909 AslGbl_CommentListTail->Comment = ToAdd; in CvAddToCommentList()
929 char *ToAdd) in CvAppendInlineComment() argument
937 return (ToAdd); in CvAppendInlineComment()
940 if (!ToAdd) in CvAppendInlineComment()
945 Size = strlen (ToAdd); in CvAppendInlineComment()
950 strcat (Str, ToAdd); in CvAppendInlineComment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp83 SmallVector<SDep, 2> ToAdd, ToRemove; in removeExportDependencies() local
97 ToAdd.push_back(SDep(ExportPredSU, SDep::Barrier)); in removeExportDependencies()
104 for (SDep Pred : ToAdd) in removeExportDependencies()
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dacconvert.h200 char *ToAdd);
204 char* ToAdd);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3218 DenseSet<const MachineBasicBlock *> ToAdd; in vlocDataflow() local
3223 [this, &ToAdd, &BlocksToExplore, in vlocDataflow()
3239 ToAdd.insert(succ); in vlocDataflow()
3254 if (!ToAdd.count(*CurSucc) && ArtificialBlocks.count(*CurSucc)) { in vlocDataflow()
3256 ToAdd.insert(*CurSucc); in vlocDataflow()
3271 BlocksToExplore.insert(ToAdd.begin(), ToAdd.end()); in vlocDataflow()
3272 InScopeBlocks.insert(ToAdd.begin(), ToAdd.end()); in vlocDataflow()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1631 Relocation ToAdd; in initRelocations() local
1632 ToAdd.Offset = Rel.r_offset; in initRelocations()
1633 getAddend(ToAdd.Addend, Rel); in initRelocations()
1634 ToAdd.Type = Rel.getType(false); in initRelocations()
1646 ToAdd.RelocSymbol = *SymByIndex; in initRelocations()
1649 Relocs->addRelocation(ToAdd); in initRelocations()