/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
D | LLVMTypes.h | 144 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/ |
D | IndexIntrinsicsOpLowering.h | 67 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/ |
D | ScalarizeMaskedMemIntrin.cpp | 181 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/ |
D | elemental_ir_emitter.cc | 309 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()
|
D | ir_emission_utils.cc | 529 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/ |
D | ScalarizeMaskedMemIntrin.cpp | 184 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/ |
D | ThreadSanitizer.cpp | 239 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()
|
D | SanitizerCoverage.cpp | 371 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/ |
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()
|
/external/llvm-project/polly/include/polly/CodeGen/ |
D | LoopGenerators.h | 118 Type::getIntNTy(Builder.getContext(), DL.getPointerSizeInBits())), in ParallelLoopGenerator()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Type.h | 419 static IntegerType *getIntNTy(LLVMContext &C, unsigned N); 429 return (Type*) Type::getIntNTy(C, noOfBits); in getScalarTy()
|
D | DerivedTypes.h | 67 return Type::getIntNTy(getContext(), 2 * getScalarSizeInBits()); in getExtendedType() 629 Type *NewType = getIntNTy(getContext(), NewBitWidth); in getWithNewBitWidth()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 311 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/ |
D | RuntimeDebugBuilder.cpp | 49 PointerType::get(Builder.getIntNTy(DstBits), Dst), in getAddressSpaceCast() 50 PointerType::get(Builder.getIntNTy(SrcBits), Src), false); in getAddressSpaceCast()
|
D | IslExprBuilder.cpp | 506 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/ |
D | Type.h | 409 static IntegerType *getIntNTy(LLVMContext &C, unsigned N); 419 return (Type*) Type::getIntNTy(C, noOfBits); in getScalarTy()
|
D | FixedPointBuilder.h | 42 Type *DstIntTy = B.getIntNTy(DstWidth); in Convert() 78 Type *UpscaledTy = B.getIntNTy(ResultWidth); in Convert()
|
D | DerivedTypes.h | 67 return Type::getIntNTy(getContext(), 2 * getScalarSizeInBits()); in getExtendedType() 711 Type *NewType = getIntNTy(getContext(), NewBitWidth); in getWithNewBitWidth()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPULateCodeGenPrepare.cpp | 166 auto IntNTy = Type::getIntNTy(LI.getContext(), LdBits); in visitLoadInst()
|
D | AMDGPULowerKernelArguments.cpp | 238 IntegerType *ArgIntTy = Builder.getIntNTy(Size); in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerKernelArguments.cpp | 206 IntegerType *ArgIntTy = Builder.getIntNTy(Size); in runOnFunction()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_mem.cpp | 439 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/ |
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);
|