Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp259 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()
DLLVMContextImpl.h1299 BumpPtrAllocator TypeAllocator;
/external/llvm/lib/IR/
DType.cpp253 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()
DLLVMContextImpl.h1115 BumpPtrAllocator TypeAllocator;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp291 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()
DLLVMContextImpl.h179 BumpPtrAllocator TypeAllocator; variable