Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDIBuilder.h286 DIType createVectorType(uint64_t Size, uint64_t AlignInBits,
/external/llvm/include/llvm/IR/
DDIBuilder.h370 DICompositeType *createVectorType(uint64_t Size, uint64_t AlignInBits,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDIBuilder.h487 DICompositeType *createVectorType(uint64_t Size, uint32_t AlignInBits,
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp325 …return builder.createVectorType(size, alignment, GetDebugType(pVecTy->getVectorElementType()), bui… in GetDebugVectorType()
/external/llvm/lib/IR/
DDIBuilder.cpp437 DICompositeType *DIBuilder::createVectorType(uint64_t Size, in createVectorType() function in DIBuilder
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp548 DIType DIBuilder::createVectorType(uint64_t Size, uint64_t AlignInBits, in createVectorType() function in DIBuilder
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDIBuilder.cpp528 DICompositeType *DIBuilder::createVectorType(uint64_t Size, in createVectorType() function in DIBuilder
DDebugInfo.cpp944 return wrap(unwrap(Builder)->createVectorType(Size, AlignInBits, in LLVMDIBuilderCreateVectorType()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2063 return DBuilder.createVectorType(Size, Align, ElementTy, SubscriptArray); in CreateType()