/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emission_utils.cc | 250 builder->CreateBitCast(value, builder->getIntNTy(bit_width)), in EmitShuffleDown() 251 builder->getIntNTy(32 * num_segments)), in EmitShuffleDown() 264 builder->CreateBitCast(x, builder->getIntNTy(32 * num_segments)), in EmitShuffleDown() 265 builder->getIntNTy(bit_width)), in EmitShuffleDown()
|
D | elemental_ir_emitter.cc | 303 ir_builder_->getIntNTy(128), /*isSigned=*/true, "block.id"); in EmitThreadId() 307 ir_builder_->getIntNTy(128), /*isSigned=*/true, "thread.id"); in EmitThreadId() 311 ir_builder_->getIntNTy(128), /*isSigned=*/true, "threads_per_block"); in EmitThreadId()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 181 Type *Ty = Type::getIntNTy(M.getContext(), BitSize); in initializeCallbacks() 575 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic() 596 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic() 613 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic() 627 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
|
D | MemorySanitizer.cpp | 433 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8), in initializeCallbacks() 438 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8), in initializeCallbacks() 737 ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex))); in storeOrigin() 809 IRB.CreateZExt(ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex))); in materializeOneCheck() 1580 Value *V1 = IRB.CreateBitCast(V, Type::getIntNTy(*MS.C, srcSizeInBits)); in CreateShadowCast() 1582 IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), Signed); in CreateShadowCast()
|
D | SanitizerCoverage.cpp | 213 IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits()); in runOnModule()
|
D | AddressSanitizer.cpp | 1620 IntptrTy = Type::getIntNTy(*C, LongSize); in runOnModule() 1705 IntptrTy = Type::getIntNTy(*C, LongSize); in doInitialization() 1943 Type *StoreTy = Type::getIntNTy(*C, LargeStoreSizeInBytes * 8); in poisonRedZones()
|
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | ConstantsTest.cpp | 115 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128); in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Type.h | 316 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1732 Type::getIntNTy(Ty->getContext(), NumElements * ElementSize * 8); in isVectorPromotionViableForSlice() 1984 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits); in isIntegerWideningViable() 2211 ? Type::getIntNTy( in AllocaSliceRewriter() 2355 IntegerType *ExtractTy = Type::getIntNTy(LI.getContext(), SliceSize * 8); in rewriteIntegerLoad() 2375 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8) in visitLoadInst() 2515 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize * 8); in visitStoreInst() 2577 Type *SplatIntTy = Type::getIntNTy(VTy->getContext(), Size * 8); in getIntegerSplat() 2811 IntTy ? Type::getIntNTy(IntTy->getContext(), Size * 8) : nullptr; in visitMemTransferInst() 3565 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8); in presplitLoadsAndStores() 3691 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8); in presplitLoadsAndStores() [all …]
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 431 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
|
D | Type.h | 377 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
|
D | IRBuilder.h | 302 return ConstantInt::get(getIntNTy(N), C); in getIntN() 343 IntegerType *getIntNTy(unsigned N) { in getIntNTy() function 344 return Type::getIntNTy(Context, N); in getIntNTy()
|
/external/llvm/lib/IR/ |
D | Type.cpp | 173 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) { in getIntNTy() function in Type 206 return getIntNTy(C, N)->getPointerTo(AS); in getIntNPtrTy()
|
D | DataLayout.cpp | 717 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()
|
D | ConstantFold.cpp | 2141 Type::getIntNTy(IdxTy->getContext(), CommonExtendedWidth); in ConstantFoldGetElementPtrImpl() 2251 PrevIdx, Type::getIntNTy(Div->getContext(), CommonExtendedWidth)); in ConstantFoldGetElementPtrImpl() 2254 Div, Type::getIntNTy(Div->getContext(), CommonExtendedWidth)); in ConstantFoldGetElementPtrImpl()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Type.cpp | 216 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) { in getIntNTy() function in Type 245 return getIntNTy(C, N)->getPointerTo(AS); in getIntNPtrTy()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 388 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 1214 Value* iLastIndex = PTR_TO_INT(pLastIndex, Type::getIntNTy(JM()->mContext, ptrSize)); in GetSimdValid32bitIndices() 1215 Value* iIndices = PTR_TO_INT(pIndices, Type::getIntNTy(JM()->mContext, ptrSize)); in GetSimdValid32bitIndices() 1278 …Type* v128Ty = VectorType::get(IntegerType::getIntNTy(JM()->mContext, 128), mVWidth / 4); // vwidt… in Shuffle8bpcGatherd() 1505 …Type* v128bitTy = VectorType::get(IntegerType::getIntNTy(JM()->mContext, 128), mVWidth / 4); // vw… in Shuffle16bpcGather()
|
D | builder_misc.cpp | 1197 …Type* v128bitTy = VectorType::get(IntegerType::getIntNTy(JM()->mContext, 128), mVWidth / 4); // vw… in Shuffle16bpcGather4() 1287 …Type* v128Ty = VectorType::get(IntegerType::getIntNTy(JM()->mContext, 128), mVWidth / 4); // vwidt… in Shuffle8bpcGather4()
|
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.cpp | 140 llvm::Type::getIntNTy(CGF.getLLVMContext(), in EmitValueForIvarAtOffset()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 675 StoreTy = Type::getIntNTy(F.getParent()->getContext(), in vectorizeStoreChain() 830 LoadTy = Type::getIntNTy(F.getParent()->getContext(), in vectorizeLoadChain()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVToOCL20.cpp | 311 Type * sizeTy = Type::getIntNTy(*Ctx, M->getDataLayout().getPointerSizeInBits(0)); in visitCallSPRIVImageQuerySize()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | vector_support_library.cc | 149 llvm::Type* scalar_int_type = ir_builder()->getIntNTy(float_size_bits); in IntegerTypeForFloatSize()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 124 IntegerType *Int128Ty = Type::getIntNTy(Context, 128); in TEST()
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 608 Ret.WordType = Type::getIntNTy(Ctx, WordSize * 8); in createMaskInstrs() 1465 Type *SizedIntTy = Type::getIntNTy(Ctx, Size * 8); in expandAtomicOpToLibcall()
|