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

/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacconvert.h92 char *ToAdd);
96 char* ToAdd);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp83 SmallVector<SDep, 2> ToAdd, ToRemove; local
97 ToAdd.push_back(SDep(ExportPredSU, SDep::Barrier));
104 for (SDep Pred : ToAdd)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStratifiedSets.h353 /// Restructures the stratified sets as necessary to make "ToAdd" in a
355 /// above), so we merge them such that ToAdd and Main are in the same set.
356 bool addAbove(const T &Main, const T &ToAdd) { argument
363 return addAtMerging(ToAdd, Above);
366 /// Restructures the stratified sets as necessary to make "ToAdd" in a
368 /// above), so we merge them such that ToAdd and Main are in the same set.
369 bool addBelow(const T &Main, const T &ToAdd) { argument
376 return addAtMerging(ToAdd, Below);
379 bool addWith(const T &Main, const T &ToAdd) { argument
382 return addAtMerging(ToAdd, MainInde
397 addAtMerging(const T &ToAdd, StratifiedIndex Index) argument
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Dcvcompiler.c776 * PARAMETERS: ToAdd - Contains the comment to be inserted
787 char *ToAdd)
801 AslGbl_CommentListTail->Comment = ToAdd;
814 * DESCRIPTION: Concatenate ToAdd to InlineComment
821 char *ToAdd)
829 return (ToAdd);
832 if (!ToAdd)
837 Size = strlen (ToAdd);
842 strcat (Str, ToAdd);
786 CvAddToCommentList( char *ToAdd) argument
819 CvAppendInlineComment( char *InlineComment, char *ToAdd) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2922 DenseSet<const MachineBasicBlock *> ToAdd;
2925 // of all the artificial successors, adding them to the ToAdd collection.
2927 [this, &ToAdd, &BlocksToExplore,
2943 ToAdd.insert(succ);
2958 if (!ToAdd.count(*CurSucc) && ArtificialBlocks.count(*CurSucc)) {
2960 ToAdd.insert(*CurSucc);
2975 BlocksToExplore.insert(ToAdd.begin(), ToAdd.end());
2976 InScopeBlocks.insert(ToAdd.begin(), ToAdd
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1626 Relocation ToAdd; local
1627 ToAdd.Offset = Rel.r_offset;
1628 getAddend(ToAdd.Addend, Rel);
1629 ToAdd.Type = Rel.getType(false);
1641 ToAdd.RelocSymbol = *SymByIndex;
1644 Relocs->addRelocation(ToAdd);

Completed in 269 milliseconds