Home
last modified time | relevance | path

Searched refs:Intern (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/lib/Support/
HDFoldingSet.cpp176 FoldingSetNodeID::Intern(BumpPtrAllocator &Allocator) const { in Intern() function in FoldingSetNodeID
/NextBSD/contrib/llvm/include/llvm/ADT/
HDFoldingSet.h348 FoldingSetNodeIDRef Intern(BumpPtrAllocator &Allocator) const;
/NextBSD/contrib/llvm/lib/Analysis/
HDScalarEvolution.cpp322 SCEV *S = new (SCEVAllocator) SCEVConstant(ID.Intern(SCEVAllocator), V); in getConstant()
1162 SCEV *S = new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator), in getTruncateExpr()
1584 SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator), in getZeroExtendExpr()
1782 SCEV *S = new (SCEVAllocator) SCEVSignExtendExpr(ID.Intern(SCEVAllocator), in getSignExtendExpr()
2318 S = new (SCEVAllocator) SCEVAddExpr(ID.Intern(SCEVAllocator), in getAddExpr()
2614 S = new (SCEVAllocator) SCEVMulExpr(ID.Intern(SCEVAllocator), in getMulExpr()
2735 SCEV *S = new (SCEVAllocator) SCEVUDivExpr(ID.Intern(SCEVAllocator), in getUDivExpr()
2921 S = new (SCEVAllocator) SCEVAddRecExpr(ID.Intern(SCEVAllocator), in getAddRecExpr()
3077 SCEV *S = new (SCEVAllocator) SCEVSMaxExpr(ID.Intern(SCEVAllocator), in getSMaxExpr()
3181 SCEV *S = new (SCEVAllocator) SCEVUMaxExpr(ID.Intern(SCEVAllocator), in getUMaxExpr()
[all …]
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp5506 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 2); in getVTList()
5526 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 3); in getVTList()
5548 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 4); in getVTList()
5567 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, NumVTs); in getVTList()