Home
last modified time | relevance | path

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

123456

/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h144 static LLVMType getIntNTy(MLIRContext *context, unsigned numBits);
146 return getIntNTy(context, /*numBits=*/1); in getInt1Ty()
149 return getIntNTy(context, /*numBits=*/8); in getInt8Ty()
155 return getIntNTy(context, /*numBits=*/16); in getInt16Ty()
158 return getIntNTy(context, /*numBits=*/32); in getInt32Ty()
161 return getIntNTy(context, /*numBits=*/64); in getInt64Ty()
/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DIndexIntrinsicsOpLowering.h67 loc, LLVM::LLVMType::getIntNTy(context, indexBitwidth), newOp); in matchAndRewrite()
70 loc, LLVM::LLVMType::getIntNTy(context, indexBitwidth), newOp); in matchAndRewrite()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScalarizeMaskedMemIntrin.cpp181 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedLoad()
313 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedStore()
431 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedGather()
553 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedScatter()
642 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedExpandLoad()
750 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedCompressStore()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Delemental_ir_emitter.cc309 b()->getIntNTy(128), /*isSigned=*/true, "block.id"); in EmitThreadId()
312 b()->getIntNTy(128), /*isSigned=*/true, "thread.id"); in EmitThreadId()
315 b()->getIntNTy(128), /*isSigned=*/true, "threads_per_block"); in EmitThreadId()
Dir_emission_utils.cc529 builder->CreateBitCast(value, builder->getIntNTy(bit_width)), in EmitFullWarpShuffleDown()
530 builder->getIntNTy(32 * num_segments)), in EmitFullWarpShuffleDown()
547 builder->CreateBitCast(x, builder->getIntNTy(32 * num_segments)), in EmitFullWarpShuffleDown()
548 builder->getIntNTy(bit_width)), in EmitFullWarpShuffleDown()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DScalarizeMaskedMemIntrin.cpp184 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedLoad()
317 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedStore()
435 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedGather()
558 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedScatter()
658 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedExpandLoad()
766 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedCompressStore()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp239 Type *Ty = Type::getIntNTy(M.getContext(), BitSize); in initialize()
638 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
653 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
670 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
684 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
DSanitizerCoverage.cpp371 IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits()); in instrumentModule()
796 auto Ty = Type::getIntNTy(*C, TypeSize); in InjectTraceForDiv()
841 auto Ty = Type::getIntNTy(*C, TypeSize); in InjectTraceForCmp()
/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()
/external/llvm-project/polly/include/polly/CodeGen/
DLoopGenerators.h118 Type::getIntNTy(Builder.getContext(), DL.getPointerSizeInBits())), in ParallelLoopGenerator()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h419 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
429 return (Type*) Type::getIntNTy(C, noOfBits); in getScalarTy()
DDerivedTypes.h67 return Type::getIntNTy(getContext(), 2 * getScalarSizeInBits()); in getExtendedType()
629 Type *NewType = getIntNTy(getContext(), NewBitWidth); in getWithNewBitWidth()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp311 Type *Ty = Type::getIntNTy(M.getContext(), BitSize); in initialize()
750 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
765 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
782 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
796 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
/external/llvm-project/polly/lib/CodeGen/
DRuntimeDebugBuilder.cpp49 PointerType::get(Builder.getIntNTy(DstBits), Dst), in getAddressSpaceCast()
50 PointerType::get(Builder.getIntNTy(SrcBits), Src), false); in getAddressSpaceCast()
DIslExprBuilder.cpp506 auto *PtrAsIntTy = Builder.getIntNTy(DL.getPointerSizeInBits()); in createOpICmp()
730 V = Builder.CreatePtrToInt(V, Builder.getIntNTy(DL.getPointerSizeInBits())); in createId()
763 T = Builder.getIntNTy(BitWidth); in createInt()
/external/llvm-project/llvm/include/llvm/IR/
DType.h409 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
419 return (Type*) Type::getIntNTy(C, noOfBits); in getScalarTy()
DFixedPointBuilder.h42 Type *DstIntTy = B.getIntNTy(DstWidth); in Convert()
78 Type *UpscaledTy = B.getIntNTy(ResultWidth); in Convert()
DDerivedTypes.h67 return Type::getIntNTy(getContext(), 2 * getScalarSizeInBits()); in getExtendedType()
711 Type *NewType = getIntNTy(getContext(), NewBitWidth); in getWithNewBitWidth()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULateCodeGenPrepare.cpp166 auto IntNTy = Type::getIntNTy(LI.getContext(), LdBits); in visitLoadInst()
DAMDGPULowerKernelArguments.cpp238 IntegerType *ArgIntTy = Builder.getIntNTy(Size); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp206 IntegerType *ArgIntTy = Builder.getIntNTy(Size); in runOnFunction()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_mem.cpp439 Type* v128bitTy = getVectorType(IntegerType::getIntNTy(JM()->mContext, 128), in Shuffle16bpcGather4()
540 Type* v128Ty = getVectorType(IntegerType::getIntNTy(JM()->mContext, 128), in Shuffle8bpcGather4()
/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);

123456