Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Linker/Inputs/
H A Dtestlink.ll17 ;; Intern in both testlink[12].ll
22 ;; Intern in one but not in other
/llvm-project-15.0.7/llvm/lib/Support/
H A DFoldingSet.cpp132 FoldingSetNodeID::Intern(BumpPtrAllocator &Allocator) const { in Intern() function in FoldingSetNodeID
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DFoldingSet.h389 FoldingSetNodeIDRef Intern(BumpPtrAllocator &Allocator) const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp467 SCEV *S = new (SCEVAllocator) SCEVConstant(ID.Intern(SCEVAllocator), V); in getConstant()
1118 SCEVPtrToIntExpr(ID.Intern(SCEVAllocator), Op, IntPtrTy); in getLosslessPtrToIntExpr()
1291 SCEV *S = new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator), in getTruncateExpr()
1888 SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator), in getZeroExtendExpr()
2944 SCEVAddExpr(ID.Intern(SCEVAllocator), O, Ops.size()); in getOrCreateAddExpr()
2967 SCEVAddRecExpr(ID.Intern(SCEVAllocator), O, Ops.size(), L); in getOrCreateAddRecExpr()
2989 S = new (SCEVAllocator) SCEVMulExpr(ID.Intern(SCEVAllocator), in getOrCreateMulExpr()
3495 SCEV *S = new (SCEVAllocator) SCEVUDivExpr(ID.Intern(SCEVAllocator), in getUDivExpr()
3890 SCEVMinMaxExpr(ID.Intern(SCEVAllocator), Kind, O, Ops.size()); in getMinMaxExpr()
14006 SCEVComparePredicate(ID.Intern(SCEVAllocator), Pred, LHS, RHS); in getComparePredicate()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9230 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 2); in getVTList()
9250 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 3); in getVTList()
9272 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 4); in getVTList()
9291 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, NumVTs); in getVTList()