Searched refs:TypeAllocator (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Type.cpp | 259 Entry = new (C.pImpl->TypeAllocator) IntegerType(C, NumBits); in get() 305 FT = (FunctionType *)pImpl->TypeAllocator.Allocate( in get() 345 ST = new (Context.pImpl->TypeAllocator) StructType(Context); in get() 370 ContainedTys = Elements.copy(getContext().pImpl->TypeAllocator).data(); in setBody() 425 StructType *ST = new (Context.pImpl->TypeAllocator) StructType(Context); in create() 576 Entry = new (pImpl->TypeAllocator) ArrayType(ElementType, NumElements); in get() 604 Entry = new (pImpl->TypeAllocator) VectorType(ElementType, NumElements); in get() 628 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace); in get()
|
D | LLVMContextImpl.h | 1299 BumpPtrAllocator TypeAllocator;
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Type.cpp | 291 Entry = new (C.pImpl->TypeAllocator) IntegerType(C, NumBits); in get() 344 FT = (FunctionType*) pImpl->TypeAllocator. in get() 394 ST = new (Context.pImpl->TypeAllocator) StructType(Context); in get() 408 TypeAllocator.Allocate<Type*>(Elements.size()); in setBody() 458 StructType *ST = new (Context.pImpl->TypeAllocator) StructType(Context); in create() 633 Entry = new (pImpl->TypeAllocator) ArrayType(ElementType, NumElements); in get() 662 Entry = new (pImpl->TypeAllocator) VectorType(ElementType, NumElements); in get() 685 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace); in get()
|
D | LLVMContextImpl.h | 179 BumpPtrAllocator TypeAllocator; variable
|
/external/llvm/lib/IR/ |
D | Type.cpp | 253 Entry = new (C.pImpl->TypeAllocator) IntegerType(C, NumBits); in get() 299 FT = (FunctionType*) pImpl->TypeAllocator. in get() 339 ST = new (Context.pImpl->TypeAllocator) StructType(Context); in get() 364 ContainedTys = Elements.copy(getContext().pImpl->TypeAllocator).data(); in setBody() 418 StructType *ST = new (Context.pImpl->TypeAllocator) StructType(Context); in create() 616 Entry = new (pImpl->TypeAllocator) ArrayType(ElementType, NumElements); in get() 646 Entry = new (pImpl->TypeAllocator) VectorType(ElementType, NumElements); in get() 670 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace); in get()
|
D | LLVMContextImpl.h | 1115 BumpPtrAllocator TypeAllocator;
|