Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp133 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local
134 if (Sz >= RKImpl.SharedBitsRecTys.size()) in get()
135 RKImpl.SharedBitsRecTys.resize(Sz + 1); in get()
136 BitsRecTy *&Ty = RKImpl.SharedBitsRecTys[Sz]; in get()
138 Ty = new (RKImpl.Allocator) BitsRecTy(RK, Sz); in get()
214 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local
216 return &RKImpl.AnyRecord; in get()
243 void *Mem = RKImpl.Allocator.Allocate( in get()
403 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local
413 RKImpl.TheBitsInitPool.InsertNode(I, IP); in get()
[all …]