Home
last modified time | relevance | path

Searched refs:NewList (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerGlobalDtors.cpp120 std::vector<Constant *> NewList; in runImpl() local
121 NewList.push_back(DtorFunc); in runImpl()
122 AtThisPriority.push_back(std::make_pair(Associated, NewList)); in runImpl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp352 llvm::ImmutableList<CritSectionMarker> NewList = Factory.getEmptyList(); in handleUnlock() local
356 NewList = Factory.add(*It, NewList); in handleUnlock()
359 State = State->set<ActiveCritSections>(NewList); in handleUnlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h218 void setOperandList(Use *NewList) { in setOperandList() argument
221 getHungOffOperands() = NewList; in setOperandList()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1704 SmallVector<const Init *, 8> NewList(MHSl->begin(), MHSl->end()); in ForeachHelper() local
1706 for (const Init *&Item : NewList) { in ForeachHelper()
1711 return ListInit::get(NewList, cast<ListRecTy>(Type)->getElementType()); in ForeachHelper()
1723 SmallVector<const Init *, 8> NewList; in FilterHelper() local
1733 NewList.push_back(Item); in FilterHelper()
1738 return ListInit::get(NewList, cast<ListRecTy>(Type)->getElementType()); in FilterHelper()
2047 const Init *NewList = List->resolveReferences(R); in resolveReferences() local
2053 if (Start == NewStart && List == NewList && Expr == NewExpr) in resolveReferences()
2056 return get(NewStart, NewList, A, B, NewExpr, getType()) in resolveReferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp2000 auto NewList = MIRBuilder.buildPtrAdd(PtrTy, DstPtr, Size.getReg(0)); in legalizeVaArg() local
2002 MIRBuilder.buildStore(NewList, ListPtr, in legalizeVaArg()