Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp132 FoldingSetNodeID::Intern(BumpPtrAllocator &Allocator) const { in Intern() function in FoldingSetNodeID
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h390 FoldingSetNodeIDRef Intern(BumpPtrAllocator &Allocator) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp485 SCEV *S = new (SCEVAllocator) SCEVConstant(ID.Intern(SCEVAllocator), V); in getConstant()
507 SCEV *S = new (SCEVAllocator) SCEVVScale(ID.Intern(SCEVAllocator), Ty); in getVScale()
1048 SCEVPtrToIntExpr(ID.Intern(SCEVAllocator), Op, IntPtrTy); in getLosslessPtrToIntExpr()
1220 SCEV *S = new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator), in getTruncateExpr()
2996 SCEVAddExpr(ID.Intern(SCEVAllocator), O, Ops.size()); in getOrCreateAddExpr()
3019 SCEVAddRecExpr(ID.Intern(SCEVAllocator), O, Ops.size(), L); in getOrCreateAddRecExpr()
3041 S = new (SCEVAllocator) SCEVMulExpr(ID.Intern(SCEVAllocator), in getOrCreateMulExpr()
3567 SCEV *S = new (SCEVAllocator) SCEVUDivExpr(ID.Intern(SCEVAllocator), in getUDivExpr()
3965 SCEVMinMaxExpr(ID.Intern(SCEVAllocator), Kind, O, Ops.size()); in getMinMaxExpr()
14412 SCEVComparePredicate(ID.Intern(SCEVAllocator), Pred, LHS, RHS); in getComparePredicate()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10069 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 2); in getVTList()
10089 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 3); in getVTList()
10111 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 4); in getVTList()
10130 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, NumVTs); in getVTList()