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

/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DFoldingSet.cpp171 /// Intern - Copy this node's data to a memory region allocated from the
175 FoldingSetNodeID::Intern(BumpPtrAllocator &Allocator) const { function in class:FoldingSetNodeID
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DFoldingSet.h339 /// Intern - Copy this node's data to a memory region allocated from the
342 FoldingSetNodeIDRef Intern(BumpPtrAllocator &Allocator) const;
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp320 SCEV *S = new (SCEVAllocator) SCEVConstant(ID.Intern(SCEVAllocator), V);
895 SCEV *S = new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator),
1054 SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator),
1302 SCEV *S = new (SCEVAllocator) SCEVSignExtendExpr(ID.Intern(SCEVAllocator),
1822 S = new (SCEVAllocator) SCEVAddExpr(ID.Intern(SCEVAllocator),
2116 S = new (SCEVAllocator) SCEVMulExpr(ID.Intern(SCEVAllocator),
2237 SCEV *S = new (SCEVAllocator) SCEVUDivExpr(ID.Intern(SCEVAllocator),
2365 S = new (SCEVAllocator) SCEVAddRecExpr(ID.Intern(SCEVAllocator),
2471 SCEV *S = new (SCEVAllocator) SCEVSMaxExpr(ID.Intern(SCEVAllocator),
2575 SCEV *S = new (SCEVAllocator) SCEVUMaxExpr(ID.Intern(SCEVAllocato
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4993 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 2);
5013 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 3);
5035 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 4);
5053 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, NumVTs);

Completed in 145 milliseconds