Home
last modified time | relevance | path

Searched refs:getIntNTy (Results 1 – 25 of 41) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.cc250 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()
Delemental_ir_emitter.cc303 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/
DThreadSanitizer.cpp181 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()
DMemorySanitizer.cpp433 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()
DSanitizerCoverage.cpp213 IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits()); in runOnModule()
DAddressSanitizer.cpp1620 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/
DConstantsTest.cpp115 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/
DType.h316 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1732 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/
DDataLayout.h431 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
DType.h377 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
DIRBuilder.h302 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/
DType.cpp173 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) { in getIntNTy() function in Type
206 return getIntNTy(C, N)->getPointerTo(AS); in getIntNPtrTy()
DDataLayout.cpp717 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()
DConstantFold.cpp2141 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/
DType.cpp216 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/
DType.h388 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1214 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()
Dbuilder_misc.cpp1197 …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/
DCGObjCRuntime.cpp140 llvm::Type::getIntNTy(CGF.getLLVMContext(), in EmitValueForIvarAtOffset()
/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp675 StoreTy = Type::getIntNTy(F.getParent()->getContext(), in vectorizeStoreChain()
830 LoadTy = Type::getIntNTy(F.getParent()->getContext(), in vectorizeLoadChain()
/external/spirv-llvm/lib/SPIRV/
DSPIRVToOCL20.cpp311 Type * sizeTy = Type::getIntNTy(*Ctx, M->getDataLayout().getPointerSizeInBits(0)); in visitCallSPRIVImageQuerySize()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dvector_support_library.cc149 llvm::Type* scalar_int_type = ir_builder()->getIntNTy(float_size_bits); in IntegerTypeForFloatSize()
/external/llvm/unittests/IR/
DConstantsTest.cpp124 IntegerType *Int128Ty = Type::getIntNTy(Context, 128); in TEST()
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp608 Ret.WordType = Type::getIntNTy(Ctx, WordSize * 8); in createMaskInstrs()
1465 Type *SizedIntTy = Type::getIntNTy(Ctx, Size * 8); in expandAtomicOpToLibcall()

12