Searched refs:getInt16PtrTy (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Type.h | 336 static PointerType *getInt16PtrTy(LLVMContext &C, unsigned AS = 0);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 410 static PointerType *getInt16PtrTy(LLVMContext &C, unsigned AS = 0);
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 399 static PointerType *getInt16PtrTy(LLVMContext &C, unsigned AS = 0);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Type.h | 442 static PointerType *getInt16PtrTy(LLVMContext &C, unsigned AS = 0);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Type.cpp | 224 PointerType *Type::getInt16PtrTy(LLVMContext &C, unsigned AS) { in getInt16PtrTy() function in Type
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Type.cpp | 256 PointerType *Type::getInt16PtrTy(LLVMContext &C, unsigned AS) { in getInt16PtrTy() function in Type
|
/external/llvm/lib/IR/ |
D | Type.cpp | 217 PointerType *Type::getInt16PtrTy(LLVMContext &C, unsigned AS) { in getInt16PtrTy() function in Type
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 219 indices = BITCAST(indices, Type::getInt16PtrTy(JM()->mContext, 0)); in Create() 234 pLastIndex = BITCAST(pLastIndex, Type::getInt16PtrTy(JM()->mContext, 0)); in Create() 237 pLastIndex = BITCAST(pLastIndex, Type::getInt16PtrTy(JM()->mContext, 0)); in Create()
|